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

[msmtp-users] DSN



When I try to send a mail in mutt I get the following message:

msmtp: the server does not support DSN
msmtp: could not send mail (account default from /home/Administrator/.msmtprc)

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

I still get this error... anyone know what's going on?