Quick postfix tls question

Discussion in 'General Software and Applications' started by Anarion, Apr 12, 2015.

  1. Anarion

    Anarion Ancient Guru

    Messages:
    13,599
    Likes Received:
    387
    GPU:
    GeForce RTX 3060 Ti
    Currently I use the following for my posfix mail servers:

    Code:
    ...
    smtpd_tls_ask_ccert = yes
    smtpd_tls_security_level = may
    ...
    smtp_tls_security_level = may
    ...
    
    If I would enforce encryption with smtpd_tls_security_level = encrypt and smtp_tls_security_level = encrypt, I assume that there's a chance that some may not be able to receive my mails and I may not be able to receive theirs mails?
     

Share This Page