Closed felixonmars closed 1 year ago
Adds an option (--ssl) to use SSL instead of STARTTLS to gain support of mail servers supporting only this auth method.
According to RFC8314 implicit SSL is recommended over STARTTLS for mail submission now.
Implements https://github.com/jaymzh/pius/issues/51
On a personal note, STARTTLS is far more flexible - it allows, for example, name-base virtual hosting.
Adds an option (--ssl) to use SSL instead of STARTTLS to gain support of mail servers supporting only this auth method.
According to RFC8314 implicit SSL is recommended over STARTTLS for mail submission now.
Implements https://github.com/jaymzh/pius/issues/51