This test will list MX records for a domain in priority order. The MX lookup is done directly against the domain’s authoritative name server, so changes to MX Records should show up instantly. You can click Diagnostics , which will connect to the mail server, verify reverse DNS records, perform a simple Open Relay check and measure response time performance. You may also check each MX record (IP Address) against 147 DNS based blacklists . (Commonly called RBLs, DNSBLs)
Archive for the ‘Uncategorized’ category
MX Lookup
August 10th, 2010The SPF Setup Wizard
August 10th, 2010Most domains send outbound mail through a relatively small number of servers. Domains should describe that set of servers in an SPF record in their DNS. Internet email receivers can then reject forged messages which don’t come from an envelope sender domain’s approved servers. This wizard helps domain owners identify all the servers which could be expected to send mail from their domain.
SELINUX — setsebool常用设置
July 21st, 2010===ftp===
//If you want to share files anonymously
chcon -R -t public_content_t /var/ftp
//If you want to setup a directory where you can upload files
chcon -t public_content_rw_t /var/ftp/incoming
You must also turn on the boolean allow_ftpd_anon_write
setsebool -P allow_ftpd_anon_write=1
//If you are setting up this machine as a ftpd server and wish to allow users to access their home directorories
setsebool -P ftp_home_dir 1
//If you want to run ftpd as a daemon
setsebool -P ftpd_is_daemon 1
//You can disable SELinux protection for the ftpd daemon
setsebool -P ftpd_disable_trans 1 » Read more: SELINUX — setsebool常用设置
性能研究(二): 浏览器缓存的用法
July 16th, 2010这是关于优化网页性能系列的第二篇文章,你可能会奇怪为什么会在 YUI Blog 看到关于性能的文章,这证明了其实大多数网页性能是受前端影响的,就是说 UI 的设计和开发。
正则表达式学习
May 21st, 2010关于反向域名解析(Reverse DNS)
April 19th, 2010域名反向解析查看命令
April 19th, 2010如果自己做邮件服务器,一般的情况下是需要做域名反向解析的,可以让IP提供商帮忙做.
PHP & memcached
March 23rd, 2010windows下安装基于Apache的Subversion服务器
March 9th, 2010my:
找到文件
libapr-1.dll
libaprutil-1.dll
libsvn_delta-1.dll
libsvn_fs-1.dll
libsvn_repos-1.dll
libsvn_subr-1.dll