relay based on sender and destination

2019-11-19 Thread Angel L. Mateo
transport_maps I have found the sender_dependent_relayhost_maps but with this I can only check the sender but not the destination. Any idea? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información y las Comunicaciones Aplicadas (ATICA) http://www.um.es

Re: Different LMTP configuration for different clients

2017-05-08 Thread Angel L. Mateo
El 06/05/17 a las 03:12, Peter escribió: On 04/05/17 18:13, Angel L. Mateo wrote: My problem is that I can't classify by recipient. I should do it by client IP. Is this possible in a transport map? No, instead use smtpd_client_restrictions with check_client_access and a FILTER r

Re: Different LMTP configuration for different clients

2017-05-03 Thread Angel L. Mateo
El 03/05/17 a las 16:40, Wietse Venema escribió: Angel L. Mateo: Hello, I have a postfix mail relay server for my domain. This mail server delivered mail to my imap server via LMTP. Now I want that all mail received from a client to the same imap server, but with a different

Re: Different LMTP configuration for different clients

2017-05-03 Thread Angel L. Mateo
El 03/05/17 a las 16:44, Viktor Dukhovni escribió: On May 3, 2017, at 7:56 AM, Angel L. Mateo wrote: I have a postfix mail relay server for my domain. This mail server delivered mail to my imap server via LMTP. Now I want that all mail received from a client to the same

Different LMTP configuration for different clients

2017-05-03 Thread Angel L. Mateo
to deliver its mail with low concurrency (I don't mind getting higher delays). Is this possible without deploying a new postfix server? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información y las Comunicaciones Aplicadas (ATICA) http://www.um.es/

Re: Creating a catch all domain

2016-09-14 Thread Angel L. Mateo
El 14/09/16 a las 11:38, Angel L. Mateo escribió: Hi, I'm obfuscated trying to configure a server for a catch-all domain (all mail directed to that domain delivered to a single mailbox). My problem is that I want all mail received for @mydomain.com to be delivered to a single lo

Creating a catch all domain

2016-09-14 Thread Angel L. Mateo
o the actual @mydomain.com server. I have configured a virtual domain, but is the last condition what I don't know how to configure it. Any help? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información y las Comunicaciones Aplicadas (ATICA) http:/

Re: Connection timed out due to dns timeouts

2013-02-10 Thread Angel L. Mateo
El 08/02/13 15:29, Viktor Dukhovni escribió: On Fri, Feb 08, 2013 at 09:29:22AM +0100, Angel L. Mateo wrote: We are having problems with dns lookups to one domain. I know is not a postfix problem, but a dns configuration error in that domain. But it is affecting our servers. The

Re: Connection timed out due to dns timeouts

2013-02-08 Thread Angel L. Mateo
El 08/02/13 11:27, Robert Schetterer escribió: Am 08.02.2013 10:42, schrieb Angel L. Mateo: El 08/02/13 10:02, Robert Schetterer escribió: Am 08.02.2013 09:29, schrieb Angel L. Mateo: Hello, I have list servers that send mails through another relay servers. With this configuration all

Re: Connection timed out due to dns timeouts

2013-02-08 Thread Angel L. Mateo
El 08/02/13 10:02, Robert Schetterer escribió: Am 08.02.2013 09:29, schrieb Angel L. Mateo: Hello, I have list servers that send mails through another relay servers. With this configuration all mail sent from our mail servers are delivered through our relay servers. All servers use

Connection timed out due to dns timeouts

2013-02-08 Thread Angel L. Mateo
to configure some kind of dns lookup timeout in my relay servers, so if the query is not answered I could reject the message with a dns error instead of timing out the connection. Is this possible? How? Thanks, -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnología

Re: Timeout delivering via LMTP

2012-06-12 Thread Angel L. Mateo
On 12/06/12 18:12, Viktor Dukhovni wrote: On Tue, Jun 12, 2012 at 12:32:24PM +0200, Angel L. Mateo wrote: In the smtp logs I have: Jun 12 11:41:18 xenon13 postfix/lmtp[4248]: 4433E5D5A0: to=, relay=pop.um.es[155.54.212.106]:24, delay=31, delays=0.41/0.06/0/30, dsn=4.4.0, status

Timeout delivering via LMTP

2012-06-12 Thread Angel L. Mateo
= 300s So... why do I have this error? As a side effect this mail was delivered twice in the user's mailbox, this is one and the other when postfix retries again. Any help? Thank you PS: I have attached my postconf -n -- Angel L. Mateo Martínez Sección de Telemática Área de Tec

Re: Ldap queries optimization

2012-02-22 Thread Angel L. Mateo
emember well in previous versions it did. And it did for other maps, like the one for address_verify_map. And I know I should focus on the real problem with my ldap server. But I would like postfix to make things better (and it doesn't mean it doesn't do well) -- Angel L.

Re: Ldap queries optimization

2012-02-16 Thread Angel L. Mateo
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

Ldap queries optimization

2012-02-16 Thread Angel L. Mateo
DN where I have the information and sender and recipient address used) -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica_(___V Tfo: 868887590 Fax: 8

Re: Two postfix instances, different header_checks

2010-11-25 Thread Angel L. Mateo
- - - - - cleanup -o header_checks= OK. I'll try this. -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica_(___V Tfo: 868887590 Fax: 86337

Re: Two postfix instances, different header_checks

2010-11-25 Thread Angel L. Mateo
El 24/11/10 18:41, Victor Duchovni escribió: On Wed, Nov 24, 2010 at 06:35:19PM +0100, Angel L. Mateo wrote: Hello, I'm running postfix (version 2.5.5, from debian lenny package) with amavis and spamassassin for spam checks. For amavis and SA to work, we have 2 po

Two postfix instances, different header_checks

2010-11-24 Thread Angel L. Mateo
-MySpam-$1. Any idea? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica_(___V Tfo: 868887590 Fax: 86337

Re: consolidate multiple maillog files

2009-07-14 Thread Angel L. Mateo
tion is welcome. > have you tried to just merge the files? A sort -m over those files? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica_(___V Tfo: 868887590 Fax: 86337

Re: ldap searches with null user

2009-03-12 Thread Angel L. Mateo
t; I know them. I have read them serveral times. But I don't know why postfix is looking por mail @ (without any local user). If I try to enter any such address in the rcpt to field of the smtp dialog, I get an error, without any search in the ldap. -- Angel L. Mateo Martínez Secció

ldap searches with null user

2009-03-12 Thread Angel L. Mateo
My map configuration is like this: server_host = server_port = 389 search_base = query_filter = (&(mail=%s)(objectClass=CourierMailAccount)) result_attribute = uid bind = yes bind_dn = bind_pw = Any idea? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Informa

problem with mailx ending in "."

2008-10-10 Thread Angel L. Mateo
he form: <"whatever."@mydomain.com>: User unknown in virtual alias table Any idea? -- Angel L. Mateo Martínez Sección de Telemática Área de Tecnologías de la Información _o) y las Comunicaciones Aplicadas (ATICA) / \\ http://www.um.es/atica_(___V Tfo: 968367590 Fax: 968398337