Mention Amavisd config file location on different Linux/BSD distros.

fixes #5
This commit is contained in:
Zhang Huangbin 2020-04-22 19:18:54 +08:00
parent b469d4442b
commit 26c1bd226d
2 changed files with 10 additions and 2 deletions

View File

@ -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;
```

View File

@ -29,7 +29,11 @@ verification.</p>
the number of concurrent Amavisd processes and it must match the number set
in <code>/etc/postfix/master.cf</code> <code>maxproc</code> column for the <code>smtp-amavis</code> service.
Sample settings:</p>
<pre><code># File: /etc/amavisd/amavisd.conf
<pre><code># 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;
</code></pre>