[Bug 50689] Re: smtpmail.elc can't work

2012-10-02 Thread Thomas Hotz
** Changed in: gnus (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/50689 Title: smtpmail.elc can't work To manage notifications about this bug go to: https:/

[Bug 50689] Re: smtpmail.elc can't work

2010-01-15 Thread Micah Cowan
** Changed in: gnus (Ubuntu) Assignee: Micah Cowan (micahcowan) => (unassigned) -- smtpmail.elc can't work https://bugs.launchpad.net/bugs/50689 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 50689] Re: smtpmail.elc can't work

2007-06-19 Thread Micah Cowan
Probably not going to work on this after all; a recent release of emacs has probably made this moot; will investigate, and if this is the case, deal with this report accordingly. ** Changed in: gnus (Ubuntu) Status: In Progress => Unconfirmed -- smtpmail.elc can't work https://bugs.launch

[Bug 50689] Re: smtpmail.elc can't work

2007-05-15 Thread Micah Cowan
** Changed in: gnus (Ubuntu) Importance: Undecided => Wishlist -- smtpmail.elc can't work https://bugs.launchpad.net/bugs/50689 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 50689] Re: smtpmail.elc can't work

2007-05-10 Thread Micah Cowan
Meh, wth. It shouldn't be a big deal to roll a debdiff for this. ** Changed in: gnus (Ubuntu) Sourcepackagename: emacs21 => gnus Assignee: (unassigned) => Micah Cowan Status: Unconfirmed => In Progress -- smtpmail.elc can't work https://bugs.launchpad.net/bugs/50689 You received this

[Bug 50689] Re: smtpmail.elc can't work

2006-08-18 Thread David Lee
Hi, Dave Thanks anyway. D.L. -- smtpmail.elc can't work https://launchpad.net/bugs/50689 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 50689] Re: smtpmail.elc can't work

2006-08-17 Thread Dave Love
[I'm not sure if this got out before I went on holiday.] Sorry, I realize the current smtpmail doesn't support auth at all -- one of the many problems with a new Emacs not getting released, but once you start addressing them all, there's no end to it. The safest place to get a compatible smtpmail

[Bug 50689] Re: smtpmail.elc can't work

2006-08-02 Thread David Lee
Hi, Dave 1.The SMTP server I use does not require tls authentication. 2.My laptop is running mutt+fetchmail+msmtp, anyway I don't want to run sendmail/postfix/exim etc. Thanks for your response. D.L. -- smtpmail.elc can't work https://launchpad.net/bugs/50689 -- ubuntu-bugs mailing list ubu

[Bug 50689] Re: smtpmail.elc can't work

2006-08-02 Thread David Lee
Hi, Dave 1.The SMTP server I use does not require tls authentication. 2.My laptop is running mutt+fetchmail+msmtp, anyway I don't want to run sendmail/postfix/exim etc. Thanks for your response. D.L. -- smtpmail.elc can't work https://launchpad.net/bugs/50689 -- ubuntu-bugs mailing list ubu

[Bug 50689] Re: smtpmail.elc can't work

2006-08-02 Thread Dave Love
Presumably this depends on how you're trying to authenticate. The released smtpmail doesn't have starttls support, for instance. Why use it on Ubuntu, though? If exim is set up correctly, Emacs' sendmail method (the default) will DTRT. -- smtpmail.elc can't work https://launchpad.net/bugs/5068

[Bug 50689] Re: smtpmail.elc can't work

2006-06-22 Thread David Lee
My SMTP configuration in ~/.gnus.el (setq user-full-name "David Lee") (setq user-mail-address "[EMAIL PROTECTED]") (setq smtpmail-auth-credentials '(("smtp.YYY.com" 25 "XXX" nil))) (setq smtpmail-default-smtp-server "smtp.YYY.com") (setq smtpmail-smtp-server "smtp.YYY.com") (set