Guest User

Untitled

a guest
Jul 19th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. alias_maps = hash:/etc/aliases
  2. allow_min_user = no
  3. allow_percent_hack = no
  4. biff = no
  5. command_directory = /usr/sbin
  6. compatibility_level = 2
  7. daemon_directory = /usr/lib/postfix/sbin
  8. data_directory = /var/lib/postfix
  9. debug_peer_level = 2
  10. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
  11. disable_vrfy_command = yes
  12. dovecot_destination_recipient_limit = 1
  13. enable_long_queue_ids = yes
  14. enable_original_recipient = no
  15. inet_interfaces = all
  16. inet_protocols = all
  17. lmtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  18. lmtp_tls_protocols = !SSLv2 !SSLv3
  19. mail_owner = postfix
  20. mailq_path = /usr/bin/mailq
  21. message_size_limit = 15728640
  22. mydestination = $myhostname, localhost, localhost.localdomain
  23. mydomain = mail.intern.bdevgw.de
  24. myhostname = bgrsld-mail0.intern.bdevgw.de
  25. mynetworks = 127.0.0.1 [::1]
  26. myorigin = $mydomain
  27. newaliases_path = /usr/bin/newaliases
  28. postscreen_access_list = permit_mynetworks cidr:/etc/postfix/postscreen_access.cidr
  29. postscreen_blacklist_action = drop
  30. postscreen_dnsbl_action = drop
  31. postscreen_dnsbl_reply_map = texthash:/etc/postfix/postscreen_dnsbl_reply
  32. postscreen_dnsbl_threshold = 2
  33. postscreen_dnsbl_whitelist_threshold = -2
  34. postscreen_greet_action = drop
  35. 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_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions $sender_dependent_relayhost_maps
  36. queue_directory = /var/spool/postfix
  37. recipient_delimiter = +
  38. relay_domains = $mydestination
  39. sendmail_path = /usr/sbin/sendmail
  40. setgid_group = postdrop
  41. show_user_unknown_table_name = no
  42. smtp_tls_CAfile = $smtpd_tls_CAfile
  43. smtp_tls_CApath = /etc/ssl/certs
  44. smtp_tls_loglevel = 1
  45. smtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  46. smtp_tls_note_starttls_offer = yes
  47. smtp_tls_protocols = !SSLv2 !SSLv3
  48. smtp_tls_security_level = may
  49. smtpd_command_filter = pcre:/etc/postfix/command_filter.pcre
  50. smtpd_data_restrictions = reject_unauth_pipelining
  51. smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:7777
  52. smtpd_helo_required = yes
  53. 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
  54. smtpd_recipient_restrictions = 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 inet:127.0.0.1:12340
  55. smtpd_reject_unlisted_recipient = yes
  56. smtpd_reject_unlisted_sender = yes
  57. smtpd_sasl_path = private/dovecot-auth
  58. smtpd_sasl_type = dovecot
  59. smtpd_sender_restrictions = reject_non_fqdn_sender reject_unlisted_sender permit_mynetworks permit_sasl_authenticated check_sender_access pcre:/etc/postfix/sender_access.pcre reject_unknown_sender_domain
  60. smtpd_tls_CAfile = /etc/ssl/certs/2020.mail.intern.bdevgw.de.crt
  61. smtpd_tls_CApath = /etc/ssl/certs
  62. smtpd_tls_cert_file = /etc/ssl/certs/2020.mail.intern.bdevgw.de.crt
  63. smtpd_tls_dh1024_param_file = /etc/ssl/dh2048_param.pem
  64. smtpd_tls_dh512_param_file = /etc/ssl/dh512_param.pem
  65. 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
  66. smtpd_tls_key_file = /etc/ssl/private/2020.mail.intern.bdevgw.de.key
  67. smtpd_tls_loglevel = 1
  68. smtpd_tls_mandatory_protocols = !SSLv2 !SSLv3
  69. smtpd_tls_protocols = !SSLv2 !SSLv3
  70. smtpd_tls_security_level = may
  71. swap_bangpath = no
  72. tls_random_source = dev:/dev/urandom
  73. unknown_local_recipient_reject_code = 550
  74. virtual_alias_domains =
  75. virtual_gid_maps = static:2000
  76. virtual_mailbox_base = /maildata/mailbox
  77. virtual_mailbox_domains = /maildata/vhosts
  78. virtual_mailbox_maps = hash:/maildata/vmaps
  79. virtual_minimum_uid = 2000
  80. virtual_transport = dovecot
  81. virtual_uid_maps = static:2000
Add Comment
Please, Sign In to add comment