[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] using msmtp with bellsouth.net



On Tue, 24. Apr 2007, 14:52:12 -0400, Mike Weisenborn wrote:
> On Tue, Apr 24, 2007 at 08:47:20PM +0200, Martin Lambers wrote:
> > On Mon, 16. Apr 2007, 10:05:16 -0400, Mike Weisenborn wrote:
> > > Has anyone had any success using msmtp to relay mail to bellsouth.net? I
> > > have tried what I think is every obvious combination, but I still end up
> > > getting errors.
> > 
> > What error messages do you get if you run "msmtp --serverinfo" from the
> > command line?
>
> SMTP server at mail.bellsouth.net (mail01.mail.bellsouth.net
> [205.152.59.17]), port 25:
>     ibm58aec.bellsouth.net ESMTP server ready Tue, 24 Apr 2007 14:51:27 -0400
> Capabilities:
>     SIZE 26214400:
>         Maximum message size is 26214400 bytes = 25.00 MB
>     PIPELINING:
>         Support for command grouping for faster transmission
>     DSN:
>         Support for Delivery Status Notifications
>

That seems to be OK. Now try to send a simple mail:
echo -e "Subject: Test\n\nTest" | msmtp mw@...100...

If that works, too, then something is wrong with your mail client setup.

Martin