Advertisement
fsantiago0704482

my_postconf_n

Dec 15th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. alias_database = hash:/etc/postfix/aliases
  2. alias_maps = hash:/etc/postfix/aliases
  3. allow_min_user = no
  4. allow_percent_hack = no
  5. biff = no
  6. body_checks = pcre:/etc/postfix/body_checks.pcre
  7. command_directory = /usr/sbin
  8. config_directory = /etc/postfix
  9. content_filter = smtp-amavis:[127.0.0.1]:10024
  10. daemon_directory = /usr/libexec/postfix
  11. data_directory = /var/lib/postfix
  12. debug_peer_level = 2
  13. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  14. disable_vrfy_command = yes
  15. dovecot_destination_recipient_limit = 1
  16. enable_original_recipient = no
  17. header_checks = pcre:/etc/postfix/header_checks
  18. inet_interfaces = all
  19. inet_protocols = all
  20. lmtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  21. lmtp_tls_protocols = !SSLv2 !SSLv3
  22. local_recipient_maps = regexp:/opt/mailman/core/var/data/postfix_lmtp
  23. mail_owner = postfix
  24. mailq_path = /usr/bin/mailq.postfix
  25. message_size_limit = 15728640
  26. milter_default_action = accept
  27. mydestination = $myhostname, localhost, localhost.localdomain
  28. mydomain = mail.garden-life.org
  29. myhostname = mail.garden-life.org
  30. mynetworks = 127.0.0.1, [::1], 172.19.199.0/24
  31. myorigin = mail.garden-life.org
  32. newaliases_path = /usr/bin/newaliases.postfix
  33. non_smtpd_milters = $smtpd_milters
  34. owner_request_special = no
  35. policyd-spf_time_limit = 3600
  36. postscreen_access_list = permit_mynetworks cidr:/etc/postfix/postscreen_access.cidr
  37. postscreen_blacklist_action = enforce
  38. postscreen_dnsbl_action = enforce
  39. postscreen_dnsbl_reply_map = texthash:/etc/postfix/postscreen_dnsbl_reply
  40. postscreen_dnsbl_sites = zen.spamhaus.org=127.0.0.[2..11]*3 b.barracudacentral.org=127.0.0.[2..11]*2
  41. postscreen_dnsbl_threshold = 2
  42. postscreen_greet_action = enforce
  43. proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions $sender_dependent_relayhost_maps
  44. queue_directory = /var/spool/postfix
  45. recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_user.cf proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_domain.cf
  46. recipient_delimiter = +
  47. relay_domains = $mydestination proxy:mysql:/etc/postfix/mysql/relay_domains.cf regexp:/opt/mailman/core/var/data/postfix_domains
  48. sender_bcc_maps = proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_domain.cf
  49. sender_dependent_relayhost_maps = proxy:mysql:/etc/postfix/mysql/sender_dependent_relayhost_maps.cf
  50. sendmail_path = /usr/sbin/sendmail.postfix
  51. setgid_group = postdrop
  52. smtp-amavis_destination_recipient_limit = 1
  53. smtp_tls_CAfile = $smtpd_tls_CAfile
  54. smtp_tls_loglevel = 1
  55. smtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  56. smtp_tls_note_starttls_offer = yes
  57. smtp_tls_protocols = !SSLv2 !SSLv3
  58. smtp_tls_security_level = may
  59. smtpd_data_restrictions = reject_unauth_pipelining
  60. smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:7777
  61. smtpd_helo_required = yes
  62. smtpd_helo_restrictions = permit_mynetworks permit_sasl_authenticated check_helo_access pcre:/etc/postfix/helo_access.pcre reject_non_fqdn_helo_hostname reject_unknown_helo_hostname
  63. smtpd_milters = inet:127.0.0.1:8893
  64. smtpd_recipient_restrictions = reject_unknown_recipient_domain reject_non_fqdn_recipient reject_unlisted_recipient check_policy_service inet:127.0.0.1:7777 permit_mynetworks permit_sasl_authenticated reject_unauth_destination check_policy_service unix:private/policyd-spf
  65. smtpd_reject_unlisted_recipient = yes
  66. smtpd_reject_unlisted_sender = yes
  67. smtpd_sasl_path = private/dovecot-auth
  68. smtpd_sasl_type = dovecot
  69. smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/sender_login_maps.cf
  70. smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/accepted_unauth_senders reject_unknown_sender_domain reject_non_fqdn_sender reject_unlisted_sender permit_mynetworks permit_sasl_authenticated check_sender_access pcre:/etc/postfix/sender_access.pcre
  71. smtpd_tls_CAfile = /etc/ssl/certs/letsencrypt-chain.pem
  72. smtpd_tls_cert_file = /etc/ssl/certs/letsencrypt.crt
  73. smtpd_tls_dh1024_param_file = /etc/pki/tls/dh2048_param.pem
  74. smtpd_tls_dh512_param_file = /etc/pki/tls/dh512_param.pem
  75. smtpd_tls_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDC3-SHA, KRB5-DE5, CBC3-SHA
  76. smtpd_tls_key_file = /etc/ssl/LE_certs/privkey256.pem
  77. smtpd_tls_loglevel = 1
  78. smtpd_tls_mandatory_protocols = !SSLv2 !SSLv3
  79. smtpd_tls_protocols = !SSLv2 !SSLv3
  80. smtpd_tls_security_level = may
  81. swap_bangpath = no
  82. tls_random_source = dev:/dev/urandom
  83. transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf proxy:mysql:/etc/postfix/mysql/transport_maps_domain.cf regexp:/opt/mailman/core/var/data/postfix_lmtp
  84. unknown_local_recipient_reject_code = 550
  85. virtual_alias_domains =
  86. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_maps.cf proxy:mysql:/etc/postfix/mysql/catchall_maps.cf proxy:mysql:/etc/postfix/mysql/domain_alias_catchall_maps.cf
  87. virtual_gid_maps = static:2000
  88. virtual_mailbox_base = /var/vmail
  89. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_domains.cf
  90. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
  91. virtual_minimum_uid = 2000
  92. virtual_transport = dovecot
  93. virtual_uid_maps = static:2000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement