Re: Changing domain name and certificates

2014-02-02 Thread Andreas Schulze
Noel Jones: Probably the minimum is myhostname and the key/cert files. Something like: # master.cf 10.0.0.101:25 inet n -n - - smtpd -o myhostname=old.example.com -o smtpd_tls_key_file=/path/to/old.key -o smtpd_tls_cert_file=/path/to/old.cert 10.0.0.102:25 inet n -

Changing domain name and certificates

2014-01-31 Thread Israel Brewster
We are currently in the process of changing our domain name, and were wondering if there was any way for postfix (and Dovecot, but that’s a different mailing list) to present different certificates depending on what domain name users are connecting with? That is, for a period of time we want users

Re: Changing domain name and certificates

2014-01-31 Thread li...@rhsoft.net
Am 31.01.2014 19:59, schrieb Israel Brewster: We are currently in the process of changing our domain name, and were wondering if there was any way for postfix (and Dovecot, but that’s a different mailing list) to present different certificates depending on what domain name users are

Re: Changing domain name and certificates

2014-01-31 Thread Noel Jones
On 1/31/2014 12:59 PM, Israel Brewster wrote: We are currently in the process of changing our domain name, and were wondering if there was any way for postfix (and Dovecot, but that’s a different mailing list) to present different certificates depending on what domain name users are connecting

Re: Changing domain name and certificates

2014-01-31 Thread Israel Brewster
I’ll have to look into that. While I think I can figure it out easily enough (looks like I would need to override the inet_interfaces and smtpd_tls_cert/key file directives), is there an example of this sort of configuration somewhere? --- Israel

Re: Changing domain name and certificates

2014-01-31 Thread Noel Jones
On 1/31/2014 1:46 PM, Israel Brewster wrote: I’ll have to look into that. While I think I can figure it out easily enough (looks like I would need to override the inet_interfaces and smtpd_tls_cert/key file directives), is there an example of this sort of configuration somewhere?