ispCP - Board - Support
Postfix 451 4.3.5 Server configuration problem - 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: Postfix 451 4.3.5 Server configuration problem (/thread-8381.html)



Postfix 451 4.3.5 Server configuration problem - Adams - 11-10-2009 05:29 AM

Hi,
my server is not receiving emails. This is what I got from mail.log:
Code:
Nov  9 22:24:28 creontech postfix/smtpd[16295]: connect from mail-yw0-f184.google.com[209.85.211.184]
Nov  9 22:24:28 creontech postfix/smtpd[16295]: warning: connect to 127.0.0.1:12525: Connection refused
Nov  9 22:24:28 creontech postfix/smtpd[16295]: warning: problem talking to server 127.0.0.1:12525: Connection refused
Nov  9 22:24:29 creontech postfix/smtpd[16295]: warning: connect to 127.0.0.1:12525: Connection refused
Nov  9 22:24:29 creontech postfix/smtpd[16295]: warning: problem talking to server 127.0.0.1:12525: Connection refused
Nov  9 22:24:29 creontech postfix/smtpd[16295]: NOQUEUE: reject: RCPT from mail-yw0-f184.google.com[209.85.211.184]: 451 4.3.5 Server configuration problem; from=<adam@surak.eu> to=<test@sperky-marta.cz> proto=ESMTP helo=<mail-yw0-f184.google.com>
Nov  9 22:24:30 creontech postfix/smtpd[16295]: disconnect from mail-yw0-f184.google.com[209.85.211.184]

Any solution?
On that port should be Policyd-weight running, but when trying to start it, i get this:
Code:
Starting policyd-weight:  done
Can't read /dev/null: Permission denied at /usr/sbin/policyd-weight line 1118.
policyd-weight.

Can it cause the problem?


RE: Postfix 451 4.3.5 Server configuration problem - joximu - 11-10-2009 09:37 AM

as long as policyd does not run you can disable the need for it in /etc/postfix/main.cf (comment the line with :12525):

# check_policy_service inet:127.0.0.1:12525,


The other thing you have to check...

I have:

# ls -la /dev/null
crw-rw-rw- 1 root root 1, 3 2009-11-06 10:28 /dev/null

/J