.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
tor
wireguard
etc_clearnet_proxy
locale
tools
usr
www
.gitignore
COPYING
README.md
SECURITY.md
common_config.php
composer.json
cron.php
install_binaries.sh
install_binaries_proxy.sh
setup.php
update-translation.sh
6 lines
529 B
CFEngine3
6 lines
529 B
CFEngine3
user = postfix_readonly
|
|
password = YOUR_PASSWORD
|
|
hosts = localhost
|
|
dbname = postfix
|
|
query = SELECT 'reject_plaintext_session' FROM mailbox WHERE username=CONCAT('%u', '@', COALESCE((SELECT target_domain FROM alias_domain WHERE alias_domain = '%d' AND active='1'), '%d')) AND active = 1 AND enforce_tls_in = 1 UNION SELECT 'reject_plaintext_session' FROM alias WHERE address=CONCAT('%u', '@', COALESCE((SELECT target_domain FROM alias_domain WHERE alias_domain = '%d' AND active='1'), '%d')) AND active = 1 AND enforce_tls_in = 1
|