15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
# Mailcow server URL
|
|
MAILCOW_URL="https://mail.yourdomain.com"
|
|
|
|
# API key from Mailcow
|
|
API_KEY="DD22D7-970D76-90FA4C-0DFBE7-E20ACF"
|
|
|
|
# List of domains (comma-separated)
|
|
DOMAINS=("yourdomain1.com" "yourdomain2.com")
|
|
|
|
# Your real email to forward aliases to
|
|
REAL_EMAIL="[email protected]"
|
|
|
|
# Length of random suffix for aliases
|
|
RANDOM_LENGTH=10
|