SHARE
TWEET

Untitled

a guest May 28th, 2013 8 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. queue_directory = /var/spool/postfix
  2. command_directory = /usr/sbin
  3. daemon_directory = /usr/libexec/postfix
  4. mail_owner = postfix
  5. #inet_interfaces = localhost
  6. mydestination = $myhostname, localhost.$mydomain, localhost
  7. unknown_local_recipient_reject_code = 550
  8. alias_maps = hash:/etc/aliases
  9. alias_database = hash:/etc/aliases
  10. debug_peer_level = 2
  11. debugger_command =
  12.          PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  13.          xxgdb $daemon_directory/$process_name $process_id & sleep 5
  14. newaliases_path = /usr/bin/newaliases.postfix
  15. mailq_path = /usr/bin/mailq.postfix
  16. smtpd_banner = $myhostname ESMTP $mail_name
  17. biff = no
  18. # appending .domain is the MUA's job.
  19. append_dot_mydomain = no
  20.  
  21. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  22.  
  23. myhostname = $hostname
  24. alias_maps = hash:/etc/aliases
  25. alias_database = hash:/etc/aliases
  26. myorigin = $hostname
  27. mydestination = $hostname, localhost
  28. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 [192.168.1.0]/24
  29. mailbox_size_limit = 0
  30. recipient_delimiter = +
  31. inet_interfaces = 127.0.0.1, 192.168.2.1
  32. smtp_bind_address = 192.168.2.1
  33. smtp_connection_cache_destinations = static:all
  34. #header_checks = regexp:/etc/postfix/header_checks
  35. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  36. sendmail_path = /usr/sbin/sendmail
  37. html_directory = no
  38. setgid_group = postdrop
  39. manpage_directory = /usr/share/main
  40. local_recipient_maps =
  41. relay_domains = $mydestination, $domain2
  42.  
  43. transport_maps = hash:/etc/postfix/transport
  44. smtp_sasl_auth_enable = yes
  45. smtp_sender_dependent_authentication = yes
  46. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  47. smtp_sasl_security_options = noanonymous
  48. smtp_tls_security_level = may
  49. start_tls = yes
  50. header_size_limit = 4096000
  51. relayhost = [192.168.1.10]:25
  52. default_transport = smtp:[$external_relay]:submission
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