more maketank roles for mx
This commit is contained in:
6
roles/mkt-scripts/files/postgrey/generate_whitelist.sh
Executable file
6
roles/mkt-scripts/files/postgrey/generate_whitelist.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
mariadb --skip-ssl -h 10.201.0.4 -u maketank -pknatekam2007 \
|
||||
-B --database=maketank_froxlor \
|
||||
-e 'select email_full from mail_virtual where disablegreylist = 1' \
|
||||
|grep -v email_full >/etc/postgrey/whitelist_recipients.local
|
||||
Reference in New Issue
Block a user