Matthias Leopold:
> hi,
> 
> i'm using postfix 2.5.5 with a postgres backend setup. everything works 
> fine (as far as i can see) but looking at my logfiles i'm wondering why 
> the domain part of sender addresses is being looked up in my 
> virtual_mailbox_domains table.
> 
> i'm seeing lines like these in my logfiles:
> 
> postfix/trivial-rewrite[12345]: warning: table 
> "pgsql:/etc/postfix/virtual_mailbox_domains": empty lookup result for: 
> "senderdomain.com" -- ignored

Lookup tables (SQL or otherwise) should return NOT FOUND instead
of returning zero-length result.

        Wietse

Reply via email to