Hopefully to speed this up below the output of:
host `hostname`
Code:
mailserv.koloristik.nl has address 192.168.1.141
cat /etc/hosts
Code:
192.168.1.141 mailserv.koloristik.nl mailserv
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
cat /etc/resolv.conf
Code:
nameserver 192.168.1.141
search mailserv.koloristik.nl
I have checked if my ISP is blocking port 25 via this tool
Open Port Check Tool and found that this is not the case
I have cheked if my Ip is blacklisted. It turned out that it is with tiny... because I am on a dynamic IP. The IP listed refers to 127.0.0.2. This was in the /etc/hosts originally. I have deleted this entry but the result remains unchanged. In my humble opinion this is not the issue.
When I try to telnet to my gmail-account using port 25 I get the connection time out.
Strangely enough when I telnet to one of my other hosting accounts which uses smtp on port 26 I can connect without issue. But when sending via zimbra it gets deferred as well.
This brings me to the conclusion that something is blocking port 25 internally. Firewall is off, Apparmour is running. (But in my previous attempts I installed opensuse without it and still had the same problem. I had in one instance installed zimbra and modified smtp to port 26. All results still the same, no outbound mail, all get deferred from a connection time out.
It is driving me up the wall. I have succesfully deployed other instances of Zimbra on opensuse 10.2 but this one on 10.3 is giving me headaches.
Thanks for your time helping me solve it. The winner deserves a cold sixpack on my expense.