Re: Two postfix instances, different header_checks

2010-11-25 Thread Angel L. Mateo
El 25/11/10 01:05, Jeroen Geilman escribió: header_checks is a cleanup(8) setting, not an smtpd(8) one. You can specify a different cleanup service by adding -o cleanup_service_name=my_cleanup_service to your SA resubmission smtpd listener, and defining my_cleanup_service unix - - - - - clea

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 postfix instan

Re: Two postfix instances, different header_checks

2010-11-24 Thread Jeroen Geilman
On 11/24/2010 06:35 PM, 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 postfix instances, the main one running in port 25 and other running in other port 25

Re: Two postfix instances, different header_checks

2010-11-24 Thread Victor Duchovni
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 postfix instances, the main one > running in port 25

Re: Two Postfix instances

2010-06-16 Thread Wietse Venema
Dragan Zubac: > Hello > > Thank You all for hints. > I did something else. > > ln -s /usr/lib/postfix/master /usr/lib/postfix/master-second This is not needed. Without making ANY changes, "postfix -c /etc/postfix-second stop" will stop only the second instance. > Edit file : /etc/postfix-second

Re: Two Postfix instances

2010-06-16 Thread Dragan Zubac
Hello Thank You all for hints. I did something else. ln -s /usr/lib/postfix/master /usr/lib/postfix/master-second Edit file : /etc/postfix-second/postfix-script , I changed all 'master' to 'master-second',so : postfix -c /etc/postfix-second stop will not kill first instance only the second one

Re: Two Postfix instances

2010-06-16 Thread Victor Duchovni
On Wed, Jun 16, 2010 at 11:41:12AM +0200, Dragan Zubac wrote: > I start both instances by issuing the following commands : > > postfix -c /etc/postfix start > postfix -c /etc/postfix-second start Each is stopped by issuing: postfix -c "$config_directory" stop or via the postmulti(1) wr

Re: Two Postfix instances

2010-06-16 Thread Wietse Venema
Dragan Zubac: > Hello > > I have two Postfix instances with configuration folders : > > /etc/postfix > /etc/postfix-second > > I start both instances by issuing the following commands : > > postfix -c /etc/postfix start > postfix -c /etc/postfix-second start > > I'm about to write a start/stop