On Wed, Feb 22, 2012 at 09:17:24AM +0100, Angel L. Mateo wrote:
> >Postfix is not monolithic, so cleanup(8) repeats some queries
> >made by smtpd(8), and in smtpd(8) some queries are repeated because
> >this makes the code more modular.
>
> I know it needs to repeat queries. But, in this cas
Angel L. Mateo:
> > Some queries are repeated, this should have no significant impact.
> > Focus on overalll performance rather than optimizing non-critical
> > paths. Postfix is not monolithic, so cleanup(8) repeats some queries
> > made by smtpd(8), and in smtpd(8) some queries are repeated becau
El 17/02/12 17:18, Viktor Dukhovni escribió:
Some queries are repeated, this should have no significant impact.
Focus on overalll performance rather than optimizing non-critical
paths. Postfix is not monolithic, so cleanup(8) repeats some queries
made by smtpd(8), and in smtpd(8) some queries ar
On Fri, Feb 17, 2012 at 08:41:31AM +0100, Angel L. Mateo wrote:
> El 16/02/12 16:35, Viktor Dukhovni escribi?:
> >On Thu, Feb 16, 2012 at 10:49:10AM +0100, Angel L. Mateo wrote:
> >
> >If your LDAP tables contain no "bare" (just the local part) address
> >lookup keys, you may consider using "%u@%d
El 16/02/12 16:35, Viktor Dukhovni escribió:
On Thu, Feb 16, 2012 at 10:49:10AM +0100, Angel L. Mateo wrote:
My config is:
virtual_alias_maps = hash:/etc/postfix/alu-aliases,
hash:/etc/postfix/dif-aliases,
proxy:ldap:/etc/postfix/ldap-sysaliases.cf
relay_recipient_maps
On Thu, Feb 16, 2012 at 10:49:10AM +0100, Angel L. Mateo wrote:
> My config is:
>
> virtual_alias_maps = hash:/etc/postfix/alu-aliases,
> hash:/etc/postfix/dif-aliases,
> proxy:ldap:/etc/postfix/ldap-sysaliases.cf
>
> relay_recipient_maps = hash:/etc/postfix/relaydomains,
>
Hello,
We are using ldap maps in a relay server. Ldap maps are for address
validation (valid users and alias) and a relocated map.
But now, we are having problems with our ldap servers. Problems are not
directly related with postfix servers, but I've been investigating if
postfix could do