Hermann <[EMAIL PROTECTED]> writes: > Hi, > when I try to send a message to newsgroups, it failed with the exit > code 65. > this message appears in the status line, and I couldn't figure out what > this means. > I use msmtp as mta, that forwards all messages to my provider's mail > service (1und1, Germany). > I have no trouble sending mail, it is only a phenomenon that appears in > newsgroups. > Any ideas? > Hermann
Hi, it's perhaps configuration with ~/.msmtprc Below is my, try it. account default host smtp.gmail.com domain smtp.gmail.com tls on tls_certcheck off tls_starttls on auth on user [EMAIL PROTECTED] from [EMAIL PROTECTED] password xxxxxx port 587 logfile ~/.msmtplog _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
