[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
after upgrade from wl-2.14 to wl-2.15.6.20090322 Auto plugged off at imap.web.de:993 :elmo-network-initialize-session
- To: wl-en@lists.airs.net
- Subject: after upgrade from wl-2.14 to wl-2.15.6.20090322 Auto plugged off at imap.web.de:993 :elmo-network-initialize-session
- From: Marko Schütz <markoschuetz@googlemail.com>
- Date: Fri, 11 Mar 2011 16:33:47 -0400
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=vkguH5L/MZiykdZw09NV+pCiyz3cqS4GpFj420hnBC0=; b=Wi0S5SuaAx3NroNNt/ckMXp/eF/2QxLJ19JOcD3D7gOrGVIid6l6xvdlRzYGaEDRn9 00hd7aIDbN7sMEh6IC5bXoL0fZsgwTZVbgT9UqHkqNPEq1UOxBnlDulBFMGj6bWZvQLs +bnz5HtkP4UTTt2zcEGf+cRmXQp21eetNGJ+k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=B9s71klgNyNxwdlrw2d3zog1fKRXpAGAWu3fR1s6nGxXi5WIKXty8d6YHeS//y8Q73 QNwu4U84kQGY6EY5sKy7psD9MquC2CDHba5PVhMeElqWbBdQ+c/GkRPINrKv0k6z0GYo 2M51widoCR8abw5IWLfmN/sCXFIPa0w0HjubA=
- 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
Dear All,
I just upgraded to a little more recent version from my old version. Now I get
Auto plugged off at imap.server.tld:993 :elmo-network-initialize-session
for all my accounts. At first I was suspecting imap folders of the form
%INBOX:UserName@mail-address.tld/clear@imap.realserver.tld:993!
to be the culprits, but I just noticed that the same problem exists
for a folder of the form
%INBOX:UserName/clear@imap.realserver.tld:993!
In my customizations I have
(custom-set-variables
...
'(ssl-certificate-verification-policy 3)
'(ssl-program-arguments (quote ("s_client" "-quiet" "-host" host
"-port" port "-verify" (int-to-string
ssl-certificate-verification-policy) "-CApath"
ssl-certificate-directory)))
'(ssl-program-name "openssl")
)
Any hints are appreciated!
Best regards,
Marko