New packages: - secubox-app-backup: Unified backup for LXC containers, UCI config, services - luci-app-backup: KISS dashboard with container list and backup history - secubox-app-mailserver: Custom Postfix+Dovecot in LXC with mesh backup Enhanced dnsctl with: - generate: Auto-create subdomain A records - suggest: Name suggestions by category - mail-setup: MX, SPF, DMARC record creation - dkim-add: DKIM TXT record management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
45 lines
891 B
Plaintext
45 lines
891 B
Plaintext
# SecuBox Mail Server Configuration
|
|
|
|
config mailserver 'main'
|
|
option enabled '0'
|
|
option hostname 'mail'
|
|
option domain 'example.com'
|
|
option postmaster 'postmaster'
|
|
option data_path '/srv/mailserver'
|
|
option container 'mailserver'
|
|
|
|
config ports 'ports'
|
|
option smtp '25'
|
|
option submission '587'
|
|
option smtps '465'
|
|
option imap '143'
|
|
option imaps '993'
|
|
option pop3 '110'
|
|
option pop3s '995'
|
|
option sieve '4190'
|
|
|
|
config features 'features'
|
|
option spam_filter '1'
|
|
option virus_scan '0'
|
|
option dkim '1'
|
|
option spf '1'
|
|
option dmarc '1'
|
|
option fail2ban '1'
|
|
option quota '0'
|
|
option quota_default '1G'
|
|
|
|
config ssl 'ssl'
|
|
option type 'letsencrypt'
|
|
option cert_path ''
|
|
option key_path ''
|
|
|
|
config webmail 'webmail'
|
|
option enabled '1'
|
|
option container 'secubox-webmail'
|
|
option port '8026'
|
|
|
|
config mesh 'mesh'
|
|
option enabled '0'
|
|
option backup_peers ''
|
|
option sync_interval '3600'
|