mirror of
https://github.com/fergalmoran/mailcow-dockerized.git
synced 2025-12-22 09:27:30 +00:00
mailcow dockerized
This commit is contained in:
5
data/conf/postfix/sql/mysql_virtual_spamalias_maps.cf
Normal file
5
data/conf/postfix/sql/mysql_virtual_spamalias_maps.cf
Normal file
@@ -0,0 +1,5 @@
|
||||
user = mailcow
|
||||
password = mysafepasswd
|
||||
hosts = mysql
|
||||
dbname = mailcow
|
||||
query = SELECT goto FROM spamalias WHERE address='%s' AND validity >= UNIX_TIMESTAMP()
|
||||
Reference in New Issue
Block a user