This is a discussion on Re: two instances of postfix within the mailing.postfix.users forums, part of the Mail Servers and Related category; D. Walsh wrote: > I have the amavisd content filter stuff defined in both, will the > second postfix still ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
D. Walsh wrote:
> I have the amavisd content filter stuff defined in both, will the > second postfix still use it if I remove the content filter entries > completely from the second postfix or do I just need to remove the > following? Well, you cannot have two services listening on the same IP/port. If you need to run Amavis on both instances, define a different port for each, i.e: 10025 and 10026. > Also, you mentioned something about "syslog_name", I take it this is > to write to a second mail log file, what needs to be done for this to > work or will it still work writing to a single log file? man 5 postconf. All features are documented there. It is the name with which Postfix logs to syslog. Matt |