My only problem is that my server keeps being listed on http://cbl.abuseat.org. I've checked that I don't have an open relay using ORDB.org and my helo responds with the proper domain. So I'm a little confused why I keep getting blacklisted by them, but it prevents a large percentage of our email from being delivered..
The only problems I can see are in the headers of email we send. Here's an example after sending to my gmail account:
Delivered-To: null@gmail.com
Received: by 10.100.109.11 with SMTP id h11cs24117anc;
Mon, 18 Dec 2006 09:15:12 -0800 (PST)
Received: by 10.35.134.19 with SMTP id l19mr8237926pyn.1166462112395;
Mon, 18 Dec 2006 09:15:12 -0800 (PST)
Return-Path: <nulluser@mydomain.com>
Received: from mail.mydomain.com (mail.mydomain.com [xxx.xxx.xxx.xxxxx.xxx.xxx.xxx])
by mx.google.com with ESMTP id f45si8783240pyh.2006.12.18.09.15.12;
Mon, 18 Dec 2006 09:15:12 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of nulluser@mydomain.com designates xxx.xxx.xxx.xxx as permitted sender)
X-Virus-Scanned: amavisd-new at mydomain.com
Received: from mail.mydomain.com (localhost.localdomain [127.0.0.1])
by mail.mydomain.com (8.13.1/8.13.1) with ESMTP id kBIHFBZl015953
for <null@gmail.com>; Mon, 18 Dec 2006 11:15:11 -0600
Received: from mail.mydomain.com (root@localhost)
by mail.mydomain.com (8.13.1/8.13.1/Submit) with ESMTP id kBIHFBTd015951
for <null@gmail.com>; Mon, 18 Dec 2006 11:15:11 -0600
Received: from mail.mydomain.com (mail.mydomain.com [192.168.1.13])
by mail.mydomain.com (Scalix SMTP Relay 10.0.5.3)
via ESMTP; Mon, 18 Dec 2006 11:15:11 -0600 (CST)
The domain I'm sending from (obfuscated of course) is mydomain.com and my server is at mail.mydomain.com. The reverse DNS and A records are all correct for this server.
The part that worries me is the last three "Received:" lines. They have "localhost.localdomain", my nat-ed ip, and root@localhost. Should these lines be there? Should they be using localhost and nat ips? How do I fix this in Scalix?
Thanks,
Eric