Re: When to use proxymap

2013-12-13 Thread Noel Jones
On 12/13/2013 5:55 AM, E.B. wrote: > Is there anywhere to find a list of the tables used by > a process like trivial-rewrite? > Each postfix man page lists relevant configuration parameters, including parameters that accept tables. http://www.postfix.org/trivial-rewrite.8.html http://www.postfi

Re: When to use proxymap

2013-12-13 Thread E.B.
> On Tuesday, August 14, 2012 6:19 PM, Viktor Dukhovni > wrote: > > On Tue, Aug 14, 2012 at 07:18:09PM -0400, Wietse Venema wrote: > >> > I read somewhere on this list that it's not necessary to use > proxymap >> > for transport table lookups. >> >> It is undesirable with the current a

Re: When to use proxymap

2012-08-15 Thread Reindl Harald
Am 15.08.2012 03:18, schrieb Viktor Dukhovni: > I would also note that trivial-rewrite(8) (like proxymap(8)) is > already a multi-client service, so typically, there are a lot fewer > trivial-rewrite(8) processes than smtpd(8)'s or cleanup(8)'s. > Therefore any savings in further consolidating da

Re: When to use proxymap

2012-08-14 Thread Viktor Dukhovni
On Tue, Aug 14, 2012 at 07:18:09PM -0400, Wietse Venema wrote: > > I read somewhere on this list that it's not necessary to use proxymap > > for transport table lookups. > > It is undesirable with the current architecture, because it increases > latency for the single-process queue manager servic

Re: When to use proxymap

2012-08-14 Thread Ori Bani
On Tue, Aug 14, 2012 at 4:18 PM, Wietse Venema wrote: > Ori Bani: >> I read somewhere on this list that it's not necessary to use proxymap >> for transport table lookups. > > It is undesirable with the current architecture, because it increases > latency for the single-process queue manager servic

Re: When to use proxymap

2012-08-14 Thread Wietse Venema
Ori Bani: > I read somewhere on this list that it's not necessary to use proxymap > for transport table lookups. It is undesirable with the current architecture, because it increases latency for the single-process queue manager service. The queue manager read-waits for single stream of trivial-rew

When to use proxymap

2012-08-14 Thread Ori Bani
I read somewhere on this list that it's not necessary to use proxymap for transport table lookups. I guess that the assumption is the transport table is so small, making it unnecessary? The proxymap manpage says one of its main purposes is to consolidate connections to databases amongst various p