From 3aa5f0e89dc32c41396dc7f10b55e7530db49b21 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 1 Sep 2024 14:20:31 -0600 Subject: [PATCH] reorder mail page again --- docs/_source/mail-libre-is.rst | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/_source/mail-libre-is.rst b/docs/_source/mail-libre-is.rst index bef2f67..3c59a10 100644 --- a/docs/_source/mail-libre-is.rst +++ b/docs/_source/mail-libre-is.rst @@ -459,6 +459,29 @@ Configure postfix for rspamd. sudo postconf milter_mail_macros="i {mail_addr} {client_addr} {client_name} {auth_authen}" +Firewall +======== +Open TCP ports. + +Confirm open sieve... + +.. code-block:: sh + + # Web + -A INPUT -p tcp --dport 80 -j ACCEPT + -A INPUT -p tcp --dport 443 -j ACCEPT + + # Postfix + -A INPUT -p tcp --dport 25 -j ACCEPT + -A INPUT -p tcp --dport 587 -j ACCEPT + + # Dovecot imaps + -A INPUT -p tcp --dport 993 -j ACCEPT + + # Dovecot sieve + -A INPUT -p tcp --dport 4190 -j ACCEPT + + Administration ============== Now that everything is working... @@ -575,29 +598,6 @@ Delete Alias DELETE FROM virtual_aliases WHERE source='melissa@example.org'; -Firewall -======== -Open TCP ports. - -Confirm open sieve... - -.. code-block:: sh - - # Web - -A INPUT -p tcp --dport 80 -j ACCEPT - -A INPUT -p tcp --dport 443 -j ACCEPT - - # Postfix - -A INPUT -p tcp --dport 25 -j ACCEPT - -A INPUT -p tcp --dport 587 -j ACCEPT - - # Dovecot imaps - -A INPUT -p tcp --dport 993 -j ACCEPT - - # Dovecot sieve - -A INPUT -p tcp --dport 4190 -j ACCEPT - - Email Client Setup ================== Set up mail clients thusly.