Compare commits
2 commits
4ff48c941a
...
039ce26466
Author | SHA1 | Date | |
---|---|---|---|
039ce26466 | |||
1342400f67 |
2 changed files with 20 additions and 4 deletions
|
@ -726,10 +726,11 @@ namespace inbox {
|
|||
|
||||
You can set the `auto = create` option for any mailbox you want to be auto-created for users.
|
||||
|
||||
Now restart Dovecot. Keep an eye on terminal output, as if there's a configuration error, you'll get an error message
|
||||
when restarting.
|
||||
Now enable and start the Dovecot service. Keep an eye on terminal output, as if there's a configuration error, you'll
|
||||
get an error message when restarting.
|
||||
|
||||
# rc-service dovecot restart
|
||||
# rc-update add dovecot default
|
||||
# rc-service dovecot start
|
||||
|
||||
# Use a local email client
|
||||
|
||||
|
@ -872,6 +873,11 @@ OpenDKIM is an open-source implementation of DKIM signing and authentication. Yo
|
|||
|
||||
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:
|
||||
|
||||
# adduser postfix opendkim
|
||||
|
@ -1218,6 +1224,16 @@ suggestions.](https://wiki.list.org/DEV/DMARC)
|
|||
|
||||
# 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
|
||||
|
||||
You may want to get your domain whitelisted on [dnswl.org](https://www.dnswl.org/), an email whitelist service where
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c779a7083471f5f6f7036dfd60e9ff9a321600f9
|
||||
Subproject commit b09f47aae7bc7f2fdeab523d15d2a8d217c4dad1
|
Loading…
Add table
Add a link
Reference in a new issue