Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.90 KB | None | 0 0
  1. Problem:
  2.  
  3. email sent to recipient@virtualdomain.de can't be delivered
  4. since the virtual_transport seems to get "recipient@virtualdomain.de" instead of recipient@real-mailbox.de
  5.  
  6.  
  7. Config:
  8.  
  9. alias_database = hash:/etc/aliases
  10. alias_maps = hash:/etc/aliases
  11. append_dot_mydomain = no
  12. biff = no
  13. compatibility_level = 2
  14. debug_peer_list = x.x.x.x
  15. dovecot_destination_recipient_limit = 1
  16. inet_interfaces = all
  17. inet_protocols = all
  18. mailbox_size_limit = 0
  19. message_size_limit = 41943040
  20. mydestination = $myhostname, mail.mailserver.com
  21. myhostname = mail.mailserver.com
  22. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  23. myorigin = /etc/mailname
  24. readme_directory = no
  25. receive_override_options = no_address_mappings
  26. recipient_delimiter = +
  27. relay_domains = lists.mailserver.com,lists.some.space
  28. relayhost = [smtp.mailbox.org]
  29. smtp_sasl_auth_enable = yes
  30. smtp_sasl_password_maps = hash:/etc/postfix/relay_password
  31. smtp_sasl_security_options = noanonymous
  32. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  33. smtp_use_tls = yes
  34. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  35. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  36. defer_unauth_destination
  37. smtpd_sasl_auth_enable = yes
  38. smtpd_sasl_path = private/auth
  39. smtpd_sasl_type = dovecot
  40. smtpd_tls_auth_only = yes
  41. smtpd_tls_cert_file = /etc/letsencrypt/live/mail.mailserver.com/cert.pem
  42. smtpd_tls_key_file = /etc/letsencrypt/live/mail.mailserver.com/privkey.pem
  43. smtpd_tls_security_level = may
  44. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  45. smtpd_use_tls = yes
  46. virtual_alias_maps = mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf
  47. mysql:/etc/postfix/sql/mysql_virtual_alias_domain_maps.cf
  48. mysql:/etc/postfix/sql/mysql_virtual_alias_domain_catchall_maps.cf
  49. virtual_mailbox_domains = mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf
  50. virtual_mailbox_maps = mysql:/etc/postfix/sql/mysql_virtual_mailbox_maps.cf
  51. mysql:/etc/postfix/sql/mysql_virtual_alias_domain_mailbox_maps.cf
  52. virtual_transport = lmtp:unix:private/dovecot-lmtp
  53.  
  54.  
  55.  
  56. smtp inet n - y - - smtpd
  57. pickup unix n - y 60 1 pickup
  58. cleanup unix n - y - 0 cleanup
  59. qmgr unix n - n 300 1 qmgr
  60. tlsmgr unix - - y 1000? 1 tlsmgr
  61. rewrite unix - - y - - trivial-rewrite
  62. bounce unix - - y - 0 bounce
  63. defer unix - - y - 0 bounce
  64. trace unix - - y - 0 bounce
  65. verify unix - - y - 1 verify
  66. flush unix n - y 1000? 0 flush
  67. proxymap unix - - n - - proxymap
  68. proxywrite unix - - n - 1 proxymap
  69. smtp unix - - y - - smtp
  70. relay unix - - y - - smtp
  71. showq unix n - y - - showq
  72. error unix - - y - - error
  73. retry unix - - y - - error
  74. discard unix - - y - - discard
  75. local unix - n n - - local
  76. virtual unix - n n - - virtual
  77. lmtp unix - - y - - lmtp
  78. anvil unix - - y - 1 anvil
  79. scache unix - - y - 1 scache
  80. maildrop unix - n n - - pipe flags=DRhu
  81. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  82. uucp unix - n n - - pipe flags=Fqhu
  83. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  84. ifmail unix - n n - - pipe flags=F user=ftn
  85. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  86. bsmtp unix - n n - - pipe flags=Fq.
  87. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  88. scalemail-backend unix - n n - 2 pipe flags=R
  89. user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  90. ${user} ${extension}
  91. mailman unix - n n - - pipe flags=FR
  92. user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  93. ${user}
  94.  
  95.  
  96.  
  97.  
  98. Normal log:
  99.  
  100. Oct 25 12:29:12 mail postfix/smtpd[18414]: warning: hostname serverless.code.in.the.fabric.of.the.internet does not resolve to address x.x.x.x: Name or service not known
  101. Oct 25 12:29:12 mail postfix/smtpd[18414]: connect from unknown[x.x.x.x]
  102. Oct 25 12:29:41 mail postfix/smtpd[18414]: 299A63F73B: client=unknown[x.x.x.x]
  103. Oct 25 12:29:43 mail postfix/cleanup[18419]: 299A63F73B: message-id=<>
  104. Oct 25 12:29:43 mail postfix/qmgr[18374]: 299A63F73B: from=<sender@senderdomain.de>, size=181, nrcpt=1 (queue active)
  105. Oct 25 12:29:43 mail dovecot: lmtp(18421): Connect from local
  106. Oct 25 12:29:43 mail postfix/lmtp[18420]: 299A63F73B: to=<recipient@virtualdomain.de>, relay=mail.mailserver.com[private/dovecot-lmtp], delay=11, delays=11/0.01/0.04/0.04, dsn=5.1.1, status=bounced (host mail.mailserver.com[private/dovecot-lmtp] said: 550 5.1.1 <recipient@virtualdomain.de> User doesn't exist: recipient@virtualdomain.de (in reply to RCPT TO command))
  107. Oct 25 12:29:43 mail dovecot: lmtp(18421): Disconnect from local: Successful quit
  108. Oct 25 12:29:43 mail postfix/cleanup[18419]: A09E53FD54: message-id=<20181025102943.A09E53FD54@mail.mailserver.com>
  109. Oct 25 12:29:43 mail postfix/bounce[18427]: 299A63F73B: sender non-delivery notification: A09E53FD54
  110. Oct 25 12:29:43 mail postfix/qmgr[18374]: A09E53FD54: from=<>, size=2305, nrcpt=1 (queue active)
  111. Oct 25 12:29:43 mail postfix/qmgr[18374]: 299A63F73B: removed
  112. Oct 25 12:29:43 mail postfix/smtp[18428]: A09E53FD54: to=<sender@senderdomain.de>, relay=smtp.relayserver.org[x.x.x.x]:25, delay=0.26, delays=0.01/0.01/0.18/0.05, dsn=5.1.2, status=bounced (host smtp.relayserver.org[x.x.x.x] said: 550 5.1.2 <sender@senderdomain.de>: Recipient address rejected: Domain not found (in reply to RCPT TO command))
  113. Oct 25 12:29:43 mail postfix/qmgr[18374]: A09E53FD54: removed
  114. Oct 25 12:29:44 mail postfix/smtpd[18414]: disconnect from unknown[x.x.x.x] mail=1 rcpt=1 data=1 quit=1 commands=4
  115. Oct 25 12:29:48 mail postfix/postfix-script[18463]: stopping the Postfix mail system
  116. Oct 25 12:29:48 mail postfix/master[18372]: terminating on signal 15
  117.  
  118.  
  119. Debug log:
  120.  
  121.  
  122. Oct 25 12:04:18 mail postfix/smtpd[17750]: warning: hostname serverless.code.in.the.fabric.of.the.internet does not resolve to address xxx.xxx.xxx.xxx: Name or service not known
  123. Oct 25 12:04:18 mail postfix/smtpd[17750]: connect from unknown[xxx.xxx.xxx.xxx]
  124. Oct 25 12:04:18 mail postfix/smtpd[17750]: smtp_stream_setup: maxtime=300 enable_deadline=0
  125. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
  126. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? 127.0.0.0/8
  127. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
  128. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? [::ffff:127.0.0.0]/104
  129. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
  130. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? [::1]/128
  131. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_list_match: unknown: no match
  132. Oct 25 12:04:18 mail postfix/smtpd[17750]: match_list_match: xxx.xxx.xxx.xxx: no match
  133. Oct 25 12:04:18 mail postfix/smtpd[17750]: auto_clnt_open: connected to private/anvil
  134. Oct 25 12:04:18 mail postfix/smtpd[17750]: send attr request = connect
  135. Oct 25 12:04:18 mail postfix/smtpd[17750]: send attr ident = smtp:xxx.xxx.xxx.xxx
  136. Oct 25 12:04:18 mail postfix/smtpd[17750]: private/anvil: wanted attribute: status
  137. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute name: status
  138. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute value: 0
  139. Oct 25 12:04:18 mail postfix/smtpd[17750]: private/anvil: wanted attribute: count
  140. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute name: count
  141. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute value: 1
  142. Oct 25 12:04:18 mail postfix/smtpd[17750]: private/anvil: wanted attribute: rate
  143. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute name: rate
  144. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute value: 1
  145. Oct 25 12:04:18 mail postfix/smtpd[17750]: private/anvil: wanted attribute: (list terminator)
  146. Oct 25 12:04:18 mail postfix/smtpd[17750]: input attribute name: (end)
  147. Oct 25 12:04:18 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 220 mail.mailserver.com ESMTP Postfix (Debian/GNU)
  148. Oct 25 12:04:18 mail postfix/smtpd[17750]: watchdog_pat: 0x56131addfb30
  149. Oct 25 12:04:20 mail postfix/smtpd[17750]: < unknown[xxx.xxx.xxx.xxx]: helo localhost
  150. Oct 25 12:04:20 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 250 mail.mailserver.com
  151. Oct 25 12:04:20 mail postfix/smtpd[17750]: watchdog_pat: 0x56131addfb30
  152. Oct 25 12:04:26 mail postfix/smtpd[17750]: < unknown[xxx.xxx.xxx.xxx]: mail from: sender@senderdomain.de
  153. Oct 25 12:04:26 mail postfix/smtpd[17750]: extract_addr: input: sender@senderdomain.de
  154. Oct 25 12:04:26 mail postfix/smtpd[17750]: smtpd_check_addr: addr=sender@senderdomain.de
  155. Oct 25 12:04:26 mail postfix/smtpd[17750]: connect to subsystem private/rewrite
  156. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr request = rewrite
  157. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr rule = local
  158. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr address = ""
  159. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  160. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: flags
  161. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: 0
  162. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: address
  163. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: address
  164. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: ""
  165. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  166. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: (end)
  167. Oct 25 12:04:26 mail postfix/smtpd[17750]: rewrite_clnt: local: "" -> ""
  168. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr request = rewrite
  169. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr rule = local
  170. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr address = sender@senderdomain.de
  171. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  172. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: flags
  173. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: 0
  174. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: address
  175. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: address
  176. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: sender@senderdomain.de
  177. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  178. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: (end)
  179. Oct 25 12:04:26 mail postfix/smtpd[17750]: rewrite_clnt: local: sender@senderdomain.de -> sender@senderdomain.de
  180. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr request = resolve
  181. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr sender =
  182. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr address = sender@senderdomain.de
  183. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  184. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: flags
  185. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: 0
  186. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: transport
  187. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: transport
  188. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: smtp
  189. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: nexthop
  190. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: nexthop
  191. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: [smtp.relayserver.org]
  192. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: recipient
  193. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: recipient
  194. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: sender@senderdomain.de
  195. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  196. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: flags
  197. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: 4096
  198. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  199. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: (end)
  200. Oct 25 12:04:26 mail postfix/smtpd[17750]: resolve_clnt: `' -> `sender@senderdomain.de' -> transp=`smtp' host=`[smtp.relayserver.org]' rcpt=`sender@senderdomain.de' flags= class=default
  201. Oct 25 12:04:26 mail postfix/smtpd[17750]: ctable_locate: install entry key ?sender@senderdomain.de
  202. Oct 25 12:04:26 mail postfix/smtpd[17750]: extract_addr: in: sender@senderdomain.de, result: sender@senderdomain.de
  203. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr request = rewrite
  204. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr rule = local
  205. Oct 25 12:04:26 mail postfix/smtpd[17750]: send attr address = double-bounce
  206. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  207. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: flags
  208. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: 0
  209. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: address
  210. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: address
  211. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute value: double-bounce@mail.services.mailserver.com
  212. Oct 25 12:04:26 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  213. Oct 25 12:04:26 mail postfix/smtpd[17750]: input attribute name: (end)
  214. Oct 25 12:04:26 mail postfix/smtpd[17750]: rewrite_clnt: local: double-bounce -> double-bounce@mail.services.mailserver.com
  215. Oct 25 12:04:26 mail postfix/smtpd[17750]: smtpd_check_rewrite: trying: permit_inet_interfaces
  216. Oct 25 12:04:26 mail postfix/smtpd[17750]: permit_inet_interfaces: unknown xxx.xxx.xxx.xxx
  217. Oct 25 12:04:26 mail postfix/smtpd[17750]: fsspace: .: block size 4096, blocks free 6104033
  218. Oct 25 12:04:26 mail postfix/smtpd[17750]: smtpd_check_queue: blocks 4096 avail 6104033 min_free 0 msg_size_limit 41943040
  219. Oct 25 12:04:26 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 250 2.1.0 Ok
  220. Oct 25 12:04:26 mail postfix/smtpd[17750]: watchdog_pat: 0x56131addfb30
  221. Oct 25 12:04:34 mail postfix/smtpd[17750]: < unknown[xxx.xxx.xxx.xxx]: rcpt to: recipient@virtualdomain.de
  222. Oct 25 12:04:34 mail postfix/smtpd[17750]: extract_addr: input: recipient@virtualdomain.de
  223. Oct 25 12:04:34 mail postfix/smtpd[17750]: smtpd_check_addr: addr=recipient@virtualdomain.de
  224. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr request = rewrite
  225. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr rule = local
  226. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr address = sender@senderdomain.de
  227. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  228. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: flags
  229. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: 0
  230. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: address
  231. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: address
  232. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: sender@senderdomain.de
  233. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  234. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: (end)
  235. Oct 25 12:04:34 mail postfix/smtpd[17750]: rewrite_clnt: local: sender@senderdomain.de -> sender@senderdomain.de
  236. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr request = rewrite
  237. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr rule = local
  238. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr address = recipient@virtualdomain.de
  239. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  240. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: flags
  241. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: 0
  242. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: address
  243. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: address
  244. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: recipient@virtualdomain.de
  245. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  246. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: (end)
  247. Oct 25 12:04:34 mail postfix/smtpd[17750]: rewrite_clnt: local: recipient@virtualdomain.de -> recipient@virtualdomain.de
  248. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr request = resolve
  249. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr sender = sender@senderdomain.de
  250. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr address = recipient@virtualdomain.de
  251. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  252. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: flags
  253. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: 0
  254. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: transport
  255. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: transport
  256. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: lmtp
  257. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: nexthop
  258. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: nexthop
  259. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: unix:private/dovecot-lmtp
  260. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: recipient
  261. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: recipient
  262. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: recipient@virtualdomain.de
  263. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: flags
  264. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: flags
  265. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: 1024
  266. Oct 25 12:04:34 mail postfix/smtpd[17750]: private/rewrite socket: wanted attribute: (list terminator)
  267. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: (end)
  268. Oct 25 12:04:34 mail postfix/smtpd[17750]: resolve_clnt: `sender@senderdomain.de' -> `recipient@virtualdomain.de' -> transp=`lmtp' host=`unix:private/dovecot-lmtp' rcpt=`recipient@virtualdomain.de' flags= class=virtual
  269. Oct 25 12:04:34 mail postfix/smtpd[17750]: ctable_locate: install entry key sender@senderdomain.de?recipient@virtualdomain.de
  270. Oct 25 12:04:34 mail postfix/smtpd[17750]: extract_addr: in: recipient@virtualdomain.de, result: recipient@virtualdomain.de
  271. Oct 25 12:04:34 mail postfix/smtpd[17750]: >>> START Recipient address RESTRICTIONS <<<
  272. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=permit_mynetworks
  273. Oct 25 12:04:34 mail postfix/smtpd[17750]: permit_mynetworks: unknown xxx.xxx.xxx.xxx
  274. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostname: mynetworks: unknown ~? 127.0.0.0/8
  275. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostaddr: mynetworks: xxx.xxx.xxx.xxx ~? 127.0.0.0/8
  276. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostname: mynetworks: unknown ~? [::ffff:127.0.0.0]/104
  277. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostaddr: mynetworks: xxx.xxx.xxx.xxx ~? [::ffff:127.0.0.0]/104
  278. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostname: mynetworks: unknown ~? [::1]/128
  279. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_hostaddr: mynetworks: xxx.xxx.xxx.xxx ~? [::1]/128
  280. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_list_match: unknown: no match
  281. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_list_match: xxx.xxx.xxx.xxx: no match
  282. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=permit_mynetworks status=0
  283. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=permit_sasl_authenticated
  284. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=permit_sasl_authenticated status=0
  285. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=defer_unauth_destination
  286. Oct 25 12:04:34 mail postfix/smtpd[17750]: reject_unauth_destination: recipient@virtualdomain.de
  287. Oct 25 12:04:34 mail postfix/smtpd[17750]: permit_auth_destination: recipient@virtualdomain.de
  288. Oct 25 12:04:34 mail postfix/smtpd[17750]: ctable_locate: leave existing entry key sender@senderdomain.de?recipient@virtualdomain.de
  289. Oct 25 12:04:34 mail postfix/smtpd[17750]: generic_checks: name=defer_unauth_destination status=0
  290. Oct 25 12:04:34 mail postfix/smtpd[17750]: >>> END Recipient address RESTRICTIONS <<<
  291. Oct 25 12:04:34 mail postfix/smtpd[17750]: >>> CHECKING Recipient address VALIDATION MAPS <<<
  292. Oct 25 12:04:34 mail postfix/smtpd[17750]: ctable_locate: leave existing entry key sender@senderdomain.de?recipient@virtualdomain.de
  293. Oct 25 12:04:34 mail postfix/smtpd[17750]: maps_find: recipient_canonical_maps: recipient@virtualdomain.de: not found
  294. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_string: mydestination: marcomeile.de ~? mail.mailserver.com
  295. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_string: mydestination: marcomeile.de ~? mail.mailserver.com
  296. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_list_match: marcomeile.de: no match
  297. Oct 25 12:04:34 mail postfix/smtpd[17750]: maps_find: recipient_canonical_maps: @marcomeile.de: not found
  298. Oct 25 12:04:34 mail postfix/smtpd[17750]: mail_addr_find: recipient@virtualdomain.de -> (not found)
  299. Oct 25 12:04:34 mail postfix/smtpd[17750]: maps_find: canonical_maps: recipient@virtualdomain.de: not found
  300. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_string: mydestination: marcomeile.de ~? mail.mailserver.com
  301. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_string: mydestination: marcomeile.de ~? mail.mailserver.com
  302. Oct 25 12:04:34 mail postfix/smtpd[17750]: match_list_match: marcomeile.de: no match
  303. Oct 25 12:04:34 mail postfix/smtpd[17750]: maps_find: canonical_maps: @marcomeile.de: not found
  304. Oct 25 12:04:34 mail postfix/smtpd[17750]: mail_addr_find: recipient@virtualdomain.de -> (not found)
  305. Oct 25 12:04:34 mail postfix/smtpd[17750]: dict_mysql_get_active: attempting to connect to host 127.0.0.1
  306. Oct 25 12:04:34 mail postfix/smtpd[17750]: dict_mysql: successful connection to host 127.0.0.1
  307. Oct 25 12:04:34 mail postfix/smtpd[17750]: dict_mysql: successful query from host 127.0.0.1
  308. Oct 25 12:04:34 mail postfix/smtpd[17750]: dict_mysql_lookup: retrieved 1 rows
  309. Oct 25 12:04:34 mail postfix/smtpd[17750]: maps_find: virtual_alias_maps: mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf(0,lock|fold_fix|utf8_request): recipient@virtualdomain.de = recipient@real-mailbox.de
  310. Oct 25 12:04:34 mail postfix/smtpd[17750]: mail_addr_find: recipient@virtualdomain.de -> recipient@real-mailbox.de
  311. Oct 25 12:04:34 mail postfix/smtpd[17750]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
  312. Oct 25 12:04:34 mail postfix/smtpd[17750]: after input_transp_cleanup: cleanup flags = enable_header_body_filter
  313. Oct 25 12:04:34 mail postfix/smtpd[17750]: name_mask: sendmail
  314. Oct 25 12:04:34 mail postfix/smtpd[17750]: name_mask: verify
  315. Oct 25 12:04:34 mail postfix/smtpd[17750]: connect to subsystem public/cleanup
  316. Oct 25 12:04:34 mail postfix/smtpd[17750]: public/cleanup socket: wanted attribute: queue_id
  317. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: queue_id
  318. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute value: 6970A3F73B
  319. Oct 25 12:04:34 mail postfix/smtpd[17750]: public/cleanup socket: wanted attribute: (list terminator)
  320. Oct 25 12:04:34 mail postfix/smtpd[17750]: input attribute name: (end)
  321. Oct 25 12:04:34 mail postfix/smtpd[17750]: send attr flags = 130
  322. Oct 25 12:04:34 mail postfix/smtpd[17750]: 6970A3F73B: client=unknown[xxx.xxx.xxx.xxx]
  323. Oct 25 12:04:34 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 250 2.1.5 Ok
  324. Oct 25 12:04:34 mail postfix/smtpd[17750]: watchdog_pat: 0x56131addfb30
  325. Oct 25 12:04:37 mail postfix/smtpd[17750]: < unknown[xxx.xxx.xxx.xxx]: data
  326. Oct 25 12:04:37 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 354 End data with <CR><LF>.<CR><LF>
  327. Oct 25 12:04:40 mail postfix/cleanup[17753]: 6970A3F73B: message-id=<>
  328. Oct 25 12:04:40 mail postfix/smtpd[17750]: public/cleanup socket: wanted attribute: status
  329. Oct 25 12:04:40 mail postfix/smtpd[17750]: input attribute name: status
  330. Oct 25 12:04:40 mail postfix/smtpd[17750]: input attribute value: 0
  331. Oct 25 12:04:40 mail postfix/smtpd[17750]: public/cleanup socket: wanted attribute: reason
  332. Oct 25 12:04:40 mail postfix/smtpd[17750]: input attribute name: reason
  333. Oct 25 12:04:40 mail postfix/smtpd[17750]: input attribute value: (end)
  334. Oct 25 12:04:40 mail postfix/smtpd[17750]: public/cleanup socket: wanted attribute: (list terminator)
  335. Oct 25 12:04:40 mail postfix/smtpd[17750]: input attribute name: (end)
  336. Oct 25 12:04:40 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 250 2.0.0 Ok: queued as 6970A3F73B
  337. Oct 25 12:04:40 mail postfix/smtpd[17750]: watchdog_pat: 0x56131addfb30
  338. Oct 25 12:04:40 mail postfix/qmgr[17597]: 6970A3F73B: from=<sender@senderdomain.de>, size=187, nrcpt=1 (queue active)
  339. Oct 25 12:04:40 mail dovecot: lmtp(17755): Connect from local
  340. Oct 25 12:04:40 mail postfix/lmtp[17754]: 6970A3F73B: to=<recipient@virtualdomain.de>, relay=mail.mailserver.com[private/dovecot-lmtp], delay=14, delays=14/0.01/0.03/0.03, dsn=5.1.1, status=bounced (host mail.mailserver.com[private/dovecot-lmtp] said: 550 5.1.1 <recipient@virtualdomain.de> User doesn't exist: recipient@virtualdomain.de (in reply to RCPT TO command))
  341. Oct 25 12:04:40 mail dovecot: lmtp(17755): Disconnect from local: Successful quit
  342. Oct 25 12:04:40 mail postfix/cleanup[17753]: 6357C3FD54: message-id=<20181025100440.6357C3FD54@mail.mailserver.com>
  343. Oct 25 12:04:40 mail postfix/qmgr[17597]: 6357C3FD54: from=<>, size=2275, nrcpt=1 (queue active)
  344. Oct 25 12:04:40 mail postfix/bounce[17759]: 6970A3F73B: sender non-delivery notification: 6357C3FD54
  345. Oct 25 12:04:40 mail postfix/qmgr[17597]: 6970A3F73B: removed
  346. Oct 25 12:04:40 mail postfix/smtp[17760]: 6357C3FD54: to=<sender@senderdomain.de>, relay=smtp.relayserver.org[dead:beef:feed:cafe::1337:b00b]:25, delay=0.43, delays=0.01/0.01/0.28/0.13, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C5184140F)
  347. Oct 25 12:04:40 mail postfix/qmgr[17597]: 6357C3FD54: removed
  348. Oct 25 12:04:42 mail postfix/smtpd[17750]: < unknown[xxx.xxx.xxx.xxx]: quit
  349. Oct 25 12:04:42 mail postfix/smtpd[17750]: > unknown[xxx.xxx.xxx.xxx]: 221 2.0.0 Bye
  350. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
  351. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? 127.0.0.0/8
  352. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
  353. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? [::ffff:127.0.0.0]/104
  354. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostname: smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
  355. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_hostaddr: smtpd_client_event_limit_exceptions: xxx.xxx.xxx.xxx ~? [::1]/128
  356. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_list_match: unknown: no match
  357. Oct 25 12:04:42 mail postfix/smtpd[17750]: match_list_match: xxx.xxx.xxx.xxx: no match
  358. Oct 25 12:04:42 mail postfix/smtpd[17750]: send attr request = disconnect
  359. Oct 25 12:04:42 mail postfix/smtpd[17750]: send attr ident = smtp:xxx.xxx.xxx.xxx
  360. Oct 25 12:04:42 mail postfix/smtpd[17750]: private/anvil: wanted attribute: status
  361. Oct 25 12:04:42 mail postfix/smtpd[17750]: input attribute name: status
  362. Oct 25 12:04:42 mail postfix/smtpd[17750]: input attribute value: 0
  363. Oct 25 12:04:42 mail postfix/smtpd[17750]: private/anvil: wanted attribute: (list terminator)
  364. Oct 25 12:04:42 mail postfix/smtpd[17750]: input attribute name: (end)
  365. Oct 25 12:04:42 mail postfix/smtpd[17750]: disconnect from unknown[xxx.xxx.xxx.xxx] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
  366. Oct 25 12:04:48 mail postfix/postfix-script[17797]: stopping the Postfix mail system
  367. Oct 25 12:04:48 mail postfix/master[17595]: terminating on signal 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement