From 7d230458a79c329b51c1baf1a7633e14a3ec9dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 2 Aug 2012 17:17:54 +0200 Subject: [PATCH] [MX] Fin config SASL Ignore-this: aeb1ad6cef80314aecd4edc20badcf5e darcs-hash:20120802151754-b6762-9b85e7bdcbb4c8d3ad87b1714337b0f9c82ca897.gz --- Python/etc/postfix/main.cf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Python/etc/postfix/main.cf b/Python/etc/postfix/main.cf index e1538af..123f57e 100644 --- a/Python/etc/postfix/main.cf +++ b/Python/etc/postfix/main.cf @@ -265,13 +265,8 @@ mailbox_size_limit = 78643000 append_dot_mydomain = secondary if main: - @## Filtrage AV - @# Amavis + tuning lmtp - content_filter = "lmtp:[amavis.adm.crans.org]:10024" - lmtp_data_done_timeout = 1200 - lmtp_send_xforward_command = True + @#Ajout de cyrus pour l'authentification SMTP smtpd_sasl_type = "cyrus" - cyrus_sasl_config_path = "/etc/postfix/sasl" @# Pieces jointes mime_header_checks = "regexp:/etc/postfix/mime_header_checks"