在Namecheap解析邮箱

我是一个游游荡荡,经常被互联网上的各种链接引得跳来跳去的人。今天的引导流是这样的: 学习PHP的PDO -> 到博客写个相关的技术文章 -> WP后台再次注意到可以升级版本 ->先去万网备份数据 ->万网首页再次看到关于企业邮箱的注册 ->注册时,要让指定的域名解析MX和其他记录到万网邮箱 -> 前往Namecheap Ok,以上就是我今天的时光流。 话说到我登录了Namecheap,看到如往常一样龊的管理面板。但在记录解析处没有看到MX类型,百度之,看到某网友在11年也遇到类似我的问题,是在线和客服解决的。哥不要搜索引擎了,哥就是要和在线客服用我的烂渣英文对话!!!于是就有了本文最下面的谈话记录。 不墨迹了,说正事。首先找到你的域名管理面板。你会找到你熟悉的解析面板 然而。MAIL SETTINGS就在下面的地方。 选择 User (Mail Server’s Host Name Required) 下面的 I will specify my own MX records。然后保存就会出现下面的填写表单了。 附上我的烂E文对白~~ Your Question: Where is the domain MX RECORD,I can’t find this.Thx in advance Please wait, an operator will be with you shortly. You are now chatting with Alexandra Kr. - Domains Support 16:36Alexandra Kr.:Hello Foam! Thank you for contacting our Live Chat Support! Would you please provide me with the domain name? 16:36foam chou:zoufeng.me 16:36Alexandra Kr.:Thank you for the provided information. Please hold on. 16:36foam chou:ok 16:37Alexandra Kr.:As far as I see, your domain has the following MX records: 16:37Alexandra Kr.:zoufeng.me. 1800 IN MX 10 mx1.privateemail.com. zoufeng.me. 1800 IN MX 10 mx2.privateemail.com. 16:38foam chou:I wanna modify this 16:39foam chou:because I start the service of private mail by mistake,just now 16:39foam chou:how can I close the service of private mail? 16:40Alexandra Kr.:Please hold on, Foam. 16:42Alexandra Kr.:In order to set your custom MX records, you need to refer to the following article –https://www.namecheap.com/support/knowledgebase/article.aspx/322/78/how-can-i-setup-mx-record-for-my-domain 16:42Alexandra Kr.:As for private email, do you want to cancel it or you use a free trial private email? 16:43foam chou:I want to cancel it 16:44foam chou:Can I use the private mail by othername.zoufeng.me rather mail.zoufeng.me ? 16:44Alexandra Kr.:Please let me transfer our chat session to our Hosting department for further assistance. 16:45foam chou:OK Eugene St. has joined the conversation. 16:45Eugene St.:Hello, I will assist you further 16:45Eugene St.:Please give me a few minutes to check your previous conversation. Alexandra Kr. has left the conversation. 16:45foam chou:Thx for your coming 16:47Eugene St.:Thank you for your patience 16:49Eugene St.:So, as I understand you would like to remove Private Email MX records and moreover cancel the subscription, am I right? 16:49foam chou:Yes 16:50Eugene St.:Ler me verify your account ownership before I can cancel the subscription 16:50Eugene St.:Please provide me with your Namecheap username and your Support PIN. You can find it here: https://manage.www.namecheap.com/myaccount/modify-profile-supportsettings.aspx 16:50foam chou:select the radio “User (Mail Server’s Host Name Required) “,right? 16:51Eugene St.:Would you like to set different MX records? 16:52foam chou:yes,I wanna transer it to other mail server 16:53Eugene St.:In this case please select I will specify my own MX records radio button 16:53Eugene St.:Also, please provide the verification details so I can cancel the subscription 16:54foam chou:I want to what is the subscription?private mail? 16:54foam chou:I want to know what is the subscription?private mail? 16:57Eugene St.:Yes, email account created with Private Email service is called subscription 16:58foam chou:My Support Pin is 3298 16:59foam chou:my username is foam 17:00Eugene St.:Thank you, please give me 5-7 minutes to cancel the subscription 17:00foam chou:Okay 17:01Eugene St.:The subscription has been canceled. 17:01Eugene St.:The subscription has been canceled. 17:01Eugene St.:The subscription has been canceled. 17:01Eugene St.:The subscription has been canceled. 17:03foam chou:thx for your help :)

2015-04-01 · 3 分钟 · 468 字

lnmp、lamp、lnmpa一键安装包

最近在DO买了个VPS。这个安装包不错,不需要重复造轮子,可以专心做自己的事了。 注:本文转自Linux运维笔记 这个脚本是使用shell编写,为了快速在生产环境上部署LNMP/LAMP/LANMP(Linux、Nginx/Tengine、MySQL /MariaDB/Percona、PHP),适用于CentOS/Redhat 5+、Debain 6+和Ubuntu 12+ 脚本特性: 持续不断更新 源码编译安装,大多数源码是最新stable版,并从官方网址下载 一些安全优化 提供多个数据库版本(MySQL-5.6, MySQL-5.5, MariaDB-10.0, MariaDB-5.5, Percona-5.6, Percona-5.5) 提供多个PHP版本(php-5.3, php-5.4, php-5.5,php-5.6,php-7/phpng(alpha)) 提供Nginx、Tengine 提供多个Apache版本(Apache-2.4,Apache-2.2) 根据自己需求安装PHP缓存加速器,提供ZendOPcache、xcache、apcu、eAccelerator、ionCube和ZendGuardLoader(php-5.4、php-5.3 PHP源码加密) 根据自己需求安装Pureftpd、phpMyAdmin 根据自己需求安装memcached、redis 根据自己需求可使用tcmalloc或者jemalloc优化MySQL、Nginx 提供添加虚拟主机脚本 提供Nginx/Tengine、PHP、Redis、phpMyAdmin升级脚本 提供本地备份和远程备份(服务器之间rsync)脚本 提供CentOS 6/7下HHVM安装**#news** Github地址:https://github.com/lj2007331/lnmp LNMP问题反馈论坛:http://bbs.linuxeye.com LNMP最新源码一键安装脚本问题反馈请加QQ群: 235258658 安装步骤: yum -y install wget screen #for CentOS/Redhat #apt-get -y install wget screen # for Debian/Ubuntu wget http://linuxeye.oss-cn-hangzhou-internal.aliyuncs.com/lnmp/lnmp-full.tar.gz #阿里云内网下载地址(包含源码) wget http://mirrors.linuxeye.com/lnmp-full.tar.gz # 国内下载地址(包含源码) wget http://downloads.linuxeye.com/lnmp-full.tar.gz # 美国下载地址(包含源码) wget http://downloads.linuxeye.com/lnmp.tar.gz # 仅脚本源码,建议国外主机下载此包,源码包从官方站点下载 tar xzf lnmp-full.tar.gz #tar xzf lnmp.tar.gz cd lnmp # 如果需要修改目录(安装、数据存储、Nginx日志),请修改options.conf文件 screen -S lnmp # 如果网路出现中断,可以执行命令`screen -r lnmp`重新连接安装窗口 ./install.sh # 请勿sh install.sh或者bash install.sh这样执行 添加虚拟主机**:** ...

2015-03-21 · 1 分钟 · 181 字

putty超时问题

直接在服务器端修改: 修改server端的sshd_config文件 vi etc/ssh/sshd_config ClientAliveInterval 60 #server 每隔60秒发送一次请求给client,然后client响应,从而保持连接。 ClientAliveCountMax 3 #server 发出请求后,客户端超过3次未响应,就断开。 然后还是会超时,最后悲剧地发现,忘记重启sshd了。 /etc/init.d/sshd restart Ok,跟超时说88。 ============2015-03-18=========== 在DO买了个Vistual Server .安装的是CentOS7 64bit 上面的路径出不来了。用的是下面的命令 [root@foam /]# service sshd restart Redirecting to /bin/systemctl restart sshd.service

2014-12-03 · 1 分钟 · 32 字