Re: Content filtering timeout : How to requeue instead of bouncing ?

2015-04-20 Thread Victor d'Agostino
instead of bouncing ? *De : *Victor d'Agostino *Pour : *postfix-users@postfix.org *Date : *20/04/2015 10:24 Hi all, I am using an external content_filter script with postfix 2.9.1. Here is my master.cf : # filter to a bash file filterunix - n n - 12 pipe

Content filtering timeout : How to requeue instead of bouncing ?

2015-04-20 Thread Victor d'Agostino
Hi all, I am using an external content_filter script with postfix 2.9.1. Here is my master.cf : # filter to a bash file filterunix - n n - 12 pipe flags=Rq user=filter null_sender=MAILER-DAEMON argv=/path/to/script.sh [${sasl_username}] ${client_address} $

Re: Significantly different date observed in Received and Date fields

2013-08-25 Thread Victor d'Agostino
Hi, The Date field is client side and may be wrong. Generaly mails are not deffered one month so i guess it is a client misconfiguration... The Received header fields are server side (but can also be modified by filtering application ... as SMTP does not provide any certification of body and

Re: Is it time for 2.x.y -> x.y?

2013-06-01 Thread Victor d'Agostino
Gentlemen, Don't feed the troll ! Regards, Victor Le 01/06/2013 15:42, Ove Evensen a écrit : I would say keep it as normal. 2.9 and then 2.10. If you can not see the difference between 2.1 and 2.10 you should not use postfix. Period! Regards Ove Jk. Evensen Original message

Re: Understanding postfix log

2013-05-15 Thread Victor d'Agostino
Thanks for the help Victor 2013/5/15 Wietse Venema > Martin Sch?tte: > > > What does "conn_use", "delays=a/b/c/d" and "dsn"means > > > > http://www.postfix.org/CONNECTION_CACHE_README.html#safety > > > > http://www.postfix.org/postconf.5.html#delay_logging_resolution_limit > > > > http://www.p

Understanding postfix log

2013-05-15 Thread Victor d'Agostino
Hello, Can someone explains to me (or give a link) in this log May 15 10:58:13 LXLYOPFD11 postfix/smtp[12232]: B7B1B4800DC: to=< x...@gmail.com>, relay=10.220.8.20[10.220.8.20]:25, conn_use=7, delay=1991, delays=0.06/1990/0/0.66, dsn=2.0.0, status=sent (250 2.0.0 OK 1368608293 fe7si6820218wib.77

Re: Distributed Postfix

2013-03-26 Thread Victor d'Agostino
see attachment 2013/3/26 Victor d'Agostino > 2013/3/26 Gaby L > >> ** >> >> >> >> Hi >> My teoretic question is how configure multiple (distributed) postfix >> mail servers for one domain,which can load balance tasks? (e.g gmail),but &g

Re: Distributed Postfix

2013-03-26 Thread Victor d'Agostino
ons. If you do need fault tolerance you can do something like that : We did this in my company but it was pretty useless (50.000 emails per day is not a big deal). I think fault tolerance is more important than load balancing. Regards, Victor d'Agostino

Re: Dont add the $myorigin domain to the FROM header field

2013-03-22 Thread Victor d'Agostino
2013/3/22 Noel Jones > On 3/22/2013 11:44 AM, Victor d'Agostino wrote: > > Hi all, > > > > I use postfix as relay server to several internal domains. xxx is > > the main one. > > > > postconfig | grep domain prints : > > > > append_dot_m

Dont add the $myorigin domain to the FROM header field

2013-03-22 Thread Victor d'Agostino
Hi all, I use postfix as relay server to several internal domains. xxx is the main one. postconfig | grep domain prints : append_dot_mydomain = no mydomain = xxx myorigin = $mydomain relay_domains = $mydomain yyy zzz If postfix receives an email with a FROM (headers and in the SMTP dialog) with

Re: Migration from Microsoft Exchange Server

2013-03-20 Thread Victor d'Agostino
. Postfix is included in Zimbra. Regards, Victor d'Agostino Le 20/03/2013 12:12, Ashok Kumar J a écrit : Hi All, I want to migrate from Microsoft Exchange Server to Postfix mail server. please give your valuable suggestion. -- with regards Ashok Kumar J

Re: Duplicate Emails Sent

2013-03-18 Thread Victor d'Agostino
Hi Ed, It seems that site3.com smtp server use header recipients instead of SMTP RCPT TO recipients and also send to the sender ... Can you post email headers to check the Received From fields ? Le 18/03/2013 21:51, Ed a écrit : Hi All. The scenario: From: a...@site1.com To: b...@sit

destination_concurrency_limit to relayhost only

2012-12-17 Thread Victor d'Agostino
Hi, Our postfix server serves several internal domains and relays outgoing traffic through our ISP SMTP relay server. This external SMTP server is limited to 3 destination domains at the same time. I am wondering if it is possible to set a destination_concurrency_limit of 3 to the relayhost SMTP