Postfix/Dovecot not receiving email
I am able to log in to POP just fine and I'm able to send mail locally (using mailx), but I'm not able to send mail for an external address.
I don't receive any error messages, I don't see anything in the logs.
Could it be a DNS issue?
What other info would you need to help me debug?
9 Replies
Jun 4 10:51:07 li455-55 postfix/master[2098]: terminating on signal 15
Jun 4 10:51:07 li455-55 postfix/master[2678]: daemon started – version 2.7.0, configuration /etc/postfix
Jun 4 10:56:02 li455-55 postfix/pickup[2680]: EA12C23692: uid=0 from=
Jun 4 10:56:02 li455-55 postfix/qmgr[2681]: EA12C23692: from=<
Jun 4 10:56:03 li455-55 postfix/pipe[2697]: EA12C23692: to=<
Jun 4 10:56:03 li455-55 postfix/qmgr[2681]: EA12C23692: removed
Jun 4 11:32:09 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 11:32:09 li455-55 dovecot: POP3(
Jun 4 12:00:45 li455-55 postfix/pickup[2680]: 26E0023692: uid=0 from=
Jun 4 12:00:45 li455-55 postfix/qmgr[2681]: 26E0023692: from=<
Jun 4 12:00:45 li455-55 postfix/pipe[2791]: 26E0023692: to=<
Jun 4 12:00:45 li455-55 postfix/qmgr[2681]: 26E0023692: removed
Jun 4 12:02:14 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:02:14 li455-55 dovecot: POP3(
Jun 4 12:02:16 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:02:16 li455-55 dovecot: POP3(
Jun 4 12:02:28 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:02:28 li455-55 dovecot: POP3(
Jun 4 12:04:16 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:04:16 li455-55 dovecot: POP3(
Jun 4 12:04:27 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:04:27 li455-55 dovecot: POP3(
Jun 4 12:06:27 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:06:27 li455-55 dovecot: POP3(
Jun 4 12:08:40 li455-55 dovecot: pop3-login: Login: user=<
Jun 4 12:08:40 li455-55 dovecot: POP3(
If not, you probably have it set somewhere to deliver EVERYTHING through dovecot. If it IS hosted on your linode (or postfix thinks it is) then postfix is doing everything correctly based on that log.
EDIT: I'm dumb, clearly it is hosted on your linode. From that log, everything is working as it should. Try to send an email to a domain not hosted on your linode and post that log section!
I haven't set up a firewall, iptables is not running.
Postfix appears to be listening to port 25.
root@li455-55:/etc/postfix# lsof -i tcp:25
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
master 3108 root 12u IPv4 8652 0t0 TCP localhost.localdomain:smtp (LISTEN)
Is it a problem that it's only listening to localhost.localdomain? If so where do I fix that?
telnet mail.ohryan.ca 25
Trying 50.116.25.55…
telnet: connect to address 50.116.25.55: Connection refused
inet_interfaces was set to 'loopback-only' in main.cf. Changed it to 'all'.
Thanks for your help.