I have just completed my first ISPConfig installation (after a 'perfect Debian setup'). Most things seem to work fine, except I had trouble logging into the webmail first, but after switching to Courier imap (as suggested on this forum) that worked too.
No the only issue is that I cannot seem to send mail for external delivery. If I try so send to some gmail receipient, I get logs showing:
Code:
Feb 18 12:32:15 montblanc postfix/smtp[10637]: connect to gmail.com[216.239.57.107]: Connection timed out (port 25)
Feb 18 12:32:45 montblanc postfix/smtp[10637]: connect to gmail.com[64.233.161.107]: Connection timed out (port 25)
Feb 18 12:33:15 montblanc postfix/smtp[10637]: connect to gmail.com[64.233.171.107]: Connection timed out (port 25)
Feb 18 12:33:15 montblanc postfix/smtp[10637]: 07388AAAFE: to=<erik.van.der.meulen@gmail.com>, relay=none, delay=1512, status=deferred (connect to gmail.com[64.233.171.107]: Connection timed out)
I have tried some of the suggestions testing for fire wall issues, but 'telnet mx2.hotmail.com 25' fron the system gives:
Code:
Trying 65.54.244.168...
Connected to bay0-oim-f.bay0.hotmail.com.
Escape character is '^]'.
220 bay0-mc6-f10.bay0.hotmail.com Sending unsolicited commercial or bulk e-mail to Microsoft's computer network is prohibited. Other restrictions are found at http://privacy.msn.com/Anti-spam/. Violations will result in use of equipment located in California and other states. Sat, 18 Feb 2006 05:33:44 -0800
That seems okay to me to. Further 'netstat -tap' gives:
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:mysql *:* LISTEN 2079/mysqld
tcp 0 0 *:81 *:* LISTEN 2267/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN 2436/proftpd: (acce
tcp 0 0 montblanc.avonde:domain *:* LISTEN 2423/named
tcp 0 0 localhost.locald:domain *:* LISTEN 2423/named
tcp 0 0 *:smtp *:* LISTEN 10632/master
tcp 0 0 localhost.localdoma:953 *:* LISTEN 2423/named
tcp6 0 0 *:imaps *:* LISTEN 1996/couriertcpd
tcp6 0 0 *:pop3s *:* LISTEN 2017/couriertcpd
tcp6 0 0 *:pop3 *:* LISTEN 2004/couriertcpd
tcp6 0 0 *:imap2 *:* LISTEN 1983/couriertcpd
tcp6 0 0 *:www *:* LISTEN 2297/apache2
tcp6 0 0 *:ssh *:* LISTEN 2232/sshd
tcp6 0 0 *:smtp *:* LISTEN 10632/master
tcp6 0 0 ip6-localhost:953 *:* LISTEN 2423/named
tcp6 0 0 *:https *:* LISTEN 2297/apache2
tcp6 0 888 ::ffff:192.168.1.2:ssh kcnl011nb.lan:4071 ESTABLISHED2543/0
tcp6 0 0 ::ffff:192.168.1.:imaps kcnl011nb.lan:4233 ESTABLISHED4226/couriertls
tcp6 0 0 ::ffff:192.168.1.2:ssh kcnl011nb.lan:4311 ESTABLISHED6482/1
And that leaves me pretty much clue-less...
Any suggestions much appreciated, thanks a lot!
Erik