This is a discussion on Re: global options vs. those specified in master.cf within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Mon, 10 May 2004, Kelly Sauke wrote: > > I'm trying to set up an "outgoing" ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, 10 May 2004, Kelly Sauke wrote:
> > I'm trying to set up an "outgoing" smtpd process in my master.cf that > bypasses virus/spam scanning and has a little different config. I'm > running into a problem trying to find out what parameters are global > (like syslog_name which if found from the archives) and what can be > specified as a -o to the smtpd line in my master.cf. I'm noticing thing > like mynetworks isn't being changed and recipient_bcc_maps are still > bcc'ing addresses from the original. I could always create a > completely new instance with a new main.cf but at that point I'll just > move it off to another host. > > Are there any documents that list what params are considered global and > what can be listed on the smtpd line in master.cf? > http://www.postfix.org/smtpd.8.html That document is for Postfix 2.1, generally speaking, if is it is not documented as a configuration parameter in the smtpd(8) man page for your version of Postfix, changing it on the smtpd command line in main.cf will have no effect (since the parameter in question is used by other services). When making master.cf overrides you need to understand not only how a parameter is used, but also where and when it is used. Either follow working recipes, or read lots of documentation and/or source to figure out how whether the parameter supports specific per-service overrides. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |