On Thu, Jan 15, 2009 at 12:21:51AM -0000, jeff_homeip wrote:
> I am quite certain that my premises are not false. I tested it with senders 
> who I know for a
> fact ARE listed in the smtpd_sender_login_maps both as authenticated (they 
> were
> accepted) and from another client that did not authenticate (they were 
> properly rejected).
> 
> Then I waited for someone else to send mail to one of my users. Here is the 
> log entry that
> was produced:
> 
> Jan 14 15:03:37 s postfix/smtpd[44746]: NOQUEUE: reject: RCPT from
> mail37.messagelabs.com[216.82.241.83]: 553 5.7.1 <[email protected]>: 
> Sender
> address rejected: not logged in; from=<[email protected]>
> to=<[email protected]> proto=SMTP helo=<mail37.messagelabs.com>
> 


The map lookup matched on [email protected].  
If you're using SQL for this table, you need to re-examine your query.
Test queries with something like:
postmap -q [email protected] mysql:/path/to/xxx.cf

Note there is a difference between "not found" and an empty response.


-- 
Noel Jones

Reply via email to