For SMTP, I think we should enable IPv6 temporarily, just to see if this is one of the unintended consequences of turning IPv6 off. To turn it on, edit the /etc/sysctl.conf file, find these lines and comment them out,
Code: Select all
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1For Sendmail, that's going to be trickier. If it sent the mail off, it's up to the receiving mail server to determine whether it wants to accept email from random sendmail servers. Since it was working before, it should be working now. So my guess would be that it's getting caught in a filter now.