From ad326ce7cdff1ddeed73327c23031f2f8e4e60b9 Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Thu, 11 May 2017 16:47:13 +0200 Subject: [PATCH] postconf message_size_limit --- HowtoPostfix.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HowtoPostfix.md b/HowtoPostfix.md index 6ba92e84..0f3d7919 100644 --- a/HowtoPostfix.md +++ b/HowtoPostfix.md @@ -528,3 +528,12 @@ Pour récupérer à la fois l'adresse expéditeur et destinataire dans les logs | while read msgid; do grep $msgid /var/log/mail.log |grep " postfix/" \ | grep -E '(from|to)=<'|awk -F ' ' '{ print $1,$2,$3,$7 }' |tr -d ','; echo; done ~~~ + +### Connaître la taille limite d'un message + +~~~ +# postconf message_size_limit +message_size_limit = 10240000 +~~~ + +10240000 octets valeur par défaut.