Nick Ellson
2015-01-17 23:00:05 UTC
I have tried a number of howto's for a virtual e-mail system using postfix/mysql/courier-imap and each time I slowly figure out a bit more, but I am kinda stumped and hope to get an understanding on how I can debug this. (IE: which logging might I be missing, or what cli commands can I use to check this better, postmap I am not as familiar with)
I have a Gentoo Linux system with mysql/postfix and I got postfixadmin and mysqladmin web interfaces up and working (seeing the database has done wonders for showing me what is going on).
I used for this last try
https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto
for my howto and initial mysql database. (if there is a better one, I am OK scrapping the whole thing and starting over :-D )
But right now when I try to send my one user mail "grimm" from my gmail account, I get the 451 temporary look up failure not a valid recipient.. Where else can I look to figure out why I am getting this?
Jan 17 14:33:53 boink postfix/smtpd[13771]: connection established
Jan 17 14:33:53 boink postfix/smtpd[13771]: master_notify: status 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: resource
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: software
Jan 17 14:33:53 boink postfix/smtpd[13771]: connect from mail-pa0-f50.google.com[209.85.220.50]
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtp_stream_setup: maxtime=300 enable_deadline=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr request = connect
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr ident = smtp:209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: count
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: count
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: rate
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: rate
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: (list terminator)
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: (end)
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 220 boink.nickellson.com ESMTP Postfix
Jan 17 14:33:53 boink postfix/smtpd[13771]: xsasl_cyrus_server_create: SASL service=smtp, realm=(null)
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: noanonymous
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: EHLO mail-pa0-f50.google.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-boink.nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-PIPELINING
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-SIZE 10240000
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-VRFY
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-ETRN
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-ENHANCEDSTATUSCODES
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-8BITMIME
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250 DSN
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: MAIL FROM:<***@gmail.com> SIZE=3767
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: input: <***@gmail.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_addr: addr=***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: move existing entry key ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: in: <***@gmail.com>, result: ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_rewrite: trying: permit_inet_interfaces
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_inet_interfaces: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: fsspace: .: block size 4096, blocks free 58488187
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_queue: blocks 4096 avail 58488187 min_free 0 msg_size_limit 10240000
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250 2.1.0 Ok
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: RCPT TO:<***@nickellson.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: input: <***@nickellson.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_addr: addr=***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: move existing entry key ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: in: <***@nickellson.com>, result: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> START Sender address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_mynetworks: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_non_fqdn_sender
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_non_fqdn_address: ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_non_fqdn_sender status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_unauth_pipelining
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_unauth_pipelining: RCPT
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_unauth_pipelining status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: permit: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit status=1
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> END Sender address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> START Recipient address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_mynetworks: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=defer_unauth_destination
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_unauth_destination: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_auth_destination: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: leave existing entry key ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: NOQUEUE: reject: RCPT from mail-pa0-f50.google.com[209.85.220.50]: 451 4.3.0 <***@nickellson.com>: Temporary lookup failure; from=<***@gmail.com> to=<***@nickellson.com> proto=ESMTP helo=<mail-pa0-f50.google.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 451 4.3.0 <***@nickellson.com>: Temporary lookup failure
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: DATA
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 554 5.5.1 Error: no valid recipients
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: QUIT
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 221 2.0.0 Bye
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr request = disconnect
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr ident = smtp:209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: (list terminator)
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: (end)
Jan 17 14:33:53 boink postfix/smtpd[13771]: disconnect from mail-pa0-f50.google.com[209.85.220.50]
Jan 17 14:33:53 boink postfix/smtpd[13771]: master_notify: status 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: connection closed
I have a Gentoo Linux system with mysql/postfix and I got postfixadmin and mysqladmin web interfaces up and working (seeing the database has done wonders for showing me what is going on).
I used for this last try
https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto
for my howto and initial mysql database. (if there is a better one, I am OK scrapping the whole thing and starting over :-D )
But right now when I try to send my one user mail "grimm" from my gmail account, I get the 451 temporary look up failure not a valid recipient.. Where else can I look to figure out why I am getting this?
Jan 17 14:33:53 boink postfix/smtpd[13771]: connection established
Jan 17 14:33:53 boink postfix/smtpd[13771]: master_notify: status 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: resource
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: software
Jan 17 14:33:53 boink postfix/smtpd[13771]: connect from mail-pa0-f50.google.com[209.85.220.50]
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtp_stream_setup: maxtime=300 enable_deadline=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr request = connect
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr ident = smtp:209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: count
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: count
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: rate
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: rate
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: (list terminator)
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: (end)
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 220 boink.nickellson.com ESMTP Postfix
Jan 17 14:33:53 boink postfix/smtpd[13771]: xsasl_cyrus_server_create: SASL service=smtp, realm=(null)
Jan 17 14:33:53 boink postfix/smtpd[13771]: name_mask: noanonymous
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: EHLO mail-pa0-f50.google.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-boink.nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-PIPELINING
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-SIZE 10240000
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-VRFY
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-ETRN
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-ENHANCEDSTATUSCODES
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250-8BITMIME
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250 DSN
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: MAIL FROM:<***@gmail.com> SIZE=3767
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: input: <***@gmail.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_addr: addr=***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: move existing entry key ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: in: <***@gmail.com>, result: ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_rewrite: trying: permit_inet_interfaces
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_inet_interfaces: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: fsspace: .: block size 4096, blocks free 58488187
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_queue: blocks 4096 avail 58488187 min_free 0 msg_size_limit 10240000
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 250 2.1.0 Ok
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: RCPT TO:<***@nickellson.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: input: <***@nickellson.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: smtpd_check_addr: addr=***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: move existing entry key ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: extract_addr: in: <***@nickellson.com>, result: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> START Sender address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_mynetworks: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_non_fqdn_sender
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_non_fqdn_address: ***@gmail.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_non_fqdn_sender status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_unauth_pipelining
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_unauth_pipelining: RCPT
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=reject_unauth_pipelining status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: permit: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit status=1
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> END Sender address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: >>> START Recipient address RESTRICTIONS <<<
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_mynetworks: mail-pa0-f50.google.com 209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_mynetworks status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=permit_sasl_authenticated status=0
Jan 17 14:33:53 boink postfix/smtpd[13771]: generic_checks: name=defer_unauth_destination
Jan 17 14:33:53 boink postfix/smtpd[13771]: reject_unauth_destination: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: permit_auth_destination: ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: ctable_locate: leave existing entry key ***@nickellson.com
Jan 17 14:33:53 boink postfix/smtpd[13771]: NOQUEUE: reject: RCPT from mail-pa0-f50.google.com[209.85.220.50]: 451 4.3.0 <***@nickellson.com>: Temporary lookup failure; from=<***@gmail.com> to=<***@nickellson.com> proto=ESMTP helo=<mail-pa0-f50.google.com>
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 451 4.3.0 <***@nickellson.com>: Temporary lookup failure
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: DATA
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 554 5.5.1 Error: no valid recipients
Jan 17 14:33:53 boink postfix/smtpd[13771]: < mail-pa0-f50.google.com[209.85.220.50]: QUIT
Jan 17 14:33:53 boink postfix/smtpd[13771]: > mail-pa0-f50.google.com[209.85.220.50]: 221 2.0.0 Bye
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 10.0.0.0/24
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostname: mail-pa0-f50.google.com ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_hostaddr: 209.85.220.50 ~? 127.0.0.0/8
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: mail-pa0-f50.google.com: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: match_list_match: 209.85.220.50: no match
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr request = disconnect
Jan 17 14:33:53 boink postfix/smtpd[13771]: send attr ident = smtp:209.85.220.50
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: status
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute value: 0
Jan 17 14:33:53 boink postfix/smtpd[13771]: private/anvil: wanted attribute: (list terminator)
Jan 17 14:33:53 boink postfix/smtpd[13771]: input attribute name: (end)
Jan 17 14:33:53 boink postfix/smtpd[13771]: disconnect from mail-pa0-f50.google.com[209.85.220.50]
Jan 17 14:33:53 boink postfix/smtpd[13771]: master_notify: status 1
Jan 17 14:33:53 boink postfix/smtpd[13771]: connection closed