Displaying 1 result from an estimated 1 matches for "view_aliases".
2010 Jul 30
4
OT dovecot w/postfix, mysql , postfix does unnecessary lookups
...ago, with him
showing absolutely no interest, I got bored tonight so thought I'd throw
it on this list since the question remains valid today)
30 Query SELECT 1 FROM virtual_domains WHERE
name='example.net' AND active ='1'
31 Query SELECT destination FROM view_aliases WHERE
email='someuser at example.net'
Should that not have ended its lookups at Q30 and not gone on to ask Q31
which it now knows is not local?
Secondly, it seems to do "double lookups" of destination and email
before it gets to dovecots deliver, has anyone else ran a log on...