[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SMTP port specification
On Mon, Dec 03, 2012 at 02:42:25PM +0100, Herbert J. Skuhra wrote:
> On 03.12.2012 14:14, Haines Brown wrote:
> >On Sun, Dec 02, 2012 at 11:00:52PM +0100, Herbert J. Skuhra wrote:
> >>On Sun, 2 Dec 2012 15:37:54 -0500
> >
> >>"Where do you set 'wl-smtp-posting-user'?
> >
> >I had it orginally then it was lost when struggling to find what
> >works.
> >
> >I put it in. Now when I sent a test message I get error:
> >
> > Error in folder name `~/Mail/wl-sent
>
> I guess your wl-fcc is wrong. Try:
>
> (setq wl-fcc "+wl-sent")
Herbert,
OK, tried that. Now the error is:
[smtp-server recipients id err smtp-sasl-user-name smtp-sasl-mechanisms
wl-draft-write-sendlog failed smtp smtp-response-error 535 elmo-remove-passwd
format "SMTP:%s/%s@%s" signal server mechanism user] 6)
wl-draft-send-mail-with-smtp()
...
Beck to the authentication problem it seems. If so, another
possiblity occurs to me. I have two email accounts. The server I've
been using is user account
"brownh@historicalMaterialism"@mail.historicalmaterialism.info. My
second account, is "haines@histomat.net"@mail.histomat.net. My current .wl file is:
(setq wl-smtp-posting-server "mail.HistoricalMaterialism.info")
(setq wl-smtp-posting-port "587")
(setq wl-fcc "+wl-sent")
(setq wl-smtp-posting-user "brownh@historicalMaterialism.info")
(setq wl-local-domain "HistoricalMaterialism.info")
(setq wl-message-id-domain "HistoricalMaterialism.info")
(setq wl-from "Haines Brown <Haines@histomat.net>")
(setq wl-message-id-use-message-from nil) ;; If I set the wl-from above?
I had assumed that setting the From line as above is ignored by the
server, which cares only about the envelope name. Am I wrong?
Haines