Port 25 is open on ISP, Modem, and router. Postfix appears to be configured correctly. Form mail will delivery mail to address on server. Can delivery mail from one domain name to another on same server, mail will forward to outside address on different server. (Configured in ISPConfig 2 to forward to different email address.) However, I cannot send or receive email to outside address. This had previouslu been working.
Mail log:
# tail /var/log/maillog
Dec 13 10:54:09 host postfix/smtp[23867]: connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused
Dec 13 10:54:09 host postfix/smtp[23871]: 05D404E86CC: to=<sweapmexrax@mymail-in.net>, relay=none, delay=21580, delays=21572/0.06/7.1/0, dsn=4.4.1, status=deferred (connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused)
Dec 13 10:54:09 host postfix/smtp[23869]: 186714E810E: to=<sweapmexrax@mymail-in.net>, relay=none, delay=147461, delays=147454/0.04/7.2/0, dsn=4.4.1, status=deferred (connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused)
Dec 13 10:54:09 host postfix/smtp[23867]: 745484E8359: to=<sweapmexrax@mymail-in.net>, relay=none, delay=197632, delays=197625/0.02/7.2/0, dsn=4.4.1, status=deferred (connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused)
Dec 13 10:54:15 host postfix/smtp[23868]: connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused
Dec 13 10:54:15 host postfix/smtp[23868]: CFB364E8350: to=<sweapmexrax@mymail-in.net>, relay=none, delay=210426, delays=210413/0.03/13/0, dsn=4.4.1, status=deferred (connect to mail.mymail-in.net[217.20.163.8]:25: Connection refused)
Dec 13 10:57:03 host dovecot: pop3-login: Login: user=<web1_admin>, method=PLAIN, rip=::ffff:173.8.81.81, lip=::ffff:192.168.0.19
Dec 13 10:57:03 host dovecot: pop3-login: Login: user=<web1_>, method=PLAIN, rip=::ffff:173.8.81.81, lip=::ffff:192.168.0.19
Dec 13 10:57:03 host dovecot: POP3(web1_admin): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
Dec 13 10:57:03 host dovecot: POP3(web1_): Disconnected: Logged out top=0/0, retr=0/0, del=0/4, size=3792
I don't understand where this address come from "status=deferred (connect to
mail.mymail-in.net[217.20.163.8]:25: Connection refused)"
IP or domain name is not on any blacklist.
Able to sent mail from terminal to server web address
# host relay-test.mail-abuse.org
relay-test.mail-abuse.org is an alias for cygnus.mail-abuse.org.
cygnus.mail-abuse.org has address 168.61.4.13
# telnet mx3.hotmail.com 25
Trying 65.55.37.88...
Connected to mx3.hotmail.com.
Escape character is '^]'.
220 col0-mc2-f18.Col0.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. Mon, 13 Dec 2010 08:10:00 -0800
# postconf -n | wc -l
42
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 host.designoutput.net ESMTP Postfix
ehlo localhost
250-host.designoutput.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
# lsof -i tcp:25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
master 10910 root 12u IPv4 39033 TCP *:smtp (LISTEN)
master 10910 root 13u IPv6 39035 TCP *:smtp (LISTEN)
I tried to provide as much information as possible so that someone might be able to help me. I have worked on this issue for days. I think it may have something to do with MX records, but do not have the knowledge to fix and I have read everything I can find.
Thanks in advance for your time.
Recent comments
16 hours 41 min ago
17 hours 41 min ago
21 hours 28 min ago
22 hours 42 min ago
1 day 2 hours ago
1 day 9 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 13 hours ago