-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from gvde/gvde-patch-1
Accept milter-reject as action on NOQUEUE logs
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
pattern: ^%{POSTFIX_SMTPD}$ | ||
data: "NOQUEUE: milter-reject: RCPT from mailrelay.example.com[8.8.8.8]: 451 4.7.1 Greylisting in action, please come back later; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mailrelay.example.com>" | ||
results: | ||
postfix_queueid: NOQUEUE | ||
postfix_status_code_enhanced: 4.7.1 | ||
postfix_keyvalue_data: from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mailrelay.example.com> | ||
postfix_action: milter-reject | ||
postfix_smtp_stage: RCPT | ||
postfix_status_code: 451 | ||
postfix_client_ip: 8.8.8.8 | ||
postfix_status_message: "Greylisting in action, please come back later" | ||
postfix_client_hostname: mailrelay.example.com |