Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 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. content_filter = smtp-amavis:[127.0.0.1]:10024
  6. inet_interfaces = all
  7. inet_protocols = all
  8. mailbox_size_limit = 0
  9. mydestination = localhost
  10. myhostname = xxx.supersecretdomain.com
  11. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  12. myorigin = /etc/mailname
  13. readme_directory = no
  14. recipient_delimiter = +
  15. relayhost = smtp.verizon.net
  16. smtp_tls_mandatory_protocols = !SSLv2,!SSLv3
  17. smtp_tls_protocols = !SSLv2,!SSLv3
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  20. smtpd_relay_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
  21. smtpd_sasl_auth_enable = yes
  22. smtpd_sasl_path = private/auth
  23. smtpd_sasl_type = dovecot
  24. smtpd_tls_cert_file = /etc/letsencrypt/live/mail.supersecretdomain.com/fullchain.pem
  25. smtpd_tls_key_file = /etc/letsencrypt/live/mail.supersecretdomain.com/privkey.pem
  26. smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3
  27. smtpd_tls_protocols = !SSLv2,!SSLv3
  28. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  29. smtpd_use_tls = yes
  30. virtual_alias_maps = mysql:/etc/postfix/mysql/virtual_alias_maps.cf
  31. virtual_gid_maps = static:5000
  32. virtual_mailbox_domains = mysql:/etc/postfix/mysql/virtual_domains_maps.cf
  33. virtual_mailbox_maps = mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf
  34. virtual_transport = lmtp:unix:private/dovecot-lmtp
  35. virtual_uid_maps = static:5000
  36.  
  37.  
  38. Sep 19 04:48:01 xxx postfix/pickup[23850]: 21A9E260333: uid=0 from=<root>
  39. Sep 19 04:48:01 xxx postfix/cleanup[25694]: 21A9E260333: message-id=<20170919084801.21A9E260333@xxx.supersecretdomain.com>
  40. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 21A9E260333: from=<root@xxx.supersecretdomain.com>, size=970, nrcpt=1 (queue active)
  41. Sep 19 04:48:01 xxx postfix/pickup[23850]: 26E8B2602F2: uid=0 from=<root>
  42. Sep 19 04:48:01 xxx postfix/cleanup[26479]: 26E8B2602F2: message-id=<20170919084801.26E8B2602F2@xxx.supersecretdomain.com>
  43. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 26E8B2602F2: from=<root@xxx.supersecretdomain.com>, size=934, nrcpt=1 (queue active)
  44. Sep 19 04:48:01 xxx postfix/smtp[21914]: 21A9E260333: to=<root@xxx.supersecretdomain.com>, orig_to=<root>, relay=smtp.verizon.net[64.12.88.136]:25, delay=0.08, delays=0.02/0/0.04/0.01, dsn=5$
  45. Sep 19 04:48:01 xxx postfix/smtp[20711]: 26E8B2602F2: to=<root@xxx.supersecretdomain.com>, orig_to=<root>, relay=smtp.verizon.net[64.12.88.136]:25, delay=0.09, delays=0.05/0/0.03/0.01, dsn=5$
  46. Sep 19 04:48:01 xxx postfix/cleanup[25694]: 3A5F626047C: message-id=<20170919084801.3A5F626047C@xxx.supersecretdomain.com>
  47. Sep 19 04:48:01 xxx postfix/cleanup[26479]: 3BC8826050C: message-id=<20170919084801.3BC8826050C@xxx.supersecretdomain.com>
  48. Sep 19 04:48:01 xxx postfix/bounce[26581]: 21A9E260333: sender non-delivery notification: 3A5F626047C
  49. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 3BC8826050C: from=<>, size=3094, nrcpt=1 (queue active)
  50. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 21A9E260333: removed
  51. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 3A5F626047C: from=<>, size=3130, nrcpt=1 (queue active)
  52. Sep 19 04:48:01 xxx postfix/bounce[24748]: 26E8B2602F2: sender non-delivery notification: 3BC8826050C
  53. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 26E8B2602F2: removed
  54. Sep 19 04:48:01 xxx postfix/smtp[21914]: 3A5F626047C: to=<root@xxx.supersecretdomain.com>, relay=smtp.verizon.net[64.12.88.136]:25, delay=0.06, delays=0.01/0/0.03/0.01, dsn=5.5.1, status=bou$
  55. Sep 19 04:48:01 xxx postfix/smtp[20579]: 3BC8826050C: to=<root@xxx.supersecretdomain.com>, relay=smtp.verizon.net[64.12.88.136]:25, delay=0.05, delays=0.01/0/0.03/0.01, dsn=5.5.1, status=bou$
  56. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 3BC8826050C: removed
  57. Sep 19 04:48:01 xxx postfix/qmgr[12043]: 3A5F626047C: removed
  58.  
  59. smtp inet n - y - - smtpd
  60. submission inet n - y - - smtpd
  61. smtps inet n - y - - smtpd
  62. pickup unix n - y 60 1 pickup
  63. -o content_filter=
  64. -o receive_override_options=no_header_body_checks
  65. cleanup unix n - y - 0 cleanup
  66. qmgr unix n - n 300 1 qmgr
  67. tlsmgr unix - - y 1000? 1 tlsmgr
  68. rewrite unix - - y - - trivial-rewrite
  69. bounce unix - - y - 0 bounce
  70. defer unix - - y - 0 bounce
  71. trace unix - - y - 0 bounce
  72. verify unix - - y - 1 verify
  73. flush unix n - y 1000? 0 flush
  74. proxymap unix - - n - - proxymap
  75. proxywrite unix - - n - 1 proxymap
  76. smtp unix - - y - - smtp
  77. relay unix - - y - - smtp
  78. showq unix n - y - - showq
  79. error unix - - y - - error
  80. retry unix - - y - - error
  81. discard unix - - y - - discard
  82. local unix - n n - - local
  83. virtual unix - n n - - virtual
  84. lmtp unix - - y - - lmtp
  85. anvil unix - - y - 1 anvil
  86. scache unix - - y - 1 scache
  87. maildrop unix - n n - - pipe flags=DRhu
  88. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  89. uucp unix - n n - - pipe flags=Fqhu
  90. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  91. ifmail unix - n n - - pipe flags=F user=ftn
  92. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  93. bsmtp unix - n n - - pipe flags=Fq.
  94. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  95. scalemail-backend unix - n n - 2 pipe flags=R
  96. user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  97. ${user} ${extension}
  98. mailman unix - n n - - pipe flags=FR
  99. user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  100. ${user}
  101. smtp-amavis unix - - n - 2 smtp
  102. -o smtp_data_done_timeout=1200
  103. -o smtp_send_xforward_command=yes
  104. -o disable_dns_lookups=yes
  105. -o max_use=20
  106. 127.0.0.1:10025 inet n - n - - smtpd
  107. -o content_filter=
  108. -o smtpd_delay_reject=no
  109. -o smtpd_client_restrictions=permit_mynetworks,reject
  110. -o smtpd_helo_restrictions=
  111. -o smtpd_sender_restrictions=
  112. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  113. -o smtpd_data_restrictions=reject_unauth_pipelining
  114. -o smtpd_end_of_data_restrictions=
  115. -o smtpd_restriction_classes=
  116. -o mynetworks=127.0.0.0/8
  117. -o smtpd_error_sleep_time=0
  118. -o smtpd_soft_error_limit=1001
  119. -o smtpd_hard_error_limit=1000
  120. -o smtpd_client_connection_count_limit=0
  121. -o smtpd_client_connection_rate_lim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement