Multiple domains - Multiple LDAPs

2012-10-08 Thread Arantza Serrano
Hello, I'd like to configure my postfix server to check the recipient address in several LDAP servers. I'd like that the recipients of domain X would be verify in LDAP server X, and the recipients of domain Y will been verify in LDAP Y. But I don't find how it can do that. My server works ok

RE: Multiple domains - Multiple LDAPs

2012-10-08 Thread Arantza Serrano
Mon, Oct 08, 2012 at 08:59:58AM -0500, /dev/rob0 wrote: > On Mon, Oct 08, 2012 at 03:39:22PM +0200, Arantza Serrano wrote: > > I'd like to configure my postfix server to check the recipient > > address in several LDAP servers. I'd like that the recipients of > > d

Postfix and RBL program in the same server

2012-10-18 Thread Arantza Serrano
Hello, I have installed a RBL program in my postfix server. This RBL program responds IP queries like that: dig @localhost -p 53 213.176.163.216.std.rbl.servidor.midominio ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 <<>> @localhost -p 53 213.176.163.216.std.rbl. servidor.midominio ;

RE: Postfix and RBL program in the same server

2012-10-18 Thread Arantza Serrano
nombre de Ralf Hildebrandt Enviado el: jueves, 18 de octubre de 2012 9:54 Para: postfix-users@postfix.org Asunto: Re: Postfix and RBL program in the same server * Arantza Serrano : > But obviously the Postfix program makes all its queries to the external > DNS servers, so my RBL program

RE: Postfix and RBL program in the same server

2012-10-18 Thread Arantza Serrano
[mailto:ralf.hildebra...@charite.de] Enviado el: jueves, 18 de octubre de 2012 10:35 Para: Arantza Serrano CC: postfix-users@postfix.org Asunto: Re: Postfix and RBL program in the same server * Arantza Serrano : > [root@comfix1des postfix]# cat /etc/resolv.conf > search midominio > nameserver XXX.XX

RE: Postfix and RBL program in the same server

2012-10-18 Thread Arantza Serrano
2012 10:52 Para: postfix-users@postfix.org Asunto: Re: Postfix and RBL program in the same server * Arantza Serrano : > But I want that the postfix uses the external DNS servers for the relay > queries, to check mailfrom domain, etc > I would like the Postfix program to use the external

Split domain and DNS queries

2013-05-12 Thread Arantza Serrano
Hello, I need to configure some domains to be splitting temporarily. There can be some accounts in my postfix platform and some others accounts in the old platform. So I need that when a postfix account of the domain X sends a mail to a account of the other platform, the Postfix can do a DNS q

RE: Split domain and DNS queries

2013-05-13 Thread Arantza Serrano
I've found the solution. In postfix nexthop destination domains not enclosed in "[]" will be subject to MX lookups. So If I have domain.x, I can configure the transport_maps like this:: domain.x smtp:domain.x:25 and postfix makes MX lookups automatically. De: