[mew-int 2237] Re: Migration to mew 5 : SMTP-CRAM problem

Tatsuya Kinoshita tats at example.com
Fri Dec 1 00:37:43 JST 2006


On November 30, 2006, [mew-int 2236],
fgs (at epulse.net) wrote:

> | > > I finally got around to loading latest stable version.  On
> | > > attempting to send message the mini-buffer asks for an
> | > > SMTP-CRAM passowrd.  How can I disable this feature as I do
> | > > not wish to type a password every time I send mail?
> | > 
> | > Don't set mew-smtp-user ("smtp-user" in mew-config-alist) to
> | > non-nil if your SMTP server doesn't support SMTP AUTH.  The default
> | > value of mew-smtp-user is nil.
[...]
> I do not have a mew-smtp-user defined in my ~/.mew.el or in
> ~/.emacs.  My mew-config-alist contains nothing but Cases
> for different outgoing SMTP servers and mail domains.  So am
> still a little stuck.

How about (setq mew-use-smtp-auth nil) or
("use-smtp-auth" . nil) in mew-config-alist?

Quoting from Mew manual, section "SMTP":

| Some SMTP servers are mis-configured. They requests authentication
| though errors occur if passwords are received. Mew automatically ask a
| user to input user's password and send it to an SMTP server if it
| requires authentication. To get along with such SMTP servers above,
| configure as follows:
| 
|      (setq mew-use-smtp-auth nil)
| 
| `mew-use-smtp-auth'
|      If non-nil, Mew send user's password if an SMTP server requests
|      authentication. The default value is `t'.  If `nil', Mew does not
|      send user's password even if the (mis-configured) SMTP server
|      requests authentication.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list