SHARE
TWEET

Untitled

a guest May 10th, 2013 41 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --- log:
  2. May 10 15:40:06 mx1 postfix/master[26837]: daemon started -- version 2.8.4, configuration /etc/postfix
  3. May 10 15:40:12 mx1 postfix/master[26837]: warning: process /usr/libexec/postfix/smtpd pid 26954 exit status 1
  4. May 10 15:40:12 mx1 postfix/master[26837]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
  5. --- postconf -n:
  6. alias_database = hash:/etc/postfix/aliases
  7. alias_maps = hash:/etc/postfix/aliases
  8. bounce_queue_lifetime = 2h
  9. bounce_size_limit = 50000
  10. broken_sasl_auth_clients = yes
  11. config_directory = /etc/postfix
  12. content_filter = scan:127.0.0.1:10025
  13. debug_peer_level = 2
  14. default_destination_concurrency_limit = 500
  15. header_checks = pcre:/etc/postfix/header_checks.pcre
  16. home_mailbox = Maildir/
  17. mailbox_size_limit = 0
  18. maximal_queue_lifetime = 2h
  19. message_size_limit = 70000000
  20. mydestination = $myhostname, localhost.$mydomain, localhost
  21. mydomain = net-line.pl
  22. myhostname = mx1.net-line.pl
  23. mynetworks = 127.0.0.0/8, 213.77.69.0/24
  24. myorigin = $mydomain
  25. proxy_read_maps = proxy:unix:passwd.byname    proxy:mysql:/etc/postfix/mysql/valiases.mysql     proxy:mysql:/etc/postfix/mysql/vmailbox.mysql    proxy:mysql:/etc/postfix/mysql/domains.mysql    proxy:mysql:/etc/postfix/mysql/recipient_bcc.mysql    proxy:mysql:/etc/postfix/mysql/access.mysql    proxy:mysql:/etc/postfix/mysql/senders_auth.mysql    proxy:mysql:/etc/postfix/mysql/blacklist_email.mysql     proxy:mysql:/etc/postfix/mysql/senders.mysql
  26. receive_override_options = no_address_mappings
  27. recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc.mysql
  28. sender_bcc_maps = hash:/etc/postfix/sender_bcc
  29. setgid_group = maildrop
  30. smtp_tls_security_level = may
  31. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  32. smtp_use_tls = yes
  33. smtpd_client_connection_rate_limit = 30
  34. smtpd_client_message_rate_limit = 30
  35. smtpd_client_restrictions = permit_mynetworks,  permit_sasl_authenticated,      check_client_access cidr:/etc/postfix/blacklist_ip,     reject_rbl_client bl.spamcop.net,       reject_rbl_client cbl.abuseat.org,      reject_rbl_client sbl.spamhaus.org,     reject_rbl_client relays.ordb.org,      reject_rbl_client dnsbl.njabl.org,      permit
  36. smtpd_discard_ehlo_keywords = silent-discard, dsn
  37. smtpd_helo_required = yes
  38. smtpd_helo_restrictions = permit_mynetworks,    permit_sasl_authenticated,      reject_invalid_helo_hostname,   reject_non_fqdn_helo_hostname,  reject_non_fqdn_hostname,       reject_unauth_pipelining,       check_helo_access hash:/etc/postfix/helo_checks,        check_helo_access pcre:/etc/postfix/helo_checks.pcre,permit
  39. smtpd_recipient_overshoot_limit = 1
  40. smtpd_recipient_restrictions = permit_mynetworks,       permit_sasl_authenticated,      check_sender_access hash:/etc/postfix/sender_access,    check_sender_access proxy:mysql:/etc/postfix/mysql/senders_auth.mysql,  reject_unauth_destination,      reject_non_fqdn_sender, reject_non_fqdn_recipient,      reject_unknown_sender_domain,   reject_unknown_recipient_domain,        reject_unknown_reverse_client_hostname,    check_policy_service unix:private/policy,    check_sender_access pcre:/etc/postfix/blacklist_source.pcre,    check_sender_access hash:/etc/postfix/blacklist_email,  check_sender_access proxy:mysql:/etc/postfix/mysql/blacklist_email.mysql,       check_policy_service inet:127.0.0.1:10667,      reject_rbl_client sbl.xbl-spamhaus.org, reject_rhsbl_sender dns.rfc-ignorant.org,       permit
  41. smtpd_sasl_auth_enable = yes
  42. smtpd_sasl_authenticated_header = yes
  43. smtpd_sasl_path = private/auth
  44. smtpd_sasl_security_options = noanonymous
  45. smtpd_sasl_type = dovecot
  46. smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/senders.mysql
  47. smtpd_timeout = 1200s
  48. smtpd_tls_CAfile = /etc/postfix/tls/ca.pem
  49. smtpd_tls_cert_file = /etc/postfix/tls/smtpd.crt
  50. smtpd_tls_key_file = /etc/postfix/tls/smtpd.key
  51. smtpd_tls_received_header = yes
  52. smtpd_tls_security_level = may
  53. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  54. smtpd_use_tls = yes
  55. strict_rfc821_envelopes = yes
  56. syslog_facility = local4
  57. tls_random_source = dev:/dev/urandom
  58. transport_maps = hash:/etc/postfix/transport_maps
  59. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/valiases.mysql
  60. virtual_destination_concurrency_limit = 1
  61. virtual_destination_recipient_limit = 1
  62. virtual_gid_maps = static:104
  63. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/domains.mysql
  64. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/vmailbox.mysql
  65. virtual_minimum_uid = 107
  66. virtual_transport = dovecot
  67. virtual_uid_maps = static:107
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