mirror of
https://github.com/pikami/mail-server.git
synced 2025-06-04 21:50:04 +01:00
16 lines
323 B
YAML
16 lines
323 B
YAML
---
|
|
server_domain: mx1.example.com
|
|
mail_receive_domains:
|
|
- example.net
|
|
- example.com
|
|
mail_users:
|
|
- user: bob@example.com
|
|
password: Password123
|
|
virtuals:
|
|
- "bob@example.net"
|
|
- "bob.coolman@example.net"
|
|
- user: alice@example.com
|
|
password: Password123
|
|
virtuals:
|
|
- "alice@example.net"
|