SHARE
TWEET

Untitled

a guest Dec 11th, 2016 80 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. broken_sasl_auth_clients = no
  4. command_directory = /usr/local/sbin
  5. compatibility_level = 2
  6. content_filter = amavisfeed:[127.0.0.1]:10024
  7. daemon_directory = /usr/local/libexec/postfix
  8. data_directory = /var/db/postfix
  9. debug_peer_level = 2
  10. default_privs = nobody
  11. disable_vrfy_command = yes
  12. enable_long_queue_ids = yes
  13. header_checks = regexp:/usr/local/etc/postfix/header_checks
  14. home_mailbox = mail/
  15. html_directory = /usr/local/share/doc/postfix
  16. inet_interfaces = 174.136.96.202, 127.0.0.1
  17. inet_protocols = ipv4
  18. mail_owner = postfix
  19. mailbox_command = /usr/local/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/mail/
  20.     MAILDIR=$HOME/mail
  21. mailbox_size_limit = 0
  22. mailq_path = /usr/local/bin/mailq
  23. manpage_directory = /usr/local/man
  24. message_size_limit = 30720000
  25. meta_directory = /usr/local/libexec/postfix
  26. mydestination = localhost, localhost.localdomain, tds-solutions.net,
  27.     tysdomain.com, jiffytab.com
  28. mydomain = $myhostname
  29. myhostname = tds-solutions.net
  30. mynetworks = 192.241.128.214 162.243.203.180 127.0.0.0/8 192.168.0.0/24
  31. myorigin = $mydomain
  32. newaliases_path = /usr/local/bin/newaliases
  33. parent_domain_matches_subdomains =
  34. postscreen_access_list = permit_mynetworks
  35. postscreen_dnsbl_action = enforce
  36. postscreen_dnsbl_sites = zen.spamhaus.org*3 b.barracudacentral.org*2
  37.     bl.spameatingmonkey.net*2 bl.spamcop.net dnsbl.sorbs.net swl.spamhaus.org*-5
  38.     list.dnswl.org=127.0.0.0*-2 list.dnswl.org=127.0.0.1*-3
  39.     list.dnswl.org=127.0.0.[2..255]*-4
  40. postscreen_dnsbl_threshold = 3
  41. postscreen_dnsbl_whitelist_threshold = -1
  42. postscreen_greet_action = enforce
  43. postscreen_non_smtp_command_enable = yes
  44. queue_directory = /var/spool/postfix
  45. readme_directory = /usr/local/share/doc/postfix
  46. sample_directory = /usr/local/etc/postfix
  47. sendmail_path = /usr/local/sbin/sendmail
  48. setgid_group = maildrop
  49. shlib_directory = /usr/local/lib/postfix
  50. smtp_tls_security_level = may
  51. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  52. smtpd_banner = $myhostname ESMTP $mail_name
  53. smtpd_data_restrictions = reject_unauth_pipelining, permit
  54. smtpd_helo_required = yes
  55. smtpd_helo_restrictions = permit_mynetworks, reject_invalid_helo_hostname,
  56.     reject_non_fqdn_helo_hostname
  57. smtpd_recipient_restrictions = reject_invalid_hostname,
  58.     reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient,
  59.     reject_unknown_sender_domain, reject_unknown_recipient_domain,
  60.     permit_mynetworks, reject_unauth_destination, check_sender_access
  61.     hash:/usr/local/etc/postfix/sender_access, reject_rbl_client
  62.     zen.spamhaus.org, reject_rbl_client bl.spamcop.net, permit
  63. smtpd_reject_unlisted_sender = yes
  64. smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated,
  65.     reject_unauth_destination
  66. smtpd_sasl_auth_enable = yes
  67. smtpd_sasl_path = private/auth
  68. smtpd_sasl_security_options = noanonymous
  69. smtpd_sasl_type = dovecot
  70. smtpd_tls_auth_only = yes
  71. smtpd_tls_cert_file = /usr/local/etc/postfix/smtpd.cert
  72. smtpd_tls_key_file = /usr/local/etc/postfix/smtpd.key
  73. smtpd_use_tls = yes
  74. strict_rfc821_envelopes = yes
  75. unknown_local_recipient_reject_code = 550
  76. virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
  77. smtp       inet  n       -       n       -       -       smtpd
  78. smtpd      pass  -       -       n       -       -       smtpd
  79. dnsblog    unix  -       -       n       -       0       dnsblog
  80. tlsproxy   unix  -       -       n       -       0       tlsproxy
  81. submission inet  n       -       n       -       -       smtpd
  82.     -o syslog_name=postfix/submission
  83.     -o smtpd_recipient_restrictions=
  84. pickup     unix  n       -       n       60      1       pickup
  85. cleanup    unix  n       -       n       -       0       cleanup
  86. qmgr       unix  n       -       n       300     1       qmgr
  87. tlsmgr     unix  -       -       n       1000?   1       tlsmgr
  88. rewrite    unix  -       -       n       -       -       trivial-rewrite
  89. bounce     unix  -       -       n       -       0       bounce
  90. defer      unix  -       -       n       -       0       bounce
  91. trace      unix  -       -       n       -       0       bounce
  92. verify     unix  -       -       n       -       1       verify
  93. flush      unix  n       -       n       1000?   0       flush
  94. proxymap   unix  -       -       n       -       -       proxymap
  95. proxywrite unix  -       -       n       -       1       proxymap
  96. smtp       unix  -       -       n       -       -       smtp
  97. relay      unix  -       -       n       -       -       smtp
  98. showq      unix  n       -       n       -       -       showq
  99. error      unix  -       -       n       -       -       error
  100. retry      unix  -       -       n       -       -       error
  101. discard    unix  -       -       n       -       -       discard
  102. local      unix  -       n       n       -       -       local
  103. virtual    unix  -       n       n       -       -       virtual
  104. lmtp       unix  -       -       n       -       -       lmtp
  105. anvil      unix  -       -       n       -       1       anvil
  106. scache     unix  -       -       n       -       1       scache
  107.     -o smtp_data_done_timeout=1200
  108. amavisfeed unix  -       -       n       -       2       lmtp
  109.     -o lmtp_data_done_timeout=1200
  110.     -o lmtp_send_xforward_command=yes
  111. 127.0.0.1:10025 inet n   -       n       -       -       smtpd
  112.     -o content_filter=
  113.     -o smtpd_delay_reject=no
  114.     -o smtpd_client_restrictions=permit_mynetworks,reject
  115.     -o smtpd_helo_restrictions=
  116.     -o smtpd_sender_restrictions=
  117.     -o smtpd_recipient_restrictions=permit_mynetworks,reject
  118.     -o smtpd_data_restrictions=reject_unauth_pipelining
  119.     -o smtpd_end_of_data_restrictions=
  120.     -o smtpd_restriction_classes=
  121.     -o mynetworks=127.0.0.0/8
  122.     -o smtpd_error_sleep_time=0
  123.     -o smtpd_soft_error_limit=1001
  124.     -o smtpd_hard_error_limit=1000
  125.     -o smtpd_client_connection_count_limit=0
  126.     -o smtpd_client_connection_rate_limit=0
  127.     -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters,no_address_mappings
  128.     -o local_header_rewrite_clients=
  129.     -o smtpd_milters=
  130.     -o local_recipient_maps=
  131.     -o relay_recipient_maps=
  132. Dec 11 11:20:22 ghost postfix/smtpd[62011]: 3tcB5f6VCmz2Db9: client=localhost[127.0.0.1]
  133. Dec 11 11:20:22 ghost postfix/cleanup[62008]: 3tcB5f6VCmz2Db9: message-id=<2149edf4c0624619948f1d0cb272511b@1481>
  134. Dec 11 11:20:22 ghost postfix/qmgr[53092]: 3tcB5f6VCmz2Db9: from=<reply@newsletter.vmtechpro.com>, size=4256, nrcpt=1 (queue active)
  135. Dec 11 11:20:22 ghost amavis[52544]: (52544-11) 0A2YV1u1NjvS FWD from <reply@newsletter.vmtechpro.com> -> <sorressean@tds-solutions.net>, BODY=7BIT 250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 3tcB5f6VCmz2Db9
  136. Dec 11 11:20:22 ghost amavis[52544]: (52544-11) Passed CLEAN {RelayedInbound}, [204.92.19.129]:31211 [204.92.19.129] <reply@newsletter.vmtechpro.com> -> <sorressean@tds-solutions.net>, Queue-ID: 3tcB5d6FTvz2Db2, Message-ID: <2149edf4c0624619948f1d0cb272511b@1481>, mail_id: 0A2YV1u1NjvS, Hits: -5.018, size: 3452, queued_as: 3tcB5f6VCmz2Db9, dkim_sd=dk1024-2012:tech.pentontech.com,dk2016:tech.pentontech.com, 841 ms
  137. Dec 11 11:20:22 ghost postfix/lmtp[62009]: 3tcB5d6FTvz2Db2: to=<sorressean@tds-solutions.net>, orig_to=<tyler@tysdomain.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.4, delays=0.54/0/0/0.84, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 3tcB5f6VCmz2Db9)
  138. Dec 11 11:20:22 ghost postfix/local[62012]: 3tcB5f6VCmz2Db9: to=<sorressean@tds-solutions.net>, relay=local, delay=0.03, delays=0/0/0/0.02, dsn=2.0.0, status=sent (delivered to command: /usr/local/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/mail/ MAILDIR=$HOME/mail)
  139. Dec 11 11:20:22 ghost postfix/qmgr[53092]: 3tcB5f6VCmz2Db9: removed
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