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

Re: [msmtp-users] DSN



That worked, thanks.  Funny that dns_notify never means that I need to
use DSN to say that I never want to use DSN.

Sheesh.

On 8/25/05, Martin Lambers <marlam@...23...> wrote:
> On Thu, 25. Aug 2005, 16:25:04 -0700, Nikil Mehta wrote:
> > My server does not support DSN notification as evidenced by "msmtp
> > --serverinfo".  Therefore, I have turned it off in all the places I
> > can think of:
> >
> > .muttrc:
> > set dsn_notify = "never"
> > set sendmail = "/usr/local/bin/msmtp -N never -R off"
> >
> > .msmtprc:
> > dsn_notify = never
> > dsn_return = off
> 
> Your settings do not turn off DSN. Use this instead:
> 
> .muttrc:
> set dsn_notify = ""
> set dsn_return = ""
> set sendmail = "/usr/local/bin/msmtp"
> 
> .msmtprc
> dsn_notify off
> dsn_return off
> 
> The value "never" for dsn_notify will cause mutt to append "-N never" to
> the msmtp command line (which you also did manually).
> "-N never" means that you request, by using the DSN extension, that the
> server never sends Delivery Status Notifications to you.
> See the dsn_notify command description in the msmtp documentation.
> 
> Regards,
> Martin
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> msmtp-users mailing list
> msmtp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/msmtp-users
>