From f5211ff26411d6397f66da978725844c6f776ed4 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 2 Jun 2024 21:44:19 +0200 Subject: [PATCH] Activate firewall --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31ff22f..3f37734 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ Install [acme.sh](https://github.com/acmesh-official/acme.sh) or [certbot](https nano /etc/prosody/prosody.cfg.lua /etc/dovecot/dovecot.conf /etc/postfix/main.cf /etc/nginx/nginx.conf /etc/nginx/sites-enabled/mail /etc/nginx/sites-enabled/openpgpkey ``` -Create database tables and enable cron: +Create database tables, activate firewall and enable cron: ``` -cd /var/www/mail && php setup.php && systemctl enable mail-cron.timer +cd /var/www/mail && php setup.php && chmod +x /etc/rc.local && /etc/rc.local && systemctl enable mail-cron.timer ``` To send emails to the regular internet, it is necessary to have a static IP to retain a reputation with an IP+Domain mapping. If you try sending via Tor, your emails will most certainly get blocked by spam fitlers. For this reason we need to setup a proxy server which will hold no user data itself, but simply act as a gateway to reach the less anonymous part of the internet.