[Postfix] Fix "disallow login": A catch-all will not catch mail for mailboxes with disallowed login
This commit is contained in:
@@ -206,7 +206,7 @@ hosts = unix:/var/run/mysqld/mysqld.sock
|
||||
dbname = ${DBNAME}
|
||||
query = SELECT goto FROM alias
|
||||
WHERE address='%s'
|
||||
AND active='1';
|
||||
AND (active='1' OR active='2');
|
||||
EOF
|
||||
|
||||
cat <<EOF > /opt/postfix/conf/sql/mysql_recipient_bcc_maps.cf
|
||||
|
Reference in New Issue
Block a user