This is a discussion on Re: smtpd_xxxxxx_restrictions within the mailing.postfix.users forums, part of the Mail Servers and Related category; Oswin Budiman wrote: > I'm wondering what's the differences between smtpd_xxxxxx_restrictions > in main.cf and in the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Oswin Budiman wrote:
> I'm wondering what's the differences between smtpd_xxxxxx_restrictions > in main.cf and in the master.cf. If I want to make some restrictions, > do I have to put them in both files? Main.cf parameters are global. Allowed master.cf options override the main.cf options, per specific service/transport. If you want the settings to be global, set in main.cf. Matt |