.github
etc
dovecot
mysql
nginx
postfix
sql
mysql_tls_policy_in.cf
mysql_transport_maps.cf
mysql_virtual_alias_maps.cf
mysql_virtual_auth_maps.cf
mysql_virtual_domain_unauth_block.cf
mysql_virtual_domains_maps.cf
mysql_virtual_mailbox_maps.cf
body_checks
header_checks
helo_checks
main.cf
master.cf
prosody
wireguard
etc_clearnet_proxy
tools
usr
www
COPYING
README.md
common_config.php
composer.json
cron.php
install_binaries.sh
install_binaries_proxy.sh
setup.php
6 lines
270 B
CFEngine3
6 lines
270 B
CFEngine3
user = postfix_readonly
|
|
password = YOUR_PASSWORD
|
|
hosts = localhost
|
|
dbname = postfix
|
|
query = SELECT username FROM mailbox WHERE username=CONCAT('%u', '@', COALESCE((SELECT target_domain FROM alias_domain WHERE alias_domain = '%d' AND active='1'), '%d')) AND active = '1'
|