SHARE
TWEET

Untitled

a guest Apr 27th, 2011 91 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //main.cf
  2. content_filter = scan:[127.0.0.1]:10025
  3. #receive_override_options = no_address_mappings
  4. ...
  5. ...
  6.  
  7.  
  8. //master.cf
  9. # service type  private unpriv  chroot  wakeup  maxproc command + args
  10. #               (yes)   (yes)   (yes)   (never) (100)
  11. # ==========================================================================
  12.  
  13. 10.10.10.2:smtp      inet  n       -       -       -       -       smtpd
  14. scan   unix    -       -       n       -       10      smtp
  15.        -o smtp_sender_xforward_command=yes
  16.        -o disable_mime_output_conversion=yes
  17.        -o smtp_generic_maps=
  18.  
  19. 127.0.0.1:10025        inet    n       n       n       -       10      spawn
  20.        user=filter argv=/etc/postfix/filter/test.sh 127.0.0.1 10026
  21.  
  22.  
  23. 127.0.0.1:10026        inet    n       -       n       -       10      smtpd
  24.        -o content_filter=
  25.        -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters
  26.        -o smtpd_helo_restrictions=
  27.        -o smtpd_client_restrictions=
  28.        -o smtpd_sender_restrictions=
  29.        -o smtpd_recipient_restrictions=permit_mynetworks,reject
  30.        -o mynetworks=127.0.0.0/8
  31.        -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  32.  
  33. #smtp      inet  n       -       -       -       -       smtp
  34. ...
  35. ...
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top