26 messages in net.sourceforge.lists.courier-usersRe: [courier-users] esmtp disconnect ...
FromSent OnAttachments
dick hoogendijkJul 19, 2005 2:32 pm 
Sam VarshavchikJul 19, 2005 4:34 pm 
di...@nagual.stJul 19, 2005 11:48 pm 
ArnoJul 20, 2005 12:12 am 
dick hoogendijkJul 20, 2005 8:13 am 
dick hoogendijkJul 20, 2005 8:18 am 
Tim HunterJul 20, 2005 8:33 am 
ArnoJul 20, 2005 9:53 am 
dick hoogendijkJul 20, 2005 1:00 pm 
dick hoogendijkJul 22, 2005 8:17 am 
Edwin L. CulpJul 22, 2005 9:52 am 
dick hoogendijkJul 22, 2005 11:22 am 
Mark BucciarelliJul 22, 2005 12:48 pm 
dick hoogendijkJul 22, 2005 2:03 pm 
Malcolm WeirJul 22, 2005 9:57 pm 
dick hoogendijkJul 24, 2005 3:38 am 
Sam VarshavchikJul 24, 2005 3:52 am 
dick hoogendijkJul 24, 2005 4:16 am 
Sam VarshavchikJul 24, 2005 11:47 am 
Dick HoogendijkJul 24, 2005 11:39 pm 
dick hoogendijkJul 30, 2005 10:46 am 
Thomas von HasselSep 16, 2005 1:36 am 
Jean-Christophe BoggioSep 16, 2005 1:43 am 
Thomas von HasselSep 16, 2005 2:01 am 
Dick HoogendijkSep 16, 2005 9:00 am 
Thomas von HasselSep 22, 2005 2:08 am 
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] esmtp disconnect from serverActions...
From:dick hoogendijk (di@nagual.st)
Date:Jul 20, 2005 1:00:12 pm
List:net.sourceforge.lists.courier-users

On Wed, 20 Jul 2005 18:51:43 +0200 Arno <ar@disconnect.de> wrote:

On Wednesday 20 July 2005 17:12, dick hoogendijk wrote:

With "telnet lothlorien 25" I get: trying 192.168.11.1... Connected to lothlorien.nagual.st. Escape character is ']'. Connection closed by foreign host

Lothlorien seems to close the connection immediately after a connection attempt. This could mean the following:

1. There's a 'deny'-statement of some sort for 192.168.11.1 in smtpaccess

127.0.0.1 allow,RELAYCLIENT 192.168 allow, RELAYCLIENT

2. Your MAXPERIP and MAXPERC-Settings in esmtpd are too small

Both 5 (on other machines too)

3. couriertcpd cannot execute courieresmtpd for some reason and therefor the connection is closed immediately 4. courieresmtpd is executed but fails prematurely and therefor the connection is closed immediately

Well, 3. and 4. can't really be the problem, since you said earlier that lothlorien is happily accepting mails from other boxes on the subnet.

It is very happily accepting connections. I tried the same telnet command from
pooh TO lothlorien and then everything is OK. NO connection closed.. but a "220
nagual.st. ESMTP"

IF I run this telnet session off the server itself (lothlorien) the connection
is closed by foreign host. It's the same courier configuration. What can be the
problem???

strace -f -p <pid-of-couriertcpd>

FreeBSD's strace is different.