Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. address_verify_map = proxy:btree:$data_directory/verify_cache
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. broken_sasl_auth_clients = yes
  7. disable_vrfy_command = yes
  8. inet_interfaces = all
  9. inet_protocols = ipv4
  10. mailbox_size_limit = 0
  11. message_size_limit = 11534336
  12. milter_default_action = accept
  13. milter_protocol = 2
  14. mydestination = $myhostname, localhost.$mydomain, localhost, mail.$myhostname,
  15. myhostname = n3fs.co
  16. mynetworks = 127.0.0.1 142.4.215.80
  17. myorigin = $myhostname
  18. non_smtpd_milters = inet:localhost:12301
  19. postscreen_access_list = permit_mynetworks
  20. postscreen_bare_newline_action = enforce
  21. postscreen_bare_newline_enable = yes
  22. postscreen_blacklist_action = enforce
  23. postscreen_dnsbl_action = enforce
  24. postscreen_dnsbl_sites = zen.spamhaus.org*3 bl.spameatingmonkey.net*2 dnsbl.habl.org bl.spamcop.net dnsbl.sorbs.net
  25. postscreen_dnsbl_threshold = 3
  26. postscreen_greet_action = enforce
  27. postscreen_greet_banner = Welcome, please wait...
  28. postscreen_non_smtp_command_action = enforce
  29. postscreen_non_smtp_command_enable = yes
  30. postscreen_pipelining_action = enforce
  31. postscreen_pipelining_enable = yes
  32. proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map
  33. readme_directory = no
  34. recipient_delimiter = +
  35. relay_domains = pgsql:/etc/postfix/sql-relaydomains.cf
  36. smtp_tls_loglevel = 1
  37. smtp_tls_security_level = may
  38. smtpd_banner = mail.n3fs.co ESMTP
  39. smtpd_helo_required = yes
  40. smtpd_milters = inet:localhost:12301
  41. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated check_recipient_access pgsql:/etc/postfix/sql-maintain.cf pgsql:/etc/postfix/sql-relay-recipient-verification.cf reject_unverified_recipient reject_unauth_destination reject_non_fqdn_sender reject_non_fqdn_recipient reject_non_fqdn_helo_hostname
  42. smtpd_sasl_auth_enable = yes
  43. smtpd_sasl_path = private/auth
  44. smtpd_sasl_security_options = noanonymous
  45. smtpd_sasl_type = dovecot
  46. smtpd_sender_login_maps = pgsql:/etc/postfix/sql-sender-login-mailboxes.cf pgsql:/etc/postfix/sql-sender-login-aliases.cf pgsql:/etc/postfix/sql-sender-login-mailboxes-extra.cf
  47. smtpd_tls_auth_only = no
  48. smtpd_tls_cert_file = /etc/ssl/certs/mail.n3fs.co.cert
  49. smtpd_tls_dh1024_param_file = ${config_directory}/dh2048.pem
  50. smtpd_tls_eecdh_grade = strong
  51. smtpd_tls_exclude_ciphers = ECDHE-RSA-RC4-SHA
  52. smtpd_tls_key_file = /etc/ssl/private/mail.n3fs.co.key
  53. smtpd_tls_loglevel = 1
  54. smtpd_tls_mandatory_ciphers = high
  55. smtpd_tls_mandatory_exclude_ciphers = ECDHE-RSA-RC4-SHA
  56. smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  57. smtpd_tls_received_header = yes
  58. smtpd_tls_security_level = may
  59. smtpd_tls_session_cache_database = btree:$data_directory/smtpd_tls_session_cache
  60. smtpd_use_tls = yes
  61. strict_rfc821_envelopes = yes
  62. transport_maps = pgsql:/etc/postfix/sql-spliteddomains-transport.cf pgsql:/etc/postfix/sql-relaydomains-transport.cf pgsql:/etc/postfix/sql-autoreplies-transport.cf hash:/etc/postfix/dmarc_transport
  63. unknown_local_recipient_reject_code = 550
  64. unverified_recipient_reject_code = 550
  65. virtual_alias_domains = pgsql:/etc/postfix/sql-domain-aliases.cf
  66. virtual_alias_maps = pgsql:/etc/postfix/sql-aliases.cf
  67. virtual_mailbox_domains = pgsql:/etc/postfix/sql-domains.cf
  68. virtual_transport = lmtp:unix:private/dovecot-lmtp
  69.  
  70. smtp inet n - - - 1 postscreen
  71. smtpd pass - - - - - smtpd -o smtpd_proxy_filter=inet:[127.0.0.1]:10024 -o smtpd_proxy_options=speed_adjust
  72. dnsblog unix - - - - 0 dnsblog
  73. tlsproxy unix - - - - 0 tlsproxy
  74. submission inet n - - - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_reject_unlisted_recipient=no -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd _helo_restrictions= -o smtpd_sender_restrictions=reject_sender_login_mismatch -o smtpd_recipient_restrictions= -o milter_macro_daemon_name=ORIGINATING -o smtpd_proxy_filter=inet:[127.0.0.1]:10026
  75. pickup unix n - - 60 1 pickup
  76. cleanup unix n - - - 0 cleanup
  77. qmgr unix n - n 300 1 qmgr
  78. tlsmgr unix - - - 1000? 1 tlsmgr
  79. rewrite unix - - - - - trivial-rewrite
  80. bounce unix - - - - 0 bounce
  81. defer unix - - - - 0 bounce
  82. trace unix - - - - 0 bounce
  83. verify unix - - - - 1 verify
  84. flush unix n - - 1000? 0 flush
  85. proxymap unix - - n - - proxymap
  86. proxywrite unix - - n - 1 proxymap
  87. smtp unix - - - - - smtp
  88. relay unix - - - - - smtp
  89. showq unix n - - - - showq
  90. error unix - - - - - error
  91. retry unix - - - - - error
  92. discard unix - - - - - discard
  93. local unix - n n - - local
  94. virtual unix - n n - - virtual
  95. lmtp unix - - - - - lmtp
  96. anvil unix - - - - 1 anvil
  97. scache unix - - - - 1 scache
  98. maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  99. dmarc-rua-parser unix - n n - - pipe flags= user=vmail:vmail argv=/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py import_aggregated_report --pipe
  100. uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  101. ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  102. bsmtp unix - n n - - pipe flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  103. scalemail-backend unix - n n - 2 pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  104. mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
  105. autoreply unix - n n - - pipe flags= user=vmail:vmail argv=/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py autoreply $sender $mailbox
  106. 127.0.0.1:10025 inet n - n - - smtpd -o content_filter= -o smtpd_authorized_xforward_hosts=127.0.0.0/8 -o smtpd_delay_reject=no -o smtpd_client_restrictions=permit_mynetworks,reject -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o sm tpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions=reject_unauth_pipelining -o smtpd_end_of_data_restrictions= -o smtpd_restriction_classes= -o mynetworks=127.0.0.0/8 -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_err or_limit=1000 -o smtpd_client_connection_count_limit=0 -o smtpd_client_connection_rate_limit=0 -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks -o local_header_rewrite_clients=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement