Thanks for the suggestion, changing this alters the error message from "connection refused ms1.startsiden.no" to "connection refused 127.0.0.1".
There seems to be some port or some setting prohibiting the lmtp delivery to work properly? I have checked the zmcontrol status and all services are running properly..
Additional info is a listing of netstat -i :
Code:
tcp 0 0 *:ldap *:* LISTEN
tcp 0 0 localhost.localdomain:10024 *:* LISTEN
tcp 0 0 localhost.localdomain:10025 *:* LISTEN
tcp 0 0 localhost.localdomain:7306 *:* LISTEN
tcp 0 0 localhost.localdomain:7307 *:* LISTEN
tcp 0 0 *:3310 *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 *:ldaps *:* LISTEN
tcp 0 0 *:imaps *:* LISTEN
tcp 0 0 *:pop3s *:* LISTEN
tcp 0 0 *:7780 *:* LISTEN
tcp 0 0 localhost.localdomain:8005 *:* LISTEN
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 *:imap *:* LISTEN
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:7025 *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:7071 *:* LISTEN
udp 0 0 *:34645 *:*
udp 0 0 *:34646 *:*
Also, I did check with telnet that ports 10025 7025 and 25 are all actually available from the box. They do answer and seem to work as far as I can see.