Guest User

Untitled

a guest
Nov 17th, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. header_checks = pcre:/etc/postfix/header_checks
  2.  
  3. !/^From: .*.(?:com|net|org)>$/ HOLD Temporarly Held
  4.  
  5. From: Test <test@example.com>
  6.  
  7. Nov 17 18:45:26 localhost postfix/smtpd[56961]: connect from mail-it0-f41.google.com[209.85.214.41]
  8. Nov 17 18:45:27 localhost postfix/cleanup[56968]: 4FD6345CE72: hold: header Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.214.41; helo=mail-it0-f41.google.com; envelope-from=example@gmail.com; receiver=test@example.com from mail-it0-f41.google.com[209.85.214.41]; from=<example@gmail.com> to=<test@example.com> proto=ESMTP helo=<mail-it0-f41.google.com>: Temporarly Held
  9.  
  10. !/pattern/flags action
  11. When /pattern/ does not match the input string, execute the corresponding action.
Add Comment
Please, Sign In to add comment