- Thomas Herbst <[EMAIL PROTECTED]>:

| I have a sparc 1 acting as the mailserver for my wife's business.
| It is running Sunos 4.1.3.  
| 
| Now doing the "insert"ing a mail message works, but when I
| try to test by telnet'ing to port 25 when I get to the
| part that you type "data" the server closes the connection.  
| test mail messages are getting "read errors".

Try letting tcpserver (or do you use inetd?) run the following little
shell script instead of qmail-smtpd:

#!/bin/sh
exec trace -o /var/tmp/smtpd.trace.$$ /var/qmail/bin/qmail-smtpd

and then look for clues in the resulting trace output.

- Harald

Reply via email to