If I use service stop postgrey
, then I get errors in my maillog
Mar 17 18:49:10 ip-172-31-15-65 postfix/smtpd[23543]: warning: problem talking to server postgrey/socket: No such file or directory
Mar 17 18:49:10 ip-172-31-15-65 postfix/smtpd[23543]: NOQUEUE: reject: RCPT from unknown[192.163.199.86]: 451 4.3.5 Server configuration problem; from=<[email protected]> to=<> proto=ESMTP helo=<mail.goforgummies.com>
How do I pause postgrey to accept everything temporarily? I'm getting emails from AmazonSES which are violating RFC (I believe) by using random from addresses and random servers.
[root@kizbit ~]# cat /var/log/maillog | postgreyreport | awk '{print $3}' | sort | uniq -c | sort -nr | grep amazon | head -n20
12 0100015ad3a1bd19-3a06e9aa-d72c-4c2d-af61-0aa8f8172e9c-#@amazonses.com
10 0100015ad7e29a84-f4bb8c77-ff56-476c-aefd-c07989ea672f-#@amazonses.com
7 0100015acfbd9001-5216a5fc-ffd8-4c42-9d22-5f66b8462154-#@amazonses.com
postgrey 1.34
0 Answers