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