Hi Ed,
Interresting setup. I like the way you striped it all down to just one single file :-)
But can you explain why you use globally:
ssl_cert =
and certs for any additional Domain each?
## local_name mail.pettijohn-web.com { ssl_cert =
I configured it the way you do, but within the default /etc/dovecot/confd structure but i had no luck. I testet local_name (SNI), local, local <IPv6> (dedicated IPv6 Address but had no lock
Configinfo:
- MTA (Postfix 2.10.1) and MDA (Dovecot 2.2.10) configured on IPv6 Addresses
- The MTA and MDA are connected to MariaDB (the default MySQL replacement on CentOS7 now for virtual domains, users, passwords, aliaes ect
- Postfix uses Dovecots SASL Implementation and Postfix and Dovecot talking via LMTP and UNIX Sockets.
Details: ### yum info postfix ### Name : postfix Arch : x86_64 Epoche : 2 Version : 2.10.1 Release : 6.el7 Size : 12 M
From : installed From Source : debian.n-ix.net_centos_7_os_x86_64_ Summary : Postfix Mail Transport Agent URL : http://www.postfix.org License : IBM and GPLv2+ Description : Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS
### yum info dovecot ### Name : dovecot Arch : i686 Epoche : 1 Version : 2.2.10 Ausgabe : 4.el7_0.1 Größe : 3.2 M Quelle : debian.n-ix.net_centos_7_os_x86_64_ Summary : Secure imap and pop3 server URL : http://www.dovecot.org/ Lizenz : MIT and LGPLv2 Description : Dovecot is an IMAP server for Linux/UNIX-like systems, written with security : primarily in mind. It also contains a small POP3 server. It supports mail : in either of maildir or mbox formats.
Cheers, Drav