runv-member-mail.example.json (401B)
1 { 2 "enabled": true, 3 "backend": "postfix-mysql", 4 "mysql_map_file": "/etc/postfix/mysql-virtual-alias-maps.cf", 5 "mysql": { 6 "table": "virtual_aliases", 7 "address_column": "source", 8 "goto_column": "destination", 9 "active_column": "active", 10 "active_value": "1" 11 }, 12 "reload_postfix": true, 13 "reload_command": ["systemctl", "reload", "postfix"], 14 "auto_sync_on_approve": true 15 }