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.