Simple Postfix Email Forwarding
I setup postfix and followed the instructions on this page perfectly for simple email forwarding:
When I try to send an email to the address, I get a bounce with this response back:
550 MTA inaccessible for too long for domain
Linode suggested I change the inet_interfaces to all but that didn't change anything
If externally I do:
telnet mail.domain.com 25 it gives a connection refused error
If I do telnet localhost 25 on the machine it connects fine
Does anyone have any suggestions/need information to help?
Thanks!
Adam
3 Replies
@AdamAGB:
If externally I do: telnet mail.domain.com 25 it gives a connection refused error
If I do telnet localhost 25 on the machine it connects fine
Did you set your firewall to allow all TCP25 traffic?
BTW, make sure that "mail.domain.com" actually points to your Linode.
A