Re: Sending bounce notification via a relayhost

2019-07-12 Thread Nico Angenon
I?ve also tried sender_dependent_relayhost_maps, it didn?t work. Bounces have the EMPTY envelope sender address, not MAILER-DAEMON. Instead you need to match on <>: empty_address_relayhost_maps_lookup_key (default: <>) The sender_dependent_relayhost_maps search string that will be use

Sending bounce notification via a relayhost

2019-07-11 Thread Nico Angenon
hello, I’d like to configure postfix to send bounce notification via another host : i’ve tried to setup something like this : in main.cf -> smtp_header_checks = regexp:/etc/postfix/header_checks in /etc/postfix/header_checks -> /^From: MAILER-DAEMON.*/ FILTER smtp:my_other_host

Re: CSI Cloudmark configuration

2012-11-22 Thread Nico Angenon
s inpossible to send them some mail during a few minutes, so, even with 10 mails in queue, it can takes several minutes to be delivered... Nico -Message d'origine- From: mouss Sent: Tuesday, November 20, 2012 9:52 PM To: Nico Angenon Cc: postfix-users@postfix.org Subject: Re: CSI Clo

CSI Cloudmark configuration

2012-11-20 Thread Nico Angenon
... do i have to change the slow_destination_recipient_limit parametter to follow this advice ? Thanks in advance Nico Angenon

Re: Multiple relayhost depending on SASL AUTH

2012-07-18 Thread Nico Angenon
t: Re: Multiple relayhost depending on SASL AUTH On Wed, Jul 18, 2012 at 12:43:20PM +0200, Nico Angenon wrote: Hello, [..] What i need to do is to separate outgoing mail, I've thought configuring multiple relay host depending on SASL Authentication : transport(5) http://www.postfix.org/t

Multiple relayhost depending on SASL AUTH

2012-07-18 Thread Nico Angenon
Hello, I’ve a Postfix 2.9.1 with sasl auth used by 4500 Customours for sending "every day mails"... With those 4500 Customers when one of them use it for sending junk mail, our ip address is sometimes blacklisted. I would like to offer a new services for some of my customers to secure their se

Re: Queue Id Collision

2012-06-07 Thread Nico Angenon
--- From: Wietse Venema Sent: Thursday, June 07, 2012 2:37 PM To: Nico Angenon Cc: postfix-users@postfix.org Subject: Re: Queue Id Collision Nico Angenon: Every thing goes right execpt that it happens ?Queue ID collision? : for exemple in my logs : The Queue ID is not reused before a message i

Queue Id Collision

2012-06-07 Thread Nico Angenon
Hello, I use Postfix 2.5.5 on a linux debian box and i'm trying to make some statistics for sasl authenticated user... the goal is to show them how many connexions to the server they have been made, how many mails they have sent, and show them the detected "from" and "to" addresses... My sear