disable submission by default (start using dovecot)
This commit is contained in:
parent
4d635ed700
commit
3ccf612b3f
@ -20,7 +20,6 @@ dovecot_container: dovecot
|
|||||||
# puertos públicos
|
# puertos públicos
|
||||||
postfix_publish_ports:
|
postfix_publish_ports:
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "587:587"
|
|
||||||
|
|
||||||
# directorio con reglas, relativo al volumen
|
# directorio con reglas, relativo al volumen
|
||||||
postfix_rules_dir: rules
|
postfix_rules_dir: rules
|
||||||
@ -76,7 +75,7 @@ postfix_sqlite_alias_query: "SELECT dest FROM aliases WHERE alias = '%s'"
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# enable submission service?
|
# enable submission service?
|
||||||
postfix_submission_enable: yes
|
postfix_submission_enable: no
|
||||||
|
|
||||||
# TLS -------------------------------------------------------------------------
|
# TLS -------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user