From 714949c6429e5d85e974bd9fc860e58e2c0d7e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 2 Aug 2012 16:34:39 +0200 Subject: [PATCH] [Vilain python] Manque des quotes dans main.cf Ignore-this: 104623434c98afe8343f98fc372fb23f darcs-hash:20120802143439-b6762-d6f9e71fc7d753dac46fe6337b233d63bcbfe293.gz --- Python/etc/postfix/main.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/etc/postfix/main.cf b/Python/etc/postfix/main.cf index 0a1a5b7..e1538af 100644 --- a/Python/etc/postfix/main.cf +++ b/Python/etc/postfix/main.cf @@ -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"