Add rules for local mail relay service.

This commit is contained in:
2017-04-22 13:53:36 +02:00
parent 99c8301305
commit 528b43ff11
4 changed files with 43 additions and 0 deletions

View File

@ -409,6 +409,11 @@ http_ports="$standard_http_ports"
# - Mail Services
# ======
# - SMTP server (i.e. mail relay service) Gateway
# -
local_smtp_service=false
# - Mailserver (SMTP(POP/IMAP) Gateway
# -
# - NOT YET IMPLEMENTED

View File

@ -392,6 +392,11 @@ http_ports="$standard_http_ports"
# - Mail Services
# ======
# - SMTP server (i.e. mail relay service) Gateway
# -
local_smtp_service=false
# - Mailserver (SMTP(POP/IMAP) Gateway
# -
# - NOT YET IMPLEMENTED