JConnors

Postconf -n 6/21/2012

Jun 21st, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. broken_sasl_auth_clients = yes
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. daemon_directory = /usr/libexec/postfix
  8. data_directory = /var/lib/postfix
  9. debug_peer_level = 2
  10. home_mailbox = ~/Maildir/
  11. html_directory = no
  12. inet_interfaces = all
  13. inet_protocols = all
  14. mail_owner = postfix
  15. mail_spool_directory = /var/spool/mail
  16. mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
  17. mailq_path = /usr/bin/mailq.postfix
  18. masquerade_domains = ddmc-mail-1.rdlab.dv
  19. mydestination = $myhostname, localhost.$mydomain, localhost
  20. mydomain = $myhostname
  21. myhostname = dmc-mail-1.rdlab.dv
  22. mynetworks = 127.0.0.0/8, 172.30.39.0/24
  23. myorigin = $myhostname
  24. newaliases_path = /usr/bin/newaliases.postfix
  25. queue_directory = /var/spool/postfix
  26. sendmail_path = /usr/sbin/sendmail.postfix
  27. setgid_group = postdrop
  28. smtpd_banner = $myhostname ESMTP $mail_name
  29. smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
  30. smtpd_sasl_auth_enable = yes
  31. smtpd_sasl_local_domain =
  32. smtpd_sasl_path = private/auth
  33. smtpd_sasl_security_options = noanonymous
  34. smtpd_sasl_type = dovecot
  35. smtpd_starttls_timeout = 300s
  36. smtpd_tls_auth_only = no
  37. smtpd_tls_cert_file = /etc/postfix/keys/postfix_cert.pem
  38. smtpd_tls_key_file = /etc/postfix/keys/postfix_key.pem
  39. smtpd_tls_loglevel = 0
  40. smtpd_tls_received_header = yes
  41. smtpd_tls_security_level = may
  42. smtpd_tls_security_level = may
  43. unknown_local_recipient_reject_code = 550
Advertisement
Add Comment
Please, Sign In to add comment