Luis, > From: "Luis.F.Correia" <[EMAIL PROTECTED]> > Date: Thu, 25 Oct 2001 10:06:44 +0100 > > You could try to send the commands one by one to figure out which ones fail. > > Something like: > > echo "ehlo" | mnc host 25 > echo "mail from: [EMAIL PROTECTED]" | mnc host 25 > echo "rcpt to: [EMAIL PROTECTED]" | mnc host 25 > echo "data" | mnc host 25 > cat /var/log/messages | mnc host 25 > echo "." | mnc host 25 > echo "quit" | mnc host 25 > > I have not tested this!!!
Don't bother, it won't work! SMTP has the concept of a "session". Every time you open a new mnc connection that is a new "session". Within in a "session" the commands must appear in the correct sequence. Greetings Mark _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
