Hey all,

Any postfix gurus out there might be able to look at this snippet from my log ? I'm trying to get mail forwardings to work, I have an almost identical setup on another server which works so I am struggling to find what could be the cause. I'm using mysql to maintain users/forwarding information and according to my log, its picking up the alias address ok so something else is causing my mail to be bounced back with a "user unknown" message.

This is a snippet from my log, just when the alias address is detected from mysql up to the point the bounce email gets sent;

Apr 19 15:32:28 localhost postfix/smtpd[3191]: mail_addr_find: [EMAIL PROTECTED] -> [EMAIL PROTECTED] Apr 19 15:32:28 localhost postfix/smtpd[3191]: smtpd_check_rewrite: trying: permit_inet_interfaces Apr 19 15:32:28 localhost postfix/smtpd[3191]: permit_inet_interfaces: ipx22096.ipxserver.de 212.112.241.95 Apr 19 15:32:28 localhost postfix/smtpd[3191]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters Apr 19 15:32:28 localhost postfix/smtpd[3191]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping Apr 19 15:32:28 localhost postfix/smtpd[3191]: connect to subsystem public/pre-cleanup Apr 19 15:32:28 localhost postfix/smtpd[3191]: public/pre-cleanup socket: wanted attribute: queue_id Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: queue_id Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute value: 814D711E009D Apr 19 15:32:28 localhost postfix/smtpd[3191]: public/pre-cleanup socket: wanted attribute: (list terminator)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: (end)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: send attr flags = 50
Apr 19 15:32:28 localhost postfix/smtpd[3191]: 814D711E009D: client=ipx22096.ipxserver.de[212.112.241.95] Apr 19 15:32:28 localhost postfix/smtpd[3191]: > ipx22096.ipxserver.de[212.112.241.95]: 250 2.1.5 Ok Apr 19 15:32:28 localhost postfix/smtpd[3191]: < ipx22096.ipxserver.de[212.112.241.95]: DATA Apr 19 15:32:28 localhost postfix/smtpd[3191]: > ipx22096.ipxserver.de[212.112.241.95]: 354 End data with <CR><LF>.<CR><LF> Apr 19 15:32:28 localhost postfix/smtpd[3191]: public/pre-cleanup socket: wanted attribute: status Apr 19 15:32:28 localhost postfix/cleanup[3198]: 814D711E009D: message-id=<[EMAIL PROTECTED]> Apr 19 15:32:28 localhost postfix/qmgr[3189]: 814D711E009D: from=<[EMAIL PROTECTED]>, size=869, nrcpt=1 (queue active)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: status
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute value: 0
Apr 19 15:32:28 localhost postfix/smtpd[3191]: public/pre-cleanup socket: wanted attribute: reason
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: reason
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute value: (end)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: public/pre-cleanup socket: wanted attribute: (list terminator)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: (end)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: > ipx22096.ipxserver.de[212.112.241.95]: 250 2.0.0 Ok: queued as 814D711E009D Apr 19 15:32:28 localhost postfix/smtpd[3191]: < ipx22096.ipxserver.de[212.112.241.95]: QUIT Apr 19 15:32:28 localhost postfix/smtpd[3191]: > ipx22096.ipxserver.de[212.112.241.95]: 221 2.0.0 Bye Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_hostname: ipx22096.ipxserver.de ~? 127.0.0.0/8 Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_hostaddr: 212.112.241.95 ~? 127.0.0.0/8 Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_hostname: ipx22096.ipxserver.de ~? 88.198.52.107 Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_hostaddr: 212.112.241.95 ~? 88.198.52.107 Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_list_match: ipx22096.ipxserver.de: no match Apr 19 15:32:28 localhost postfix/smtpd[3191]: match_list_match: 212.112.241.95: no match Apr 19 15:32:28 localhost postfix/smtpd[3191]: send attr request = disconnect Apr 19 15:32:28 localhost postfix/smtpd[3191]: send attr ident = smtp:212.112.241.95 Apr 19 15:32:28 localhost postfix/smtpd[3191]: private/anvil: wanted attribute: status
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: status
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute value: 0
Apr 19 15:32:28 localhost postfix/smtpd[3191]: private/anvil: wanted attribute: (list terminator)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: input attribute name: (end)
Apr 19 15:32:28 localhost postfix/smtpd[3191]: disconnect from ipx22096.ipxserver.de[212.112.241.95]
Apr 19 15:32:28 localhost postfix/smtpd[3191]: master_notify: status 1
Apr 19 15:32:28 localhost postfix/smtpd[3191]: connection closed
Apr 19 15:32:28 localhost postfix/virtual[3199]: 814D711E009D: to=<[EMAIL PROTECTED]>, relay=virtual, delay=0.09, delays=0.06/0.01/0/0.02, dsn=5.1.1, status=bounced (unknown user: "[EMAIL PROTECTED]")


Dave.

_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to