diff --git a/content/blog/mail_server_alpine_postfix_dovecot_tutorial/index.md b/content/blog/mail_server_alpine_postfix_dovecot_tutorial/index.md index 759f12b..1059745 100644 --- a/content/blog/mail_server_alpine_postfix_dovecot_tutorial/index.md +++ b/content/blog/mail_server_alpine_postfix_dovecot_tutorial/index.md @@ -726,11 +726,10 @@ namespace inbox { 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 -get an error message when restarting. +Now restart Dovecot. Keep an eye on terminal output, as if there's a configuration error, you'll get an error message +when restarting. - # rc-update add dovecot default - # rc-service dovecot start + # rc-service dovecot restart # 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. -Enable the service: - - # rc-update add opendkim default - # rc-service opendkim start - Add the `postfix` user to the `opendkim` group: # adduser postfix opendkim @@ -1224,16 +1218,6 @@ 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 diff --git a/themes/terminal b/themes/terminal index b09f47a..c779a70 160000 --- a/themes/terminal +++ b/themes/terminal @@ -1 +1 @@ -Subproject commit b09f47aae7bc7f2fdeab523d15d2a8d217c4dad1 +Subproject commit c779a7083471f5f6f7036dfd60e9ff9a321600f9