Re: [exim] multiple IPs and multiple SSL certificates + sing…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Heiko Schlittermann
日付:  
To: exim-users
題目: Re: [exim] multiple IPs and multiple SSL certificates + single exim
Arkadiusz Miskiewicz <arekm@???> (Fr 16 Mai 2008 15:36:56 CEST):
> Hello,
>
> I'm trying to get different certificates in single exim instance. I tried
> first thing that came to my head:
>
> tls_certificate = /etc/openssl/mail-${interface_address}.crt
> tls_privatekey = /etc/openssl/mail-${interface_address}.key
> tls_advertise_hosts = *
>
> but that doesn't really work:
>
> "expansion of tls_certificate failed: letter or digit expected after ${"


May be you could check using some HEX-dump (xxd, od, ...) if you've
really the letter 'i' there.

--
Heiko