ispCP - Board - Support
(SOLVED) postfix / postgrey wont work together, i dont ZERO mails :( - 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) postfix / postgrey wont work together, i dont ZERO mails :( (/thread-13037.html)



(SOLVED) postfix / postgrey wont work together, i dont ZERO mails :( - vooze - 03-10-2011 05:20 AM

Hey guys..

I guess this happend after i updatet from 1.0.7 RC to 1.0.7 final.

But this is from my mail.log, this happens every 10 secs or somthing:

Feb 23 00:00:23 alpha postfix/smtpd[5263]: warning: problem talking to server 127.0.0.1:10023: Connection refused
Feb 23 00:00:24 alpha postfix/smtpd[5263]: warning: connect to 127.0.0.1:10023: Connection refused

master.cf: http://pastebin.com/Zza03WuB
log from postconf -n (as #postfix (freenode) said): http://pastebin.com/JEsTyrCD

I really hope you guys can help, since i just realised i have not been getting any mails for allmost 3 weeks now.

Best regards
Joakim 'vooze'


RE: postfix / postgrey wont work together, i dont ZERO mails :( - joximu - 03-10-2011 09:00 PM

Check which port postgrey listens
lsof -i -P -T | grep postgrey

and then correct the port in main.cf (postfix)... or correct it in the postgrey config...

at least postgrey does not seem to listen on port 10023.

/J


RE: postfix / postgrey wont work together, i dont ZERO mails :( - vooze - 03-11-2011 03:52 AM

(03-10-2011 09:00 PM)joximu Wrote:  Check which port postgrey listens
lsof -i -P -T | grep postgrey

and then correct the port in main.cf (postfix)... or correct it in the postgrey config...

at least postgrey does not seem to listen on port 10023.

/J

All works now Wink thanks alot... Was listening on port 60000 strange enough..