Sharma, Ashish a écrit : > Hello, > > I am running my postfix with 3 mail filters and 2 content filters (actually > one of the content filter (amavisd) is piping it's output to the other). > > My question here is how can I make sure to make my setup robust in the sense > that if one of the mail filter or content filter crashes then it could be > bypassed by postfix and the system recovers from that state too. >
smtp is asynchronous. if your filter breaks, postfix will keep mail in the queue until you fix the filter. This should be enough if you monitor your filter (which you're supposed to do if you care!). if this isn't enough, run multiple filters and use a load balancer. > Is bypassing of filters (mail filter and content filter) possible? > would you bypass your firewall? your anti-virus? your IDS? ... No? so why bypass the smtp filter?