Compare commits
No commits in common. "039ce26466d99c62fc16371462f0c08d1da2633a" and "4ff48c941a19ee583c8bbd0db44cbc7305f7c431" have entirely different histories.
039ce26466
...
4ff48c941a
2 changed files with 4 additions and 20 deletions
|
@ -726,11 +726,10 @@ namespace inbox {
|
||||||
|
|
||||||
You can set the `auto = create` option for any mailbox you want to be auto-created for users.
|
You can set the `auto = create` option for any mailbox you want to be auto-created for users.
|
||||||
|
|
||||||
Now enable and start the Dovecot service. Keep an eye on terminal output, as if there's a configuration error, you'll
|
Now restart Dovecot. Keep an eye on terminal output, as if there's a configuration error, you'll get an error message
|
||||||
get an error message when restarting.
|
when restarting.
|
||||||
|
|
||||||
# rc-update add dovecot default
|
# rc-service dovecot restart
|
||||||
# rc-service dovecot start
|
|
||||||
|
|
||||||
# Use a local email client
|
# Use a local email client
|
||||||
|
|
||||||
|
@ -873,11 +872,6 @@ OpenDKIM is an open-source implementation of DKIM signing and authentication. Yo
|
||||||
|
|
||||||
You may also want `opendkim-doc` for documentation.
|
You may also want `opendkim-doc` for documentation.
|
||||||
|
|
||||||
Enable the service:
|
|
||||||
|
|
||||||
# rc-update add opendkim default
|
|
||||||
# rc-service opendkim start
|
|
||||||
|
|
||||||
Add the `postfix` user to the `opendkim` group:
|
Add the `postfix` user to the `opendkim` group:
|
||||||
|
|
||||||
# adduser postfix opendkim
|
# adduser postfix opendkim
|
||||||
|
@ -1224,16 +1218,6 @@ suggestions.](https://wiki.list.org/DEV/DMARC)
|
||||||
|
|
||||||
# Amavis
|
# Amavis
|
||||||
|
|
||||||
Amavis is a high-performance interface between MTAs and content checkers, such as virus scanners and spam filters. We
|
|
||||||
will use Amavis as a Postfix content filter for virus scanning and spam filtering, with ClamAV and SpamAssassin
|
|
||||||
respectively.
|
|
||||||
|
|
||||||
Install Amavis and enable the service:
|
|
||||||
|
|
||||||
# apk add amavis
|
|
||||||
# rc-update add amavisd default
|
|
||||||
# rc-service amavisd start
|
|
||||||
|
|
||||||
# Miscellaneous suggestions
|
# Miscellaneous suggestions
|
||||||
|
|
||||||
You may want to get your domain whitelisted on [dnswl.org](https://www.dnswl.org/), an email whitelist service where
|
You may want to get your domain whitelisted on [dnswl.org](https://www.dnswl.org/), an email whitelist service where
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b09f47aae7bc7f2fdeab523d15d2a8d217c4dad1
|
Subproject commit c779a7083471f5f6f7036dfd60e9ff9a321600f9
|
Loading…
Add table
Add a link
Reference in a new issue