[Mageia-sysadm] [653] - do not try to do ssl when we cannot, this confuse epoll

root at mageia.org root at mageia.org
Wed Jan 5 01:59:39 CET 2011


Revision: 653
Author:   misc
Date:     2011-01-05 01:59:39 +0100 (Wed, 05 Jan 2011)
Log Message:
-----------
- do not try to do ssl when we cannot, this confuse epoll

Modified Paths:
--------------
    puppet/modules/postfix/templates/main.cf

Modified: puppet/modules/postfix/templates/main.cf
===================================================================
--- puppet/modules/postfix/templates/main.cf	2011-01-03 18:00:40 UTC (rev 652)
+++ puppet/modules/postfix/templates/main.cf	2011-01-05 00:59:39 UTC (rev 653)
@@ -62,10 +62,12 @@
 unknown_local_recipient_reject_code = 450
 smtp-filter_destination_concurrency_limit = 2
 lmtp-filter_destination_concurrency_limit = 2
-smtpd_use_tls = yes
-smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
-smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
-smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
+# disabled for the time being, as the certificate do not exist
+# FIXME create the cert in puppet
+smtpd_use_tls = no
+#smtpd_tls_cert_file = /etc/pki/tls/certs/postfix.pem
+#smtpd_tls_key_file = /etc/pki/tls/private/postfix.pem
+#smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
 
 <%- if all_tags.include?('postfix::smtp_server') -%>
 smtpd_etrn_restrictions = reject
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110105/feb9fe4b/attachment.html>


More information about the Mageia-sysadm mailing list