Hi,
In the sendmail logs the source of all external email is 127.0.0.1 (localhost.localdomain), this means that any DNSBL's installed into sendmail do not work.
"Sep 11 16:10:11 mail sendmail[7623]: NOQUEUE: connect from localhost.localdomain [127.0.0.1]"
I have done the following:
SMTPFILTER=TRUE in smtpd.cfg
sudo service sendmail restart
sudo omoff -d0 smtpd
sudo omon smtpd
Port forwading is setup on a firewall so the sending MTA's are actually connecting to the mailserver and their IP/hostname is available to the sendmail server.
What do I need to change to get sendmail to see the real IP address of the sending mailserver, so that sendmail can checkit it against some DNSBLs?
How would I check to see what is listening to port 25 if that is an isse?
I suspect that the order of systems for incoming email now is:
Somesort of Scalix Passthrough -> Sendmail -> Scalix