Guest User

Untitled

a guest
Mar 8th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. body_checks = regexp:/etc/postfix/body_checks
  6. broken_sasl_auth_clients = yes
  7. config_directory = /etc/postfix
  8. content_filter = amavis:[127.0.0.1]:10024
  9. disable_vrfy_command = yes
  10. enable_original_recipient = no
  11. header_checks = regexp:/etc/postfix/header_checks
  12. home_mailbox = Maildir/
  13. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -n -m "${EXTENSION}"
  14. mailbox_size_limit = 0
  15. message_size_limit = 0
  16. mime_header_checks = regexp:/etc/postfix/mime_header_checks
  17. mydestination = localhost, localhost.localdomain
  18. myhostname = mail.wakologistics.com
  19. mynetworks = 127.0.0.0/8 10.85.2.0/24 115.160.161.146 10.85.211.52 10.85.211.50 10.85.200.68 10.85.200.66 10.85.2.92 10.85.2.91 10.85.2.59 10.85.12.62 10.85.11.85 10.85.11.215 10.85.1.0/24 10.85.0.0/23 10.85.200.1 10.85.200.53 62.149.27.85 62.149.27.19
  20. myorigin = /etc/mailname
  21. nested_header_checks = regexp:/etc/postfix/nested_header_checks
  22. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps $smtpd_sender_login_maps $smtpd_client_restrictions $smtpd_sender_restrictions proxy:mysql:/etc/postfix/mysql_sender-login-maps.cf
  23. readme_directory = no
  24. receive_override_options = no_address_mappings
  25. recipient_delimiter = +
  26. relay_recipient_maps = proxy:mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
  27. smtp_fallback_relay = [mail.on-nets.com]
  28. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  29. smtpd_banner = $myhostname ESMTP Apple Secure Mail Relay (OSX 10.6)
  30. smtpd_client_restrictions = check_client_access proxy:mysql:/etc/postfix/mysql-virtual_client.cf
  31. smtpd_delay_reject = yes
  32. smtpd_helo_required = yes
  33. smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, permit_auth_destination, reject
  34. smtpd_sasl_auth_enable = yes
  35. smtpd_sasl_authenticated_header = yes
  36. smtpd_sasl_local_domain = $myhostname
  37. smtpd_sasl_path = smtpd
  38. smtpd_sasl_security_options = noanonymous
  39. smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql_sender-login-maps.cf
  40. smtpd_sender_restrictions = reject_unknown_sender_domain
  41. smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
  42. smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
  43. smtpd_tls_received_header = yes
  44. smtpd_tls_security_level = may
  45. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  46. smtpd_use_tls = yes
  47. tls_random_source = dev:/dev/urandom
  48. transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
  49. virtual_alias_domains =
  50. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
  51. virtual_gid_maps = static:5000
  52. virtual_mailbox_base = /home/vmail
  53. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
  54. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
  55. virtual_transport = dovecot
  56. virtual_uid_maps = static:5000
Add Comment
Please, Sign In to add comment