Dnia 29.07.2024 o godz. 16:15:32 export--- via Postfix-users pisze:
> Thank you ALL for replies.
> 
> I added
> smtpd_tls_security_level = may
> 
> but still the same.

You should use "smtp_tls_security_level", not "smtpd_tls_security_level".

> # TLS parameters
> smtpd_tls_security_level = may
> smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
> smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
> smtpd_use_tls=yes

The above is redundant if you use smtpd_tls_security_level = may.

> smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
> smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

smtp_tls_security_level = may is missing here.
-- 
Regards,
   Jaroslaw Rafa
   r...@rafa.eu.org
--
"In a million years, when kids go to school, they're gonna know: once there
was a Hushpuppy, and she lived with her daddy in the Bathtub."
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to