stunndard / cocosmail

Golang SMTP server
MIT License
1 stars 1 forks source link

Use separate SSL certs for SMTP, POP3 #8

Closed stunndard closed 3 years ago

stunndard commented 3 years ago

Use separate SSL for EACH listening endpoint, be it SMTP, POP3 or anything else. It should be possible to use a separate SSL cert for EACH listening endpoint. For example, for a multihomed, multi-IP host that uses different hostnames for different IPs, and/or SMTP/POP3 listeners.

stunndard commented 3 years ago

Link #3

stunndard commented 3 years ago

fixed in 14a4653284c859f34e419576dc4b0e8b3e0771dc and 6055ad9718da5b0ef546b7e895d492e1a44147c7