mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
CONTAINER_NAME="maddy-mail"
|
|
MAIL_DOMAIN="example.com"
|
|
MAIL_HOSTNAME="mail.example.com"
|
|
SMTP_IN_PORT="25"
|
|
IMAP4_PORT="143"
|
|
IMAP4_PORT2="993"
|
|
SMTP_S_PORT="465"
|
|
SMTP_S_PORT2="587"
|