Files
.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
locale
tools
usr
www
.gitignore
COPYING
README.md
common_config.php
composer.json
cron.php
install_binaries.sh
install_binaries_proxy.sh
setup.php
update-translation.sh
mail-hosting/etc/postfix/sql/mysql_virtual_domain_unauth_block.cf
2022-05-15 21:41:43 +02:00

7 lines
156 B
CFEngine3

user = postfix_readonly
password = YOUR_PASSWORD
hosts = localhost
dbname = postfix
query = SELECT 'REJECT' FROM domain WHERE domain='%d' AND active = '1'