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.