[Vilain python] Manque des quotes dans main.cf
Ignore-this: 104623434c98afe8343f98fc372fb23f darcs-hash:20120802143439-b6762-d6f9e71fc7d753dac46fe6337b233d63bcbfe293.gz
This commit is contained in:
parent
63dcb31330
commit
714949c642
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ if main:
|
|||
content_filter = "lmtp:[amavis.adm.crans.org]:10024"
|
||||
lmtp_data_done_timeout = 1200
|
||||
lmtp_send_xforward_command = True
|
||||
smtpd_sasl_type = cyrus
|
||||
cyrus_sasl_config_path = /etc/postfix/sasl
|
||||
smtpd_sasl_type = "cyrus"
|
||||
cyrus_sasl_config_path = "/etc/postfix/sasl"
|
||||
|
||||
@# Pieces jointes
|
||||
mime_header_checks = "regexp:/etc/postfix/mime_header_checks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue