From 2aaae5451d590bd06000567d7f86228510073d44 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Sat, 21 Oct 2017 13:46:34 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20de=20relecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoAmavis.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/HowtoAmavis.md b/HowtoAmavis.md index 93a7c365..0254405a 100644 --- a/HowtoAmavis.md +++ b/HowtoAmavis.md @@ -1,9 +1,53 @@ -**Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.** +--- +categories: mail +title: Howto Amavis +... -## Howto Amavis + +* Documentation : + +[Amavis](https://www.ijs.si/software/amavisd/) est ... + +## Installation ~~~ # apt install amavisd-new arc arj zoo pax bzip2 cabextract rpm lzop clamav-daemon + +$ /usr/sbin/amavisd-new -V +amavisd-new-2.10.1 (20141025) + +# systemctl status amavis +● amavis.service - LSB: Starts amavisd-new mailfilter + Loaded: loaded (/etc/init.d/amavis; generated; vendor preset: enabled) + Docs: man:systemd-sysv-generator(8) + Tasks: 2 (limit: 4915) + CGroup: /system.slice/amavis.service + ├─16616 /usr/sbin/amavisd-new (master) + └─18060 /usr/sbin/amavisd-new (ch16-avail) +~~~ + +## Configuration + +Fichiers de configuration : + +~~~ +/etc/amavis/ +├── conf.d +│ ├── 01-debian +│ ├── 05-domain_id +│ ├── 05-node_id +│ ├── 15-av_scanners +│ ├── 15-content_filter_mode +│ ├── 20-debian_defaults +│ ├── 25-amavis_helpers +│ ├── 30-template_localization +│ └── 50-user +├── en_US +│ ├── charset +│ ├── template-auto-response.txt +│ ├── [...] +│ └── template-virus-sender.txt +└── README.l10n ~~~ La configuration se trouve dans _/etc/amavis/conf.d/_ et se modifie/surcharge (autant que possible) dans le fichier _50-user_.