| Linode Forum https://forum.linode.com/ |
|
| Postfix trouble https://forum.linode.com/viewtopic.php?f=11&t=2568 |
Page 1 of 1 |
| Author: | NeonNero [ Tue Jan 09, 2007 8:18 pm ] |
| Post subject: | Postfix trouble |
Ever since I upgraded the disk space on my Gentoo Linode, I've had trouble sending e-mail from it. I can connect to the SMTP port or use the sendmail command (the one that came with Postfix) just fine, but when I check the mailq, each queued message remains with the following error: Code: (connect to 127.0.0.1[127.0.0.1]: Connection refused) This also means that PHP is unable to send any e-mail (which is bad, since this Linode in particular is running a server uptime monitoring service). This is my Postfix main.cf: Code: soft_bounce = no Is there anything I'm missing here? |
|
| Author: | caker [ Tue Jan 09, 2007 9:03 pm ] |
| Post subject: | |
Is your lo loop-back network device configured? -Chris |
|
| Author: | NeonNero [ Tue Jan 09, 2007 9:12 pm ] |
| Post subject: | |
caker wrote: Is your lo loop-back network device configured?
-Chris Wouldn't that also hinder my ability to do this? Code: kimandre@edison ~ $ telnet localhost 25(The "quit" statement is what I typed, btw) |
|
| Author: | c1i77 [ Wed Jan 10, 2007 3:19 am ] |
| Post subject: | |
NeonNero wrote: Code: (connect to 127.0.0.1[127.0.0.1]: Connection refused) Code: content_filter = smtp-amavis:[127.0.0.1]:10024 Problem with your content filter? If not, what does the mail.log file say when delivery is attempted. Cliff |
|
| Author: | NeonNero [ Wed Jan 10, 2007 5:02 am ] |
| Post subject: | |
Silly me, I forgot to check what the logs sid I found this in mail.log: Code: Jan 10 03:46:07 edison postfix/smtp[8543]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024) So, I tried to restart: Code: edison ~ # /etc/init.d/amavisd restart Resetting it to stopped state (using /etc/init.d/amavisd zap), I started it again, and now it's delivering mail again, like it's supposed to. Seems like all I needed, was a nudge in the right direction... Thanks, guys! |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|