Re: check_recipient_access

2021-07-10 Thread Wietse Venema
post...@ptld.com: > What does "resolved RCPT TO address" mean? > If the mail was sent to an alias does postfix send the alias or the > address the alias points to, to the table? The address as returned by the trivial-rewrite daemon's resolve service. For example, the forms user@foo and user@foo.$

Re: Manual Typo - ADDRESS_VERIFICATION_README

2021-07-10 Thread Wietse Venema
post...@ptld.com: > http://www.postfix.org/ADDRESS_VERIFICATION_README.html > > "The downside of using a non-empty sender address is that the address > may end op on spammer mailing lists." > > op = up? This now fixed (in the source code). Wietse

Optimum Queue Size

2021-07-10 Thread Greg Sims
I am tuning the performance of our mail server.We collect information in our logs every 10 seconds including qshape, iostat, free and mpstat. It seems that the maxproc parameter in master.cf is important for us as we can see the size of the queues decrease as we increase maxproc -- as expected

Re: Optimum Queue Size

2021-07-10 Thread Wietse Venema
Greg Sims: > I am tuning the performance of our mail server.We collect > information in our logs every 10 seconds including qshape, iostat, > free and mpstat. It seems that the maxproc parameter in master.cf is > important for us as we can see the size of the queues decrease as we > increase m