On Sat, Mar 07, 2015 at 04:20:40AM -0700, Clint Pachl wrote:
> Does the hostname in the pki directive correspond to the hostname in
> /etc/mail/mailname? If so, can I omit the pki parameter in the "listen on"
> directive?
> 
> For example, if I have "mail.example.com" in /etc/mail/mailname and the
> following pki directives in smtpd.conf:
> 
>   pki mail.example.com certificate "/etc/ssl/mail.example.com.crt"
>   pki mail.example.com key "/etc/ssl/private/mail.example.com.key"
> 
> can I safely change:
> 
>   listen on mail port smtp tls pki mail.example.com auth-optional <passwd>
>   listen on mail port submission tls-require pki mail.example.com auth
> <passwd>
> 
> to:
> 
>   listen on mail port smtp tls auth-optional <passwd>
>   listen on mail port submission tls-require auth <passwd>
> 
> What if mail is accepted from local for domains other than "example.com"?
> Will secure connections still be used.
> 

Yes, however I personally prefer to state things explicitely


-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to