Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. 127.0.0.1:2552 inet n - n - 2000 smtpd
  2. -o receive_override_options=no_header_body_checks,no_address_mappings
  3.  
  4. if header exist (postfix will checks via header_cheks)
  5. no rewrite
  6. else
  7. rewrite with virtual_alias_maps
  8.  
  9. header_checks = regexp:/etc/postfix/mycustomheader
  10.  
  11. /^X-Your-Header/ FILTER smtp:[127.0.0.1]:2525
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement