ispCP - Board - Support
postgrey und POLICYD-WEIGHT Probleme - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: postgrey und POLICYD-WEIGHT Probleme (/thread-7743.html)



postgrey und POLICYD-WEIGHT Probleme - itgchris - 09-03-2009 05:29 PM

Kaum wurde ich auf einen neuen vServer verschoben schon habe ich Probleme mit postgrey und Policyd-weight
wenn ich sie in der postfix config nicht deaktiviere läuft postfix nicht,
ispcp zeigt mir aber an das die prozesse laufen hier der fehler:
Sep 3 09:21:27 Lena62 postfix/smtpd[25101]: NOQUEUE: reject: RCPT from mail-fx0-f208.google.com[209.85.220.208]: 451 4.3.5 Server configuration problem; from=<itgchris@googlemail.com> to=<christian.schmitt@briefdomain.de> proto=ESMTP helo=<mail-fx0-f208.google.com>
Sep 3 09:21:27 Lena62 postfix/smtpd[25101]: disconnect from mail-fx0-f208.google.com[209.85.220.208]
Sep 3 09:21:52 Lena62 postfix/smtpd[25101]: connect from mail-bw0-f221.google.com[209.85.218.221]
Sep 3 09:21:52 Lena62 postfix/smtpd[25101]: warning: connect to Lena62:60000: Connection refused
Sep 3 09:21:52 Lena62 postfix/smtpd[25101]: warning: problem talking to server Lena62:60000: Connection refused
Sep 3 09:21:53 Lena62 postfix/smtpd[25101]: warning: connect to Lena62:60000: Connection refused
Sep 3 09:21:53 Lena62
postfix/smtpd[25101]: warning: problem talking to server Lena62:60000: Connection refused


dasselbe kommt auch bei policyd-weight wenn ich den in der config aktiviere...
wenn ich sie deaktiviere also die zwei zeilen ausklammere geht alles perfekt...
Lena62 zeigt übrigens auch auf die ip des vservers.
leider weiß ich nichtmal wo die config beider prozesse liegt Sad


RE: postgrey und POLICYD-WEIGHT Probleme - Knut - 09-03-2009 05:33 PM

Dein postgrey Daemon läuft anscheinend nicht. Auf Port 60000 wird nicht geantwortet.

Knut

EDIT: probier mal ein
Code:
/etc/init.d/postgrey restart
und schau die Meldungen an.


RE: postgrey und POLICYD-WEIGHT Probleme - itgchris - 09-03-2009 10:41 PM

Das war das erste was ich überlegt habe aber beide prozesse neu zu starten funktioniert einwandfrei...

unter netstat -tap sehe ich auch das die prozesse laufen:
tcp 0 0 localhost:60000 *:* LISTEN 24658/postgrey.pid
tcp 0 0 Lena62.briefdomai:51234 *:* LISTEN 15999/server_linux
tcp 0 0 *:pop3s *:* LISTEN 15123/couriertcpd
tcp 0 0 Lena62.briefdomai:14534 *:* LISTEN 15999/server_linux
tcp 0 0 localhost:10025 *:* LISTEN 25214/master
tcp 0 0 localhost:mysql *:* LISTEN 15834/mysqld
tcp 0 0 *:submission *:* LISTEN 25214/master
tcp 0 0 localhost:12525 *:* LISTEN 24672/policyd-weigh


RE: postgrey und POLICYD-WEIGHT Probleme - Knut - 09-03-2009 11:29 PM

Zeig mal Deine postgrey Configuration ( /etc/default/postgrey )


RE: postgrey und POLICYD-WEIGHT Probleme - itgchris - 09-04-2009 03:05 AM

Lena62:~# cat /etc/default/postgrey
# postgrey startup options, created for Debian
# ©2004 Adrian von Bidder <avbidder@fortytwo.ch>
# Distribute and/or modify at will.

# you may want to set
# --delay=N how long to greylist, seconds (default: 300)
# --max-age=N delete old entries after N days (default: 35)
# see also the postgrey(8) manpage

POSTGREY_OPTS="--inet=127.0.0.1:60000"

# the --greylist-text commandline argument can not be easily passed through
# POSTGREY_OPTS when it contains spaces. So, insert your text here:
#POSTGREY_TEXT="Your customized rejection message here"


RE: postgrey und POLICYD-WEIGHT Probleme - Knut - 09-04-2009 03:44 AM

Schaut auch korrekt aus.
Ich hatte vermutet das er nicht auf localhost hört.

Wenn Du aus der main.cfg den postgrey raus nimmst, kommt dann postfix nach einem restart korrekt wieder "hoch" ?