= How do I delist our servers from sorbs? = [http://www.de.sorbs.net/ Sorbs] is a spam black list that is particularly aggressive. It requires all servers sending email to have a mx record and requires the time to live on your mx record to be great than 43200 seconds (12 hours). If a server is being blocked by sorbs you might see a message like the following in the mail log: {{{ Service unavailable; Client host [209.51.163.7] blocked using dul.dnsbl.sorbs.net; Dynamic IP Addresses See: http://www.sorbs.net/lookup.shtml?209.51.163.7 }}} If you get this message, ensure that the server being blocked has the domain information properly configured: {{{ 0 jamie@liberace:scripts$ dig @a.ns.mayfirst.org -t mx albizu.mayfirst.org | grep -A1 "ANSWER SECTION" ;; ANSWER SECTION: albizu.mayfirst.org. 86400 IN MX 0 albizu.mayfirst.org. 0 jamie@liberace:scripts$ }}} In the example above (for albizu.mayfirst.org), the result shows that an MX record is in place and the time to live is greater than 43200. If the server in question does not emit a response like this, fix the DNS record for the server and try again. Next, [https://www.dnsbl.au.sorbs.net/scgi-bin/dulexclusions request that the server be de-listed] (you must get an account with sorbs first).