Current time: 04-20-2024, 05:41 PM 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
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: [Solved] Cannot receive mail, but sending works
other solution:
change the port of postgrey in /etc/postfix/main.cf

/Joximu [closing here]
(This post was last modified: 01-10-2010 09:06 AM by joximu.)
01-10-2010 09:06 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


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