ispCP - Board - Support
[Solved] Cannot receive mail, but sending works - 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] Cannot receive mail, but sending works (/thread-9142.html)



[Solved] Cannot receive mail, but sending works - Kommius - 01-10-2010 01:02 AM

Hi everyone,

I just reinstalled ispCP 1.0.3-1 on an Ubuntu 9.04 machine, however, I get an error when receiving mail from external adresses :

Quote:warning: problem talking to server 127.0.0.1:60000: Connection refused

I think this has to do with Postgrey not listening on port 60000 on external adresses, anyone could help me out with this?

Many thanks is advance Wink
Ok, found the problem.

In case it's useful to anyone :

Code:
vim /etc/default/postgrey

Changed line to :
Code:
POSTGREY_OPTS="--inet=10023 --inet=60000"

Restarted Postgrey :
Code:
/etc/init.d/postgrey restart

Checked Postgrey was listening on the port i wanted :

Code:
netstat -anp | grep 60000

Quote:tcp 0 0 127.0.0.1:60000 0.0.0.0:* LISTEN 28977/postgrey.pid

I think the bug is linked to the corresponding Ubuntu Package, by default Postgrey was listening on port 10023..


RE: [Solved] Cannot receive mail, but sending works - joximu - 01-10-2010 09:06 AM

other solution:
change the port of postgrey in /etc/postfix/main.cf

/Joximu [closing here]