[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
smtp ssl
- To: wl-en@lists.airs.net
- Subject: smtp ssl
- From: Erik Colson <ecocode.net@gmail.com>
- Date: Mon, 15 Feb 2010 07:40:33 +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:date:message-id:subject :from:to:content-type; bh=+27u/WxPPXSBxjKL2lf2YB9XoeEGYGDFdWLkzZFxhoM=; b=ZAv+pFOO0t41utIVITRZWMqwirn2ZP8R/KIqUsXGlGkYpVvtoGqtRmN6t46pDpKXox 1fxYSDxc580MeznmGIIhiFC3I4v3gJP/oLL4D+lf6R3EcH08gDgwLtoaPgdPkjOtHIbS LjZoGg+aSTmfh5SdeWkH2gOlaM0PahtJDee4A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jC+XFolTceSJCUbRi+XFF024V9wIzw0GJRzQKVNFf8XT/hWUQ3Km/FCftqFptLFoih 0FBIGCneZC6pCUmGTz0bMl0qoya5l/Hl+pydRlvTgb8co6bj8T9EICWVVD2aE3Aap5DK kipu6HBRhVaQpbH3CYXF4Ry45+B4AhpzRTdPE=
- 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>
- Reply-to: wl-en@lists.airs.net
hi,
I'm using an external smtp server with ssl where I need to login with username and passwd to send mail.
this is my setup
;; SMTP server
(setq wl-smtp-connection-type 'ssl)
(setq wl-smtp-posting-port 465)
(setq wl-smtp-authenticate-type "clear")
(setq wl-smtp-posting-user "username")
(setq wl-smtp-posting-server "ssl.server.xxx")
(setq ssl-certificate-verification-policy 0)
Process SMTP finished
verify depth is 0
depth=3 /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
verify error:num=19:self signed certificate in certificate chain
verify return:0
97148:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:983:
I suppose there must be a problem with ssl cert. But I can't figure how to either disable the check (which I thought ssl-certificate-verification-policy -> 0 was for ?), either to make the server cert trusted locally...
Any ideas ?
--
Erik