diff --git a/en_US/howto/concurrent.processing.md b/en_US/howto/concurrent.processing.md index f5db47fb..b4abbfd7 100644 --- a/en_US/howto/concurrent.processing.md +++ b/en_US/howto/concurrent.processing.md @@ -16,7 +16,11 @@ in `/etc/postfix/master.cf` `maxproc` column for the `smtp-amavis` service. Sample settings: ``` -# File: /etc/amavisd/amavisd.conf +# Amavisd config file: +# - on RHEL/CentOS: /etc/amavisd/amavisd.conf +# - on Debian/Ubuntu: /etc/amavis/conf.d/50-user +# - on FreeBSD: /usr/local/etc/amavisd.conf +# - on OpenBSD: /etc/amavisd.conf $max_servers = 4; ``` diff --git a/html/concurrent.processing.html b/html/concurrent.processing.html index e1ee1e84..6ec89541 100644 --- a/html/concurrent.processing.html +++ b/html/concurrent.processing.html @@ -29,7 +29,11 @@ verification.

the number of concurrent Amavisd processes and it must match the number set in /etc/postfix/master.cf maxproc column for the smtp-amavis service. Sample settings:

-
# File: /etc/amavisd/amavisd.conf
+
# Amavisd config file:
+#   - on RHEL/CentOS: /etc/amavisd/amavisd.conf
+#   - on Debian/Ubuntu: /etc/amavis/conf.d/50-user
+#   - on FreeBSD: /usr/local/etc/amavisd.conf
+#   - on OpenBSD: /etc/amavisd.conf
 
 $max_servers = 4;