2008/9/22 Noel Jones <[EMAIL PROTECTED]>: > David Ballano wrote: >> >> - where can I see what type of mech I'am using to authenticate? I >> think is plain but.. >> >> also when I sent an email to my server (unix account ) I can see that ( >> using outlook to send an email to my server.) >> >> Sep 22 13:51:55 orion postfix/smtpd[9636]: connect from >> unknown[84.78.228.193] >> Sep 22 13:51:55 orion postfix/smtpd[9636]: setting up TLS connection >> from unknown[84.78.228.193] >> Sep 22 13:51:56 orion postfix/smtpd[9636]: TLS connection established >> from unknown[84.78.228.193]: TLSv1 with cipher RC4-MD5 (128/128 bits) > > TLS connection established. > >> Sep 22 13:51:57 orion postfix/smtpd[9636]: warning: SASL >> authentication failure: incorrect NTLM response > > auth NTLM failed. > >> Sep 22 13:51:57 orion postfix/smtpd[9636]: warning: >> unknown[84.78.228.193]: SASL NTLM authentication failed: >> authentication failure > > AUTH NTLM failed again. > >> Sep 22 13:51:58 orion postfix/smtpd[9636]: 1D38F27B8089: >> client=unknown[84.78.228.193], sasl_method=NTLM, >> [EMAIL PROTECTED] > > AUTH NTLM succeeded. > No, I don't know why it failed before it worked, but it did work eventually. > If you're curious what the client sent, get a network capture. > > "sasl_method=NTLM" shows the authentication mech used. > "[EMAIL PROTECTED]" shows the username used. > The existence of these entries proves that AUTH was successful. > > >> Sep 22 13:51:58 orion postfix/local[9644]: 1D38F27B8089: >> to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, >> relay=local, delay=0.92, delays=0.92/0/0/0.01, dsn=2.0.0, status=sent >> (delivered to mailbox) > > This is reasonable, but maybe not what you intended. > Probably a virtual_alias_maps entry causes the recipient to be rewritten. > You can add -v to the master.cf "cleanup" service to see what rewrites the > address. Or just look in your virtual table. > >> here you have my postconf -n >> >> orion:~# postconf -n >> mailbox_size_limit = 0 > > This is unwise. Set some kind of limit. > >> mydestination = orion.ballano.net, localhost.ballano.net, localhost >> myhostname = orion.ballano.net >> mynetworks = 127.0.0.0/8 >> smtpd_banner = $myhostname ESMTP (Microsoft Exchange) > > This won't fool anyone. But if it makes you feel better, OK. > > -- > Noel Jones >
Hello, I added -v to the smtpd, it's just incredible... Sep 22 15:15:28 orion postfix/smtpd[25753]: send attr request = policy Sep 22 15:15:28 orion postfix/smtpd[25753]: send attr cache_type = smtpd Sep 22 15:15:28 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: status Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: status Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: cachable Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: cachable Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: (list terminator) Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:28 orion postfix/smtpd[25753]: match_string: fast_flush_domains ~? debug_peer_list Sep 22 15:15:28 orion postfix/smtpd[25753]: match_string: fast_flush_domains ~? fast_flush_domains Sep 22 15:15:28 orion postfix/smtpd[25753]: auto_clnt_create: transport=local endpoint=private/anvil Sep 22 15:15:28 orion postfix/smtpd[25753]: connection established Sep 22 15:15:28 orion postfix/smtpd[25753]: master_notify: status 0 Sep 22 15:15:28 orion postfix/smtpd[25753]: name_mask: resource Sep 22 15:15:28 orion postfix/smtpd[25753]: name_mask: software Sep 22 15:15:28 orion postfix/smtpd[25753]: xsasl_cyrus_server_create: SASL service=smtp, realm=ballano.net Sep 22 15:15:28 orion postfix/smtpd[25753]: name_mask: noanonymous Sep 22 15:15:28 orion postfix/smtpd[25753]: connect from unknown[84.78.228.193] Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_hostname: unknown ~? 127.0.0.0/8 Sep 22 15:15:28 orion postfix/smtpd[25753]: match_hostaddr: 84.78.228.193 ~? 127.0.0.0/8 Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: auto_clnt_open: connected to private/anvil Sep 22 15:15:28 orion postfix/smtpd[25753]: send attr request = connect Sep 22 15:15:28 orion postfix/smtpd[25753]: send attr ident = smtp:84.78.228.193 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/anvil: wanted attribute: status Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: status Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/anvil: wanted attribute: count Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: count Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute value: 1 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/anvil: wanted attribute: rate Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: rate Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute value: 1 Sep 22 15:15:28 orion postfix/smtpd[25753]: private/anvil: wanted attribute: (list terminator) Sep 22 15:15:28 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 220 orion.ballano.net ESMTP (Microsoft Exchange) Sep 22 15:15:28 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: EHLO ebd0f82afec14bc Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-orion.ballano.net Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-PIPELINING Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-SIZE 10240000 Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-VRFY Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-ETRN Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-STARTTLS Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-ENHANCEDSTATUSCODES Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-8BITMIME Sep 22 15:15:28 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250 DSN Sep 22 15:15:29 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: STARTTLS Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 220 2.0.0 Ready to start TLS Sep 22 15:15:29 orion postfix/smtpd[25753]: setting up TLS connection from unknown[84.78.228.193] Sep 22 15:15:29 orion postfix/smtpd[25753]: send attr request = seed Sep 22 15:15:29 orion postfix/smtpd[25753]: send attr size = 32 Sep 22 15:15:29 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: status Sep 22 15:15:29 orion postfix/smtpd[25753]: input attribute name: status Sep 22 15:15:29 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:29 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: seed Sep 22 15:15:29 orion postfix/smtpd[25753]: input attribute name: seed Sep 22 15:15:29 orion postfix/smtpd[25753]: input attribute value: JhH0Mrto2NAiB7i9b18X+3L6bA7qt0mCj96e4SGjc8Y= Sep 22 15:15:29 orion postfix/smtpd[25753]: private/tlsmgr: wanted attribute: (list terminator) Sep 22 15:15:29 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:29 orion postfix/smtpd[25753]: TLS connection established from unknown[84.78.228.193]: TLSv1 with cipher RC4-MD5 (128/128 bits) Sep 22 15:15:29 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: EHLO ebd0f82afec14bc Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-orion.ballano.net Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-PIPELINING Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-SIZE 10240000 Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-VRFY Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-ETRN Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-AUTH NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5 Sep 22 15:15:29 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:29 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-AUTH=NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5 Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-ENHANCEDSTATUSCODES Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250-8BITMIME Sep 22 15:15:29 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250 DSN Sep 22 15:15:30 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: AUTH NTLM Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_first: sasl_method NTLM Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_auth_response: uncoded server challenge: Sep 22 15:15:30 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 334 Sep 22 15:15:30 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: TlRMTVNTUAABAAAAB7IIog0ADQA3AAAADwAPACgAAAAFASgKAAAAD0VCRDBGODJBRkVDMTRCQ0dSVVBPX1RSQUJ BSk8= Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_next: decoded response: NTLMSSP Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_auth_response: uncoded server challenge: NTLMSSP Sep 22 15:15:30 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 334 TlRMTVNTUAACAAAAIgAiADAAAAAFsgIAzHOvNucU2GkAAAAAAAAAAAAAAAAAAAAATwBSAEkATwBOAC4AQgB BAEwATABBAE4ATwAuAE4ARQBUAA== Sep 22 15:15:30 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: TlRMTVNTUAADAAAAGAAYAI4AAAAYABgApgAAAB4AHgBIAAAACgAKAGYAAAAeAB4AcAAAAAAAAAC+AAAABYIAAgU BKAoAAAAPRQBCAEQAMABGADgAMgBBAEYARQBDADEANABCAEMAZABhAHYAaQBkAEUAQgBEADAARgA4ADIAQQBGAEUAQwAxADQAQgBDAHYDMsAv+yfys8MtwnbcwPSukYZM1rrBDdMIDHOSmpZP5jJeLhkDf2MC MAlkrWF9ng== Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_next: decoded response: NTLMSSP Sep 22 15:15:30 orion postfix/smtpd[25753]: warning: SASL authentication failure: incorrect NTLM response Sep 22 15:15:30 orion postfix/smtpd[25753]: warning: unknown[84.78.228.193]: SASL NTLM authentication failed: authentication failure Sep 22 15:15:30 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 535 5.7.0 Error: authentication failed: authentication failure Sep 22 15:15:30 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: AUTH NTLM Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_first: sasl_method NTLM Sep 22 15:15:30 orion postfix/smtpd[25753]: xsasl_cyrus_server_auth_response: uncoded server challenge: Sep 22 15:15:30 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 334 Sep 22 15:15:31 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAFASgKAAAADw== Sep 22 15:15:31 orion postfix/smtpd[25753]: xsasl_cyrus_server_next: decoded response: NTLMSSP Sep 22 15:15:31 orion postfix/smtpd[25753]: xsasl_cyrus_server_auth_response: uncoded server challenge: NTLMSSP Sep 22 15:15:31 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 334 TlRMTVNTUAACAAAAIgAiADAAAAAFggIAw9dD9yPBwEEAAAAAAAAAAAAAAAAAAAAATwBSAEkATwBOAC4AQgB BAEwATABBAE4ATwAuAE4ARQBUAA== Sep 22 15:15:31 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: TlRMTVNTUAADAAAAGAAYAHAAAAAYABgAiAAAAAAAAABIAAAACgAKAEgAAAAeAB4AUgAAAAAAAACgAAAABYIAAgU BKAoAAAAPZABhAHYAaQBkAEUAQgBEADAARgA4ADIAQQBGAEUAQwAxADQAQgBDAAe74MtDWoQBP1IYn0nQh/VwZdgGCcbWC9bYxs71d2T4qL9HKG3RMZoVIxK8045pqQ== Sep 22 15:15:31 orion postfix/smtpd[25753]: xsasl_cyrus_server_next: decoded response: NTLMSSP Sep 22 15:15:31 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 235 2.0.0 Authentication successful Sep 22 15:15:32 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: MAIL FROM: <[EMAIL PROTECTED]> Sep 22 15:15:32 orion postfix/smtpd[25753]: extract_addr: input: <[EMAIL PROTECTED]> Sep 22 15:15:32 orion postfix/smtpd[25753]: smtpd_check_addr: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: connect to subsystem private/rewrite Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr request = rewrite Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr rule = local Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr address = [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: address Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: address Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: (list terminator) Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:32 orion postfix/smtpd[25753]: rewrite_clnt: local: [EMAIL PROTECTED] -> [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr request = resolve Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr sender = Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr address = [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: transport Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: transport Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: error Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: nexthop Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: nexthop Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: User unknown in virtual alias table Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: recipient Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: recipient Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: 512 Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: (list terminator) Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:32 orion postfix/smtpd[25753]: resolve_clnt: `' -> [EMAIL PROTECTED]' -> transp=`error' host=`User unknown in virtual alias table' rcpt=`david@ ballano.net' flags= class=alias Sep 22 15:15:32 orion postfix/smtpd[25753]: ctable_locate: install entry key [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: extract_addr: in: <[EMAIL PROTECTED]>, result: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: fsspace: .: block size 4096, blocks free 10071858 Sep 22 15:15:32 orion postfix/smtpd[25753]: smtpd_check_queue: blocks 4096 avail 10071858 min_free 0 msg_size_limit 10240000 Sep 22 15:15:32 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250 2.1.0 Ok Sep 22 15:15:32 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: RCPT TO: <[EMAIL PROTECTED]> Sep 22 15:15:32 orion postfix/smtpd[25753]: extract_addr: input: <[EMAIL PROTECTED]> Sep 22 15:15:32 orion postfix/smtpd[25753]: smtpd_check_addr: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: ctable_locate: leave existing entry key [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: extract_addr: in: <[EMAIL PROTECTED]>, result: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr request = rewrite Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr rule = local Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr address = postmaster Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: flags Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: address Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: address Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: private/rewrite socket: wanted attribute: (list terminator) Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:32 orion postfix/smtpd[25753]: rewrite_clnt: local: postmaster -> [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: >>> START Recipient address RESTRICTIONS <<< Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=reject_non_fqdn_sender Sep 22 15:15:32 orion postfix/smtpd[25753]: reject_non_fqdn_address: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=reject_non_fqdn_sender status=0 Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=reject_non_fqdn_recipient Sep 22 15:15:32 orion postfix/smtpd[25753]: reject_non_fqdn_address: [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=reject_non_fqdn_recipient status=0 Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=permit_mynetworks Sep 22 15:15:32 orion postfix/smtpd[25753]: permit_mynetworks: unknown 84.78.228.193 Sep 22 15:15:32 orion postfix/smtpd[25753]: match_hostname: unknown ~? 127.0.0.0/8 Sep 22 15:15:32 orion postfix/smtpd[25753]: match_hostaddr: 84.78.228.193 ~? 127.0.0.0/8 Sep 22 15:15:32 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:32 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=permit_mynetworks status=0 Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=permit_sasl_authenticated Sep 22 15:15:32 orion postfix/smtpd[25753]: generic_checks: name=permit_sasl_authenticated status=1 Sep 22 15:15:32 orion postfix/smtpd[25753]: >>> CHECKING RECIPIENT MAPS <<< Sep 22 15:15:32 orion postfix/smtpd[25753]: ctable_locate: leave existing entry key [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: maps_find: recipient_canonical_maps: [EMAIL PROTECTED]: not found Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? orion.ballano.net Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? localhost.ballano.net Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? localhost Sep 22 15:15:32 orion postfix/smtpd[25753]: match_list_match: ballano.net: no match Sep 22 15:15:32 orion postfix/smtpd[25753]: maps_find: recipient_canonical_maps: @ballano.net: not found Sep 22 15:15:32 orion postfix/smtpd[25753]: mail_addr_find: [EMAIL PROTECTED] -> (not found) Sep 22 15:15:32 orion postfix/smtpd[25753]: maps_find: canonical_maps: [EMAIL PROTECTED]: not found Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? orion.ballano.net Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? localhost.ballano.net Sep 22 15:15:32 orion postfix/smtpd[25753]: match_string: ballano.net ~? localhost Sep 22 15:15:32 orion postfix/smtpd[25753]: match_list_match: ballano.net: no match Sep 22 15:15:32 orion postfix/smtpd[25753]: maps_find: canonical_maps: @ballano.net: not found Sep 22 15:15:32 orion postfix/smtpd[25753]: mail_addr_find: [EMAIL PROTECTED] -> (not found) Sep 22 15:15:32 orion postfix/smtpd[25753]: maps_find: virtual_alias_maps: hash:/etc/postfix/virtual(0,lock|fold_fix): [EMAIL PROTECTED] = david Sep 22 15:15:32 orion postfix/smtpd[25753]: mail_addr_find: [EMAIL PROTECTED] -> david Sep 22 15:15:32 orion postfix/smtpd[25753]: smtpd_check_rewrite: trying: permit_inet_interfaces Sep 22 15:15:32 orion postfix/smtpd[25753]: permit_inet_interfaces: unknown 84.78.228.193 Sep 22 15:15:32 orion postfix/smtpd[25753]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mappin g enable_milters Sep 22 15:15:32 orion postfix/smtpd[25753]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping Sep 22 15:15:32 orion postfix/smtpd[25753]: connect to subsystem public/cleanup Sep 22 15:15:32 orion postfix/smtpd[25753]: public/cleanup socket: wanted attribute: queue_id Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: queue_id Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute value: 3076127B8089 Sep 22 15:15:32 orion postfix/smtpd[25753]: public/cleanup socket: wanted attribute: (list terminator) Sep 22 15:15:32 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:32 orion postfix/smtpd[25753]: send attr flags = 50 Sep 22 15:15:32 orion postfix/smtpd[25753]: 3076127B8089: client=unknown[84.78.228.193], sasl_method=NTLM, [EMAIL PROTECTED] Sep 22 15:15:32 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250 2.1.5 Ok Sep 22 15:15:32 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: DATA Sep 22 15:15:32 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 354 End data with <CR><LF>.<CR><LF> Sep 22 15:15:33 orion postfix/smtpd[25753]: public/cleanup socket: wanted attribute: status Sep 22 15:15:33 orion postfix/cleanup[25763]: 3076127B8089: message-id=<[EMAIL PROTECTED]> Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute name: status Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:33 orion postfix/smtpd[25753]: public/cleanup socket: wanted attribute: reason Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute name: reason Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute value: (end) Sep 22 15:15:33 orion postfix/smtpd[25753]: public/cleanup socket: wanted attribute: (list terminator) Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:33 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 250 2.0.0 Ok: queued as 3076127B8089 Sep 22 15:15:33 orion postfix/qmgr[24304]: 3076127B8089: from=<[EMAIL PROTECTED]>, size=1475, nrcpt=1 (queue active) Sep 22 15:15:33 orion postfix/local[25765]: 3076127B8089: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=local, delay=1.2, delays=1.1/0.01/ 0/0.02, dsn=2.0.0, status=sent (delivered to mailbox) Sep 22 15:15:33 orion postfix/qmgr[24304]: 3076127B8089: removed Sep 22 15:15:33 orion postfix/smtpd[25753]: < unknown[84.78.228.193]: QUIT Sep 22 15:15:33 orion postfix/smtpd[25753]: > unknown[84.78.228.193]: 221 2.0.0 Bye Sep 22 15:15:33 orion postfix/smtpd[25753]: match_hostname: unknown ~? 127.0.0.0/8 Sep 22 15:15:33 orion postfix/smtpd[25753]: match_hostaddr: 84.78.228.193 ~? 127.0.0.0/8 Sep 22 15:15:33 orion postfix/smtpd[25753]: match_list_match: unknown: no match Sep 22 15:15:33 orion postfix/smtpd[25753]: match_list_match: 84.78.228.193: no match Sep 22 15:15:33 orion postfix/smtpd[25753]: send attr request = disconnect Sep 22 15:15:33 orion postfix/smtpd[25753]: send attr ident = smtp:84.78.228.193 Sep 22 15:15:33 orion postfix/smtpd[25753]: private/anvil: wanted attribute: status Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute name: status Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute value: 0 Sep 22 15:15:33 orion postfix/smtpd[25753]: private/anvil: wanted attribute: (list terminator) Sep 22 15:15:33 orion postfix/smtpd[25753]: input attribute name: (end) Sep 22 15:15:33 orion postfix/smtpd[25753]: disconnect from unknown[84.78.228.193] Sep 22 15:15:33 orion postfix/smtpd[25753]: master_notify: status 1 Sep 22 15:15:33 orion postfix/smtpd[25753]: connection closed Sep 22 15:17:08 orion postfix/smtpd[25753]: proxymap stream disconnect Sep 22 15:17:09 orion postfix/smtpd[25753]: auto_clnt_close: disconnect private/tlsmgr stream Sep 22 15:17:12 orion postfix/smtpd[25753]: rewrite stream disconnect Sep 22 15:17:13 orion postfix/smtpd[25753]: idle timeout -- exiting Sep 22 15:18:53 orion postfix/anvil[25756]: statistics: max connection rate 1/60s for (smtp:84.78.228.193) at Sep 22 15:15:28 Sep 22 15:18:53 orion postfix/anvil[25756]: statistics: max connection count 1 for (smtp:84.78.228.193) at Sep 22 15:15:28 Sep 22 15:18:53 orion postfix/anvil[25756]: statistics: max cache size 1 at Sep 22 15:15:28