Hi all,
I just moved our DirectAdmin installation from one server to another, following the guide.
Since moving, external servers can't connect to exim to send mail. It works locally, from roundcube I can send messages.
I cannot connect to port 25 via telnet:
But I can connect locally, telnet localhost 25 works fine.
I have tried turning off the firewall:
There are no error messages in /var/log/exim/mainlog or paniclog, nor in /var/log/messages
I don't know what to look at next?
I just moved our DirectAdmin installation from one server to another, following the guide.
Since moving, external servers can't connect to exim to send mail. It works locally, from roundcube I can send messages.
I cannot connect to port 25 via telnet:
Code:
telnet mail.odmtech.com 25
Trying 184.173.182.28...
telnet: connect to address 184.173.182.28: Connection refused
But I can connect locally, telnet localhost 25 works fine.
I have tried turning off the firewall:
Code:
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
There are no error messages in /var/log/exim/mainlog or paniclog, nor in /var/log/messages
I don't know what to look at next?