On Thu, Jul 01, 2010 at 10:12:38AM +0200, Luciana Moreira wrote:

> Hello guys,
>
> I am working on tunning our postfix server which is already much faster 
> dues to the great input I got in this list :)
>
> I now have to configure our proxymap to have the number of processes equal 
> to the maximum required during a burst situation. My question is: could any 
> of these functions bellow happen in parallel?

The cleanup and SMTP servers can work in parallel. If mysql is slow,
make sure your tables are properly indexed, and queries are not so
complex that they can only be resolved via a "table scan".

If you need to tune proxymap, something else is wrong, and you should
fix that.

-- 
        Viktor.

Reply via email to