![]() |
SOLVED postgrey won't start - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: SOLVED postgrey won't start (/thread-11649.html) |
SOLVED postgrey won't start - mwlake - 09-13-2010 09:20 PM Ubuntu 10.04 LTS ISP Control Panel 1.0.6 postgrey won't start /var/log/mail.log Couldn't unlink "/var/run/postgrey.pid" [Permission denied] Mail can be sent from Webmail Account but not received. Any Help out there? Additional Log info Sep 13 11:27:59 localhost postfix/smtpd[16183]: warning: connect to 127.0.0.1:60000: Connection refused Sep 13 11:27:59 localhost postfix/smtpd[16183]: warning: problem talking to server 127.0.0.1:60000: Connection refused Sep 13 11:28:00 localhost postfix/smtpd[16183]: warning: connect to 127.0.0.1:60000: Connection refused Sep 13 11:28:00 localhost postfix/smtpd[16183]: warning: problem talking to server 127.0.0.1:60000: Connection refused Sep 13 11:28:00 localhost postfix/smtpd[16183]: NOQUEUE: reject: RCPT from mail.google.com[209.85.161.52]: 451 4.3.5 Server configuration problem; from=<mailsender@gmail.com> to=<testmail@domain.com> proto=ESMTP helo=<mail.google.com> Sep 13 11:28:00 localhost postfix/smtpd[16183]: disconnect from mail.google.com[209.85.161.52] Sep 13 11:28:23 localhost postfix/smtpd[21976]: connect from main.server1.com.local[127.0.0.1] Sep 13 11:28:23 localhost postfix/smtpd[21976]: disconnect from main.server1.com.local[127.0.0.1] __________________________________________________________ Solution: For some reason POSTGREY is installed on port:10023 Edited : /etc/postfix/main.cf changed 60000 to 10023 Restart postfix then postgrey /etc/init.d/postfix restart /etc/init.d/postgrey restart All is well |