Quote:
Originally Posted by sokhar Even from behind the firewall? If you aren't getting anything from behind the firewall then the issue is definitely on the server itself....
Try locally on the mail server but connect to 127.0.0.1
It may be possible that postfix isn't listening on all the IPs... |
Quote:
A blank screen usually means that Postfix is waiting for something. In the end, it will show a prompt, but that could take minutes, which is too long for many MTA's to actually deliver mail. Most of the time it's DNS, that Postfix is waiting for. On the host, try "host some.remote.host" or "nslookup some.remote.host". If that times out, too... Look at your firewall for outgoing DNS settings.
Also, the /var/log/mail.log or /var/log/maillog (depending on your OS) could show some hints...
Best regards,
Menno Pieters
|
Code:
root@webmail:~# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 mail.baerconsult.com ESMTP Postfix
421 4.4.2 mail.baerconsult.com Error: timeout exceeded
Connection closed by foreign host.
root@webmail:~# nslookup mail.baerconsult.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: mail.baerconsult.com
Address: 75.150.206.10
root@webmail:~#
It looks like DNS is working properly as near as I can tell. Mail is getting to the server, it's just not getting to any inboxes.