Wheezy commence à arriver, et lenny dégage.
Ignore-this: 48bb60befbcca9f66a7b2f5ebb9d8201 darcs-hash:20121205211802-b6762-28880c06f512803baa322a695e8154a7b6192be3.gz
This commit is contained in:
parent
637a77eb95
commit
e00c869c2f
5 changed files with 25 additions and 22 deletions
|
@ -192,10 +192,7 @@ if not mx:
|
|||
@# TLS pour la reception
|
||||
smtpd_tls_cert_file = "/etc/ssl/certs/smtp.pem"
|
||||
smtpd_tls_key_file = "/etc/ssl/private/smtp.pem"
|
||||
if not has("squeeze"):
|
||||
smtpd_tls_CAfile = "/etc/ssl/certs/root.pem"
|
||||
else:
|
||||
smtpd_tls_CAfile = "/etc/ssl/certs/cacert.org.pem"
|
||||
smtpd_tls_CAfile = "/etc/ssl/certs/cacert.org.pem"
|
||||
smtpd_tls_loglevel = 0
|
||||
smtpd_use_tls = True
|
||||
smtpd_tls_received_header = True
|
||||
|
@ -203,10 +200,7 @@ smtpd_tls_received_header = True
|
|||
@# On utilise aussi TLS pour envoyer les mails
|
||||
smtp_tls_cert_file = ""
|
||||
smtp_tls_key_file = ""
|
||||
if not has("squeeze"):
|
||||
smtp_tls_CAfile = "/etc/ssl/certs/root.pem"
|
||||
else:
|
||||
smtp_tls_CAfile = "/etc/ssl/certs/cacert.org.pem"
|
||||
smtp_tls_CAfile = "/etc/ssl/certs/cacert.org.pem"
|
||||
smtp_tls_loglevel = 1
|
||||
smtp_use_tls = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue