On 9.1.2013, at 15.04, Teodor <[email protected]> wrote:
> It appears that these settings are common for all protocols:
>
> ssl_cert = </etc/ssl/certs/imap.DOMAIN.crt
> ssl_key = </etc/ssl/private/imap.DOMAIN.key
>
> I would like to set different hostnames (and IP addresses) for IMAP and
> POP3, but this is not possible right now because ssl_cert and ssl_key
> are global parameters.
>
> Please make these parameters specific to each protocol.
protocol imap {
ssl_cert = </etc/ssl/certs/imap.pem
ssl_key = </etc/ssl/private/imap.pem
}
protocol pop3 {
ssl_cert = </etc/ssl/certs/pop3.pem
ssl_key = </etc/ssl/private/pop3.pem
}
and you can also use local 1.2.3.4 { }
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]