Current time: 11-15-2024, 11:29 AM Hello There, Guest! (LoginRegister)


Thread Closed 
[Solved] Cannot receive mail, but sending works
Author Message
Kommius Offline
Junior Member
*

Posts: 22
Joined: Sep 2008
Reputation: 2
Post: #1
[Solved] Cannot receive mail, but sending works
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..
(This post was last modified: 01-10-2010 01:11 AM by Kommius.)
01-10-2010 01:02 AM
Find all posts by this user
Thread Closed 


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

Forum Jump:


User(s) browsing this thread: 1 Guest(s)