2024-07-24 17:36:01 +02:00
|
|
|
---
|
2024-07-26 10:57:39 +02:00
|
|
|
# Base-Url of your Mailcow instance.
|
|
|
|
# format: "https://mail.example.com"
|
|
|
|
api_endpoint:
|
2024-07-24 17:36:01 +02:00
|
|
|
|
2024-07-26 10:57:39 +02:00
|
|
|
# Read/Write API Key from your Mailcow instance
|
|
|
|
# See the [+] API Section at <your-instance>/admin
|
|
|
|
# format: "XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX"
|
|
|
|
api_key:
|
|
|
|
|
|
|
|
# The mail address the aliases should point to
|
|
|
|
# Should be a mailbox on your Mailcow instance
|
|
|
|
# format: "admin-mail@your-domain.com"
|
|
|
|
admin_email:
|
|
|
|
|
|
|
|
# Local part of your important aliases you want created
|
|
|
|
# Example: if you want security@<your-domains.tld>, one entry should be - security
|
2024-07-24 17:36:01 +02:00
|
|
|
mail_prefixes:
|
|
|
|
- abuse
|
|
|
|
- admin
|
|
|
|
- postmaster
|
|
|
|
- security
|
|
|
|
- webadmin
|
|
|
|
- webmaster
|