[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smtp problem
- To: wl-en@lists.airs.net
- Subject: Re: smtp problem
- From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
- Date: Thu, 21 Jan 2010 16:33:38 +0100
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9u+9oxWqV3LNlnu5ooyb/UNX0mGCQGrZ/ExiIb+sE5g=; b=aJ95NzWiA5G0DHlUPd5TC/TlFlganLb+R8juhcntkMucIQhK5gNkQIUt8duywfaajA pqbg3wDJnq50mA+WLjNlXdiBVrE4cQOQnagsWzugdDM2d+lnSyzH9Xo/dhFQLOkmqwch ftnb+j6P5umbdCqsa701t0eaU6LRVwC+ZpGt0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eYm/JGnSLuRSWcEEIOCoUC2lU9TSxXl720UabjSkC6G01I002dRgAz4yYO2BJM6S5b 3Dw94oCoQGgkKDWdzj8Sfdd4DViGabLksPyUnsOfTl/hrpgwspaabgXczOtsp2IZ/yIZ jYM+awarf1mt0jybqhFpbzszW2Pfxk+mw5t0c=
- In-reply-to: <op.u6vu6rdwnysghc@localhost.localdomain>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <op.u6vtfpvbnysghc@localhost.localdomain> <201001212110.FMLAAB32658.wl-en@lists.airs.net> <op.u6vtt7finysghc@localhost.localdomain> <ed97ac911001210437u27c96f87of6758830a80f9ca0@mail.gmail.com> <op.u6vu6rdwnysghc@localhost.localdomain>
- Reply-to: wl-en@lists.airs.net
On Thu, Jan 21, 2010 at 1:48 PM, <click@gmx.net> wrote:
>
>>
>> What are your smtp settings in wl?
>> What error message do you get? Your smtp server requires a client
>> certificate?
>> Have you installed the ssl.el from the utils subdir? (required for
>> ssl/tls)
>>
>> -Herbert
>
> 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...
> 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?
Where's the error message?
-Herbert