On 21.11.2019 23.57, Marc Roos via dovecot wrote:
> Is it possible to configure a network for a cert instead of an ip?
>
> Something like this:
>
> local 192.0.2.0 {
>     ssl_cert = </etc/ssl/dovecot/imap-02.example.com.cert.pem
>     ssl_key  = </etc/ssl/dovecot/imap-02.example.com.key.pem
> }
>
> Or
>
> local 192.0.2.0/24 {
>     ssl_cert = </etc/ssl/dovecot/imap-02.example.com.cert.pem
>     ssl_key  = </etc/ssl/dovecot/imap-02.example.com.key.pem
> }
>
> https://wiki.dovecot.org/SSL/DovecotConfiguration
>
>
>

Local part supports that.

Aki


Reply via email to