On Wed, Sep 17, 2008 at 10:09:53PM +0500, rihad wrote: > Correcting myself once again: It's not OK :) I forgot to mention that > all those 4 requests were the result of me issuing RCPT TO alone. I > can't see how message acceptance or routing are involved.
You are wasting everyone's time with this line of inquiry. Postfix makes the queries it needs to make. Focusing too closely on that is not productive. The SQL query cost is not generally performance limiting, and tuning the low-cost operations is not productive. If you want the fewest possible lookups against $mydestination, get $mydestination out of $relay_domains (backwards compatible, but no longer optimal default). After that stop counting queries, it is not a good use of anyone's time. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.