4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Not receiving...
FromSent OnAttachments
Guenter BrastJul 28, 2003 12:25 am 
Anand BuddhdevJul 28, 2003 2:41 am 
Jeff JansenJul 28, 2003 3:45 am 
Guenter BrastJul 28, 2003 12:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: Not receiving mail on port 25 with courier 0.42.2 in dynamic host environmentActions...
From:Guenter Brast (wew@uni.de)
Date:Jul 28, 2003 12:12:45 pm
List:net.sourceforge.lists.courier-users

Thanx Jeff, explicit setting ADDRESS=0 helps ... take care G. Am Montag, 28. Juli 2003 12:40 schrieb Jeff Jansen:

On Monday 28 July 2003 07:25, Guenter Brast wrote:

when I am not using the ADDRESS tag in etc/esmtpd, courier-ESMTPonly listens to ip 127.0.0.1 (localhost) only. The ADDRESS tag will be empty in this case. Is that a bug or a feature ? In an older release I did not have this problem.

Check to see if you have anything in the PORT variable in esmtpd. It can override the ADDRESS variable if you include a full ip address instead of just a port. ("PORT=25" is the default and you should probably leave that alone.) Also set "ADDRESS=0". This should tell it to bind to ALL interfaces. (Don't forget to restart courier after you make changes to esmtpd.) I've used 42.2 for some time set up as listed above and it binds to all interfaces even when I change ip addresses.

Does the same thing happen with esmtpd-ssl?