This commit is contained in:
Zhang Huangbin 2020-09-16 07:29:06 +08:00
parent e01e355671
commit cca912e3fa
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,8 @@ use this existing DKIM key to sign emails sent by other hosted mail domains.
This way, you don't need to ask your customer who owns this new domain to add
DKIM DNS record.
* Find below setting in Amavisd config file `amavisd.conf`:
* Find below setting in Amavisd config file `amavisd.conf` (find its [location
on different Linux/BSD distributions](./file.locations.html)):
```
dkim_key('mydomain.com', "dkim", "/var/lib/dkim/mydomain.com.pem");

View File

@ -49,7 +49,8 @@ use this existing DKIM key to sign emails sent by other hosted mail domains.
This way, you don't need to ask your customer who owns this new domain to add
DKIM DNS record.</p>
<ul>
<li>Find below setting in Amavisd config file <code>amavisd.conf</code>:</li>
<li>Find below setting in Amavisd config file <code>amavisd.conf</code> (find its <a href="./file.locations.html">location
on different Linux/BSD distributions</a>):</li>
</ul>
<pre><code>dkim_key('mydomain.com', &quot;dkim&quot;, &quot;/var/lib/dkim/mydomain.com.pem&quot;);