Advertisement
Guest User

/etc/postfix/master.cf

a guest
Jan 20th, 2016
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. amavis unix - - - - 2 smtp
  2.    -o smtp_data_done_timeout=1200
  3.    -o smtp_send_xforward_command=yes
  4.  
  5. 127.0.0.1:10025 inet n - - - - smtpd
  6.    -o content_filter=
  7.    -o local_recipient_maps=
  8.    -o relay_recipient_maps=
  9.    -o smtpd_restriction_classes=
  10.    -o smtpd_client_restrictions=
  11.    -o smtpd_helo_restrictions=
  12.    -o smtpd_sender_restrictions=
  13.    -o smtpd_recipient_restrictions=permit_mynetworks,reject
  14.    -o mynetworks=127.0.0.0/8
  15.    -o strict_rfc821_envelopes=yes
  16.    -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  17. retry     unix  -       -       -       -       -       error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement