From e0f5dec8125b6e7796a6ecf014c48dca9046c45d Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 3 Nov 2021 11:22:39 +0100 Subject: [PATCH] ajout d'un point pour Sympa --- HowtoSympa.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoSympa.md b/HowtoSympa.md index b6706d35..1315aaf2 100644 --- a/HowtoSympa.md +++ b/HowtoSympa.md @@ -249,5 +249,13 @@ Voir dans `sympa.pl`, certains filtres basiques sont effectués, notamment : if ($sender =~ /^(mailer-daemon|sympa|listserv|mailman|majordomo|smartlist|$conf_email)(\@|$)/mio) { ~~~ +### Sympa : User unknown in local recipient table +En cas d'erreur "foo@sympa.example.com: Recipient address rejected: User unknown in local recipient table" il faut probablement refaire un postmap sur le fichier d'alias de Sympa : + +~~~ +# postmap /etc/mail/sympa/aliases +~~~ + +(ou plus simplement un `newaliases` si Postfix est bien configuré).