[mew-int 2227] Re: No SMTP AUTH available
laodao
laodao at example.com
Sat Nov 11 10:59:20 JST 2006
Am I wrong? my mew.el is :
----------------------------------------------------------------------------------------------------------
(setq mew-config-alist '(
("luckguy"
("name" . "laodao")
("user" . "laodao")
("smtp-server" . "mail.luckguy.com")
("smtp-port" . "25")
("pop-server" . "mail.luckguy.com")
("pop-port" . "110")
("smtp-user" . "laodao at example.com")
("pop-user" . "laodao at example.com")
("mail-domain" . "luckguy.com")
("mailbox-type" . pop)
("pop-auth" . pass)
("smtp-auth-list" . ("PLAIN" "LOGIN" "CRAM-MD5"))
)
;;set Gmail
("gmail"
("name" . "laodao")
("user" . "laodao")
("mail-domain" . "gmail.com")
("pop-ssl" . t)
("pop-ssl-port" . "995")
("prog-ssl" . "/usr/sbin/stunnel")
("pop-auth" . pass)
("pop-user" . "laodao")
("pop-server" . "pop.gmail.com")
("smtp-ssl" . t)
("smtp-server" . "smtp.gmail.com")
("smtp-user" . "laodao at example.com")
("smtp-ssl-port". "465")
)
;;set alibaba
("default"
("name" . "laodao")
("user" . "anquan.wangaq")
("mail-domain" . "alibaba-inc.com")
("pop-ssl" . t)
("pop-ssl-port" . "995")
("prog-ssl" . "/usr/sbin/stunnel")
("pop-auth" . pass)
("pop-user" . "anquan.wangaq")
("pop-server" . "ssl.alibaba-inc.com")
("smtp-ssl" . t)
("smtp-server" . "ssl.alibaba-inc.com")
("smtp-user" . "anquan.wangaq")
("smtp-ssl-port". "465")
)
))
(setq mew-prog-ssl "/usr/sbin/stunnel")
-----------------------------------------------------------------------------------------------------
On 11/10/06, laodao <laodao at example.com> wrote:
>
> Hello, Kazu,
>
> I cannot send mail with this message:
> No SMTP AUTH availableand I search the mail-list, found this topic(http://www.mew.org/pipermail/mew-dist/2004-December/025459.html
> ), but it is in Janpanese, could you post this topic in english again?
>
>
> Regards,
>
> laodao
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mew.org/pipermail/mew-int/attachments/20061111/844498b4/attachment.html>
More information about the Mew-int
mailing list