You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
domain: "example.com"
|
|
backend_server: "127.0.0.1"
|
|
backend_smtp: "{{ backend_server }}:{{ backend_smtp_port }}"
|
|
backend_imap: "{{ backend_server }}:{{ backend_imap_port }}"
|
|
smtp_ports:
|
|
- 25
|
|
- 587
|
|
imap_ports:
|
|
- 993
|