This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/postfix/mysql_virtual_recipient_access.cf
2021-10-27 17:20:29 +02:00

6 lines
219 B
CFEngine3

user = postfix
password = e9EEBSJCxPHw
hosts = localhost
dbname = postfixdb
query = select if(sendonly = true, 'REJECT', 'OK') AS access from accounts where username = '%u' and domain = '%d' and enabled = true LIMIT 1;