SHARE
TWEET

Untitled

a guest Feb 28th, 2017 77 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # grep -v '^#' /etc/postfix/main.cf | grep -v ^$
  2. smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/bad_recipients
  3. queue_directory = /var/spool/postfix
  4. command_directory = /usr/sbin
  5. daemon_directory = /usr/libexec/postfix
  6. mail_owner = postfix
  7. sender_canonical_maps = hash:/etc/postfix/canonical
  8. inet_interfaces = all
  9. mydestination = $myhostname, localhost.$mydomain, localhost
  10. smtp_generic_maps = hash:/etc/postfix/generic
  11. unknown_local_recipient_reject_code = 550
  12. smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/bad_recipients.db
  13. mynetworks = 10.42.16.0/21, 10.28.43.0/24, 168.100.189.0/28, 127.0.0.0/8
  14. relayhost = 10.30.1.58:2525
  15. masquerade_domains = sks06crap014.ks.rt.ru      crm_info
  16. alias_maps = hash:/etc/aliases
  17. alias_database = hash:/etc/aliases
  18.  
  19.  
  20. header_checks = regexp:/etc/postfix/mycustomheaders
  21. smtpd_banner = $myhostname ESMTP $mail_name
  22. debugger_command =
  23.          PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  24.          xxgdb $daemon_directory/$process_name $process_id & sleep 5
  25. sendmail_path = /usr/sbin/sendmail.postfix
  26. newaliases_path = /usr/bin/newaliases.postfix
  27. mailq_path = /usr/bin/mailq.postfix
  28. setgid_group = postdrop
  29. html_directory = no
  30. manpage_directory = /usr/share/man
  31. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  32. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  33. smtpd_banner = $myhostname - private smtp
  34. smtpd_client_restrictions = permit_mynetworks, reject
  35. smtpd_helo_required = yes
  36. smtpd_helo_restrictions =
  37. smtpd_recipient_restrictions =
  38. smtpd_sender_restrictions =
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