Files

22 lines
687 B
Bash

MAIL_DOMAIN=wpyw.site
MAIL_HOSTNAME=mail.wpyw.site
MAIL_USER=[email protected]
MAIL_PASSWORD=replace-with-a-long-password
WEB_PORT=8787
SMTP_PORT=25
SUBMISSION_PORT=587
MAIL_DATA_DIR=H:\\MailData
CLIENT_ORIGIN=https://webmail.wpyw.site
# Optional outbound SMTP relay. If omitted, the server delivers directly to recipient MX hosts.
# SMTP_RELAY_HOST=smtp.example.com
# SMTP_RELAY_PORT=587
# SMTP_RELAY_USER=username
# SMTP_RELAY_PASSWORD=password
# SMTP_RELAY_SECURE=false
# SMTP_DIRECT_TLS_REJECT_UNAUTHORIZED=true
# Optional TLS for SMTP STARTTLS. Use a certificate for mail.wpyw.site.
# SMTP_TLS_KEY=H:\\MailData\\certs\\privkey.pem
# SMTP_TLS_CERT=H:\\MailData\\certs\\fullchain.pem