Mention different amavisd user/group names in en_US/howto/2-sign.dkim.signature.for.new.domain.md.

This commit is contained in:
Zhang Huangbin 2017-01-24 09:53:39 +08:00
parent 01fcef089e
commit 4b5a55e372
2 changed files with 8 additions and 4 deletions

View File

@ -59,8 +59,10 @@ tutorial to [add DKIM DNS record](setup.dns.html#dkim-record-for-your-mail-domai
* Generate new DKIM key (key length `1024`) for new domain, and set correct
file owner and permission
* on RHEL/CentOS, FreeBSD, OpenBSD, the command is `amavisd`
* on Debian/Ubuntu, the command is `amavisd-new`
* on RHEL/CentOS, the command is `amavisd`, user/group is `amavis:amavis`.
* on Debian/Ubuntu, the command is `amavisd-new`, user/group is `amavis:amavis`.
* on FreeBSD, the command is `amavisd`, user/group is `vscan:vscan`.
* on OpenBSD, the command is `amavisd`, user/group is `_vscan:_vscan`.
```shell
amavisd-new genrsa /var/lib/dkim/new_domain.com.pem 1024

View File

@ -82,8 +82,10 @@ tutorial to <a href="setup.dns.html#dkim-record-for-your-mail-domain-name">add D
<p>Generate new DKIM key (key length <code>1024</code>) for new domain, and set correct
file owner and permission</p>
<ul>
<li>on RHEL/CentOS, FreeBSD, OpenBSD, the command is <code>amavisd</code></li>
<li>on Debian/Ubuntu, the command is <code>amavisd-new</code></li>
<li>on RHEL/CentOS, the command is <code>amavisd</code>, user/group is <code>amavis:amavis</code>.</li>
<li>on Debian/Ubuntu, the command is <code>amavisd-new</code>, user/group is <code>amavis:amavis</code>.</li>
<li>on FreeBSD, the command is <code>amavisd</code>, user/group is <code>vscan:vscan</code>.</li>
<li>on OpenBSD, the command is <code>amavisd</code>, user/group is <code>_vscan:_vscan</code>.</li>
</ul>
</li>
</ul>