However when I get to the telnet test step
Code listing 6.2: Verify sasl and tls support
Code: Select all
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.domain.com ESMTP Postfix
EHLO domain.com
250-mail.domain.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-XVERP
250 8BITMIME
^]
telnet> quitCode: Select all
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.foxjames.co.uk ESMTP Postfix
421 4.4.2 mail.foxjames.co.uk Error: timeout exceeded
Connection closed by foreign host.
Code: Select all
Oct 22 10:30:01 reddwarf cron[16012]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
Oct 22 10:30:01 reddwarf cron[16018]: (root) CMD (/usr/local/bin/mirror-swj >> /var/log/mirror-swj)
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: > localhost[127.0.0.1]: 421 4.4.2 mail.foxjames.co.uk Error: timeout exceeded
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: match_hostname: localhost ~? 192.168.1.0/24
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: match_hostaddr: 127.0.0.1 ~? 192.168.1.0/24
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: match_hostname: localhost ~? 127.0.0.0/8
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: timeout after CONNECT from localhost[127.0.0.1]
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: disconnect from localhost[127.0.0.1]
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: master_notify: status 1
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: connection closed
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: proxymap stream disconnect
Oct 22 10:32:06 reddwarf postfix/smtpd[16006]: auto_clnt_close: disconnect private/tlsmgr stream
Oct 22 10:33:46 reddwarf postfix/smtpd[16006]: idle timeout -- exiting
Oct 22 10:34:00 reddwarf postfix/qmgr[15363]: 2C33E46D64: from=<root@mail.foxjames.co.uk>, size=1790, nrcpt=1 (queue active)
Oct 22 10:34:00 reddwarf postfix/qmgr[15363]: A689D46D31: from=<root@mail.foxjames.co.uk>, size=1790, nrcpt=1 (queue active)
Oct 22 10:34:00 reddwarf postfix/qmgr[15363]: B28C346D4B: from=<root@mail.foxjames.co.uk>, size=1790, nrcpt=1 (queue active)
Oct 22 10:34:00 reddwarf postfix/smtp[16034]: connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused
Oct 22 10:34:00 reddwarf postfix/smtp[16035]: connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused
Oct 22 10:34:00 reddwarf postfix/smtp[16036]: connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused
Oct 22 10:34:00 reddwarf postfix/smtp[16034]: 2C33E46D64: to=<gary@foxjames.co.uk>, orig_to=<root>, relay=none, delay=12825, delays=12825/0.04/0.19/0, dsn=4.4.1, status=deferred (connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused)
Oct 22 10:34:00 reddwarf postfix/smtp[16035]: A689D46D31: to=<gary@foxjames.co.uk>, orig_to=<root>, relay=none, delay=38028, delays=38027/0.03/0.19/0, dsn=4.4.1, status=deferred (connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused)
Oct 22 10:34:00 reddwarf postfix/smtp[16036]: B28C346D4B: to=<gary@foxjames.co.uk>, orig_to=<root>, relay=none, delay=2027, delays=2026/0.05/0.18/0, dsn=4.4.1, status=deferred (connect to www.foxjames.co.uk[86.160.133.6]:25: Connection refused)
Please help guys, I',m starting to lose the will to live on this one


