SHARE
TWEET

postconf -n

a guest Mar 6th, 2017 72 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_maps =
  2. append_dot_mydomain = no
  3. broken_sasl_auth_clients = yes
  4. disable_vrfy_command = yes
  5. header_size_limit = 4096000
  6. inet_interfaces = all
  7. inet_protocols = ipv4
  8. local_transport = error:Local Transport Disabled
  9. mydestination = $myhostname localhost.$mydomain localhost
  10. mydomain = gozen.systems
  11. myhostname = smtp1.gozen.systems
  12. mynetworks = 127.0.0.0/8 185.136.58.0/24
  13. postscreen_greet_action = enforce
  14. smtp_sasl_auth_enable = yes
  15. smtp_sasl_security_options = noanonymous
  16. smtp_tls_CAfile = $smtpd_tls_CAfile
  17. smtp_tls_loglevel = 1
  18. smtp_tls_security_level = may
  19. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  20. smtp_use_tls = yes
  21. smtpd_banner = $myhostname ESMTP $mail_name
  22. smtpd_client_new_tls_session_rate_limit = 10
  23. smtpd_client_restrictions = sleep 5 check_client_access cidr:/etc/postfix/drop.cidr permit_sasl_authenticated permit_mynetworks
  24. smtpd_data_restrictions = reject_multi_recipient_bounce
  25. smtpd_delay_reject = no
  26. smtpd_error_sleep_time = 30
  27. smtpd_hard_error_limit = 20
  28. smtpd_helo_required = yes
  29. smtpd_helo_restrictions = permit_mynetworks check_helo_access pcre:/etc/postfix/identitycheck.pcre reject_invalid_hostname
  30. smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_unknown_recipient_domain reject_unauth_pipelining permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_sender_access hash:/etc/postfix/sender_access check_sender_ns_access cidr:/etc/postfix/drop.cidr check_sender_mx_access cidr:/etc/postfix/drop.cidr check_relay_domains reject_rbl_client zen.spamhaus.org reject_rbl_client bl.spamcop.net permit
  31. smtpd_sasl_auth_enable = yes
  32. smtpd_sasl_authenticated_header = no
  33. smtpd_sasl_exceptions_networks = $mynetworks
  34. smtpd_sasl_security_options = noanonymous
  35. smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain
  36. smtpd_soft_error_limit = 10
  37. smtpd_tls_CAfile = /etc/postfix/certs/startssl-ca-bundle.pem
  38. smtpd_tls_auth_only = no
  39. smtpd_tls_cert_file = /etc/postfix/certs/smtp1.crt
  40. smtpd_tls_dh1024_param_file = ${config_directory}/certs/dh_1024.pem
  41. smtpd_tls_dh512_param_file = ${config_directory}/certs/dh_512.pem
  42. smtpd_tls_exclude_ciphers = EXP EDH-RSA-DES-CBC-SHA ADH-DES-CBC-SHA DES-CBC-SHA SEED-SHA
  43. smtpd_tls_key_file = /etc/postfix/certs/smtp1_nopass.key
  44. smtpd_tls_loglevel = 1
  45. smtpd_tls_received_header = yes
  46. smtpd_tls_security_level = may
  47. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  48. tls_random_source = dev:/dev/urandom
  49. virtual_alias_maps = proxy:ldap:/etc/postfix/ldap_virtual_aliases.cf
  50. virtual_mailbox_domains = hash:/etc/postfix/virtual_domains
  51. virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap_virtual_recipients.cf
  52. virtual_transport = lmtp:inet:185.xx.xx.xx:24
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