>> So it looks like incoming e-mail might be working now, outgoing >> not so much. > >> Oct 1 16:34:03 www postfix/smtp[3362]: connect to >> gmail.com[74.125.224.149]:25: Connection timed out > > This looks quite like a "disable_dns_lookups=yes" issue. The question > then would be: how was it working before?
$ postconf -n disable_dns_lookups = yes I now changed it to 'no' and things seem to be working again. I dont understand why, though, this would be creating the problem. Could you explain? If it creates this problem, why do people set it? -Jason