Today I replaced my old router with something better. It seemed to go quite smoothly until I tried to SEND email from FreeBSD/Postfix which failed. Funny thing is I can RECEIVE email just fine from the outside. The few emails I have tried to send since changing the router is sitting in the queue.
Heres the error I get:
When I SSH onto the server where Postfix is configured, I can ping DNS names and resolve them to IPs successfully. I can also telnet to other SMTP servers on port 25.
So why cant Postfix send email since the change? It baffles me :\
Heres the error I get:
Code:
Aug 4 18:09:55 server postfix/smtp[81554]: ECC18217033: to=<xxxxxx@gmail.com>, relay=none, delay=367, delays=352/0.02/15/0, dsn=4.4.3,
status=deferred (Host or domain name not found. Name service error for name=gmail.com type=MX: Host not found, try again)
When I SSH onto the server where Postfix is configured, I can ping DNS names and resolve them to IPs successfully. I can also telnet to other SMTP servers on port 25.
So why cant Postfix send email since the change? It baffles me :\