Nick Lockheart via Postfix-users:
> 
> If I have Postfix configured to use Dovecot SASL via TCP, and Dovecot
> is running on a remote server, can I set up Postfix to use TLS for its
> connection to Dovecot SASL?
> 
> Postfix main.cf:
> 
> smtpd_sasl_path = inet:dovecot.example.com:12345
> smtpd_sasl_type = dovecot
> 
> 
> Dovecot:
> 
> service auth {
>  inet_listener {
>    address = * ::
>    port = 12345
>    ssl=yes
>  }
> }
> 
> What are the Postfix settings for TLS between Postfix and Dovecot SASL?

This is not documented, therefore not implemented. What is your
threat model: am attacker has privileged access to a system on the
path between Postfix and Dovecot? I would expect that reasonable
deployments have Postfix and Dovecot in close proximity.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to