keys-for-all/.env.mailserver.example

33 lines
719 B
Text
Raw Normal View History

2025-07-22 18:27:21 -07:00
# Mail Server Configuration
OVERRIDE_HOSTNAME=mail.your-domain.com
DOMAINNAME=your-domain.com
CONTAINER_NAME=keys-mailserver
# Account Management
ENABLE_LDAP=0
LDAP_SERVER_HOST=
LDAP_BIND_DN=
LDAP_BIND_PW=
# Security & Authentication
ENABLE_SASLAUTHD=0
SMTP_ONLY=0
# Default Mail Accounts (change these!)
# Format: email|password
# Add accounts using: docker exec -it keys-mailserver setup email add user@domain password
POSTMASTER_ADDRESS=postmaster@your-domain.com
# Relay Configuration (if needed)
RELAY_HOST=
RELAY_PORT=587
RELAY_USER=
RELAY_PASSWORD=
# Additional Configuration
LOG_LEVEL=info
SUPERVISOR_LOGLEVEL=warn
POSTFIX_MESSAGE_SIZE_LIMIT=104857600
# Development Mode (set to 1 for testing)
DMS_DEBUG=0