Guest User

Untitled

a guest
Jan 22nd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.11 KB | None | 0 0
  1. append_dot_mydomain = no
  2. biff = no
  3. broken_sasl_auth_clients = yes
  4. config_directory = /etc/postfix
  5. dovecot_destination_recipient_limit = 1
  6. inet_interfaces = all
  7. inet_protocols = ipv4
  8. mailbox_size_limit = 0
  9. message_size_limit = 102400000
  10. milter_default_action = accept
  11. milter_protocol = 2
  12. mydestination = localhost
  13. myhostname = domain.com
  14. mynetworks = 127.0.0.0/8
  15. non_smtpd_milters = inet:localhost:8891
  16. readme_directory = no
  17. recipient_delimiter = +
  18. relay_domains =
  19. relayhost =
  20. resolve_numeric_domain = yes
  21. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  22. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  23. smtpd_milters = inet:localhost:8891
  24. smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unknown_recipient_domain, reject_unverified_recipient, permit_auth_destination
  25. smtpd_sasl_auth_enable = yes
  26. smtpd_sasl_path = private/auth
  27. smtpd_sasl_security_options = noanonymous
  28. smtpd_sasl_tls_security_options = noanonymous
  29. smtpd_sasl_type = dovecot
  30. smtpd_tls_CAfile = /etc/ssl/certs/domain.com.chain.crt
  31. smtpd_tls_cert_file = /etc/ssl/certs/domain.com.crt
  32. smtpd_tls_key_file = /etc/ssl/private/domain.com.key
  33. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  34. smtpd_use_tls = yes
  35. virtual_alias_domains = mysql:/etc/postfix/sqlconf/virtual_alias_domains.cf
  36. virtual_alias_maps = mysql:/etc/postfix/sqlconf/virtual_mailbox_maps.cf
  37. virtual_mailbox_domains = mysql:/etc/postfix/sqlconf/mydestination.cf
  38. virtual_transport = dovecot
  39.  
  40. smtp inet n - - - - smtpd
  41. -o content_filter=spamassassin
  42. -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters
  43. smtps inet n - - - - smtpd
  44. -o content_filter=checkhook
  45. -o smtpd_tls_wrappermode=yes
  46. -o smtpd_sasl_auth_enable=yes
  47. dovecot unix - n n - - pipe
  48. flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
  49. pickup unix n - - 60 1 pickup
  50. cleanup unix n - - - 0 cleanup
  51. qmgr unix n - n 300 1 qmgr
  52. #qmgr unix n - n 300 1 oqmgr
  53. tlsmgr unix - - - 1000? 1 tlsmgr
  54. rewrite unix - - - - - trivial-rewrite
  55. bounce unix - - - - 0 bounce
  56. defer unix - - - - 0 bounce
  57. trace unix - - - - 0 bounce
  58. verify unix - - - - 1 verify
  59. flush unix n - - 1000? 0 flush
  60. proxymap unix - - n - - proxymap
  61. proxywrite unix - - n - 1 proxymap
  62. smtp unix - - - - - smtp
  63. relay unix - - - - - smtp
  64. showq unix n - - - - showq
  65. error unix - - - - - error
  66. retry unix - - - - - error
  67. discard unix - - - - - discard
  68. local unix - n n - - local
  69. virtual unix - n n - - virtual
  70. lmtp unix - - - - - lmtp
  71. anvil unix - - - - 1 anvil
  72. scache unix - - - - 1 scache
  73. maildrop unix - n n - - pipe
  74. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  75. uucp unix - n n - - pipe
  76. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  77. ifmail unix - n n - - pipe
  78. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  79. bsmtp unix - n n - - pipe
  80. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  81. scalemail-backend unix - n n - 2 pipe
  82. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  83. mailman unix - n n - - pipe
  84. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  85. ${nexthop} ${user}
  86. spamassassin unix - n n - - pipe
  87. user=spamfilter argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
  88. checkhook unix - n n - - pipe
  89. user=www-data argv=/etc/postfix/scripts/send ${sender} ${recipient}
  90.  
  91. Jan 22 19:09:34 ip-12345 postfix/qmgr[19938]: CF96B20013B: from=<invalid@sender.ocm>, size=249, nrcpt=1 (queue active)
  92. Jan 22 19:09:35 ip-12345 postfix/pickup[19939]: 982D320013D: uid=5007 from=<invalid@sender.ocm>
  93. Jan 22 19:09:35 ip-12345 postfix/pipe[21485]: CF96B20013B: to=<nonexistentx@localdomain.com>, relay=spamassassin, delay=18, delays=16/0/0/1.2, dsn=2.0.0, status=sent (delivered via spamassassin service)
  94. Jan 22 19:09:35 ip-12345 postfix/qmgr[19938]: CF96B20013B: removed
  95. Jan 22 19:09:35 ip-12345 postfix/cleanup[21477]: 982D320013D: message-id=<20170122190935.982D320013D@maindomain.com>
  96. Jan 22 19:09:35 ip-12345 postfix/qmgr[19938]: 982D320013D: from=<invalid@sender.ocm>, size=1333, nrcpt=1 (queue active)
  97. Jan 22 19:09:35 ip-12345 dovecot: auth: Debug: master in: USER#0111#011nonexistentx@localdomain.com#011service=lda
  98. Jan 22 19:09:35 ip-12345 dovecot: auth-worker(14636): Debug: sql(nonexistentx@localdomain.com): SELECT '/var/vmail/nonexistentx@localdomain.com' as home, 'vmail' as uid, 'vmail' as gid, concat('*:storage=', quota_kb) AS quota_rule, concat('*:messages=', quota_msg) AS quota_rule2 FROM users WHERE username = 'nonexistentx' AND domain = 'localdomain.com' and active=1
  99. Jan 22 19:09:35 ip-12345 dovecot: auth-worker(14636): sql(nonexistentx@localdomain.com): unknown user
  100. Jan 22 19:09:35 ip-12345 dovecot: auth: Debug: userdb out: NOTFOUND#0111
  101. Jan 22 19:09:35 ip-12345 postfix/pipe[21400]: 982D320013D: to=<nonexistentx@localdomain.com>, relay=dovecot, delay=0.07, delays=0.05/0/0/0.02, dsn=5.1.1, status=bounced (user unknown)
  102. Jan 22 19:09:35 ip-12345 postfix/cleanup[21396]: A8B0720013C: message-id=<20170122190935.A8B0720013C@maindomain.com>
  103. Jan 22 19:09:35 ip-12345 postfix/bounce[21474]: 982D320013D: sender non-delivery notification: A8B0720013C
  104. Jan 22 19:09:35 ip-12345 postfix/qmgr[19938]: A8B0720013C: from=<>, size=3394, nrcpt=1 (queue active)
  105. Jan 22 19:09:35 ip-12345 postfix/qmgr[19938]: 982D320013D: removed
  106. Jan 22 19:09:35 ip-12345 postfix/smtp[21496]: A8B0720013C: to=<invalid@sender.ocm>, relay=none, delay=0.03, delays=0/0.01/0.02/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=sender.ocm type=A: Host not found)
  107. Jan 22 19:09:35 ip-12345 postfix/qmgr[19938]: A8B0720013C: removed
Add Comment
Please, Sign In to add comment