3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Multiple Certific...
FromSent OnAttachments
DoMApr 25, 2005 2:16 pm 
DoMApr 28, 2005 4:02 am 
Gordon MessmerApr 28, 2005 7:47 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Multiple CertificatesActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Apr 28, 2005 7:47:56 am
List:net.sourceforge.lists.courier-users

Since the configuration files are really just shell scripts, every time you set TLS_CERTFILE, it replaces the previous declaration.

You should have *created* all four of those files, but left the setting: TLS_CERTFILE=/usr/local/courier-imap/share/imapd.pem

Courier will check for the IP-specific file automatically.

DoM wrote:

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

No one has any ideas about ?

DoM wrote:

Hi all, i have a problem setting multiple certificates under courier-imap 4.0.2

My conf:

TLS_CERTFILE=/usr/local/courier-imap/share/imapd.pem.1.1.1.1 TLS_CERTFILE=/usr/local/courier-imap/share/imapd.pem.1.1.1.2 TLS_CERTFILE=/usr/local/courier-imap/share/imapd.pem.1.1.1.3 TLS_CERTFILE=/usr/local/courier-imap/share/imapd.pem.1.1.1.4

Cause i knew that i need a syntax like $cert.ip_address for each ip, but courier-imap consider only last ip(1.1.1.4) even if i connect to ip 1.1.1.1 for example ..

Any ideas ?