[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: smtp problem





thanks for answering so fast.
These are my .wl settings (the important part):

 wl-smtp-connection-type 'starttls
 wl-smtp-posting-port 25
 wl-smtp-autheticate-type "login"

wl-smtp-authenticate-type

Default is nil. So you are probably not using smtp-auth...

My smtp server supports login and plain, I checked that with openssl.
I tried both in wl.

 wl-smtp-posting-user "myloginname@hush.com"
 wl-smtp-posting-server "smtp.hushmail.com"
 wl-local-domain "hushmail.com"          ;; put something here...


I have a ssl.el in my /usr/share/emacs/site-lisp, do I have to load it in my
.emacs or is it autoladed?
Sorry for being a newb..

How did you install emacs and wl?

I'm an arch linux user and just installed it with its package manager.

Where's the error message?

Debugger entered--Lisp error: (smtp-response-error 554 "5.7.1 <xxxxxxxx>: Relay access denied") signal(smtp-response-error (554 "5.7.1 <xxxxxxxxx>: Relay access denied"))
  byte-code("���	\n%�
@�=�.


xxxxxxxxx is the recipients email adress.


thanks,
M.