On Tue, 31 Mar 2009 14:09:32 +0200 Torben Knudsen <[email protected]> wrote:
TK> Re.: Problem sending mail with SMTP TK> When I send mail with SMTP I get the below error message. I am told TK> that a newer gnus will probably fix it. I use Gnus v5.11. If I need TK> a new version I would prefer to fix it via ubuntu. Any good TK> suggestions? TK> Process SMTP deleted TK> 220 mta1.es.aau.dk ESMTP Exim 4.63 Tue, 31 Mar 2009 12:27:33 +0200 TK> EHLO tk-laptop TK> 250-mta1.es.aau.dk Hello aau64570-tk.staff.control.auc.dk [192.38.50.63] TK> 250-SIZE 52428800 TK> 250-PIPELINING TK> 250-STARTTLS TK> 250 HELP TK> MAIL FROM:<[email protected]> SIZE=694 TK> 250 OK TK> RCPT TO:<[email protected]> TK> 550 relay not permitted TK> QUIT TK> 221 mta1.es.aau.dk closing connection You need to authenticate yourself to that SMTP server using TLS, because it doesn't allow you to relay mail to outside users otherwise (this is a good thing). Look at these instructions: http://www.emacswiki.org/emacs/?SmtpAuth On Windows, you may have a hard time setting things up. I know this works on GNU/Linux, MacOS X, and other Unix systems. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
