3 messages in net.sourceforge.lists.courier-users[courier-users] Re: esmtp setup problems
FromSent OnAttachments
Sam VarshavchikJul 7, 2001 9:53 am 
Wade BowmerJul 11, 2001 5:44 pm 
Sam VarshavchikJul 11, 2001 6:08 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:[courier-users] Re: esmtp setup problemsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 11, 2001 6:08:52 pm
List:net.sourceforge.lists.courier-users

Wade Bowmer writes:

use Mail::Sendmail;

I am most puzzled as to why my mail delivery does not work. There is surely something simple I have not done - as the entirity of the rest of the Courier world must have this working!

Take a trace of the SMTP conversation.

I had this problem a few weeks ago - it seems to be connected with the Perl Mail::SendMail CPAN module. I solved it by not using it to send email.

That's what he said: he used Mail::SendMail.

But it would be good to solve this. So how does one take a trace of the SMTP conversation? tcpdump produces a very hard to read display - is there something better?

strace. He produced Mail::SendMail's strace.

That module is broken. I don't know what that module thinks it's trying to do, but what it's actually doing bears very little resemblance with SMTP.