-
-
Notifications
You must be signed in to change notification settings - Fork 903
Cannot override master.cf #3828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Issues not for bugs, enhancement requests or discussion go stale after 21 days of inactivity. This issue will be automatically closed after 14 days. Mark the issue as fresh by simply adding a comment to the issue. |
any news? |
Make sure that every line is on it's own is valid, because the postfix overrides are getting added via So instead of:
Try something like this:
|
Hi,
I'm trying to add some configurations inside the master.cf file, and I'm using the file $ROOT/overrides/postfix/postfix.master as per the online FAQ https://mailu.io/master/faq.html#how-can-i-override-settings.
However, it seems that the custom configurations entered in the postfix.master file are completely ignored, even though there is code in the start.py file that should do this.
I need for eg to customize the turtle policy
turtle unix - - n - - smtp
-o syslog_name=postfix-turtle
-o turtle_destination_concurrency_limit=1
-o turtle_destination_rate_delay=1
-o turtle_destination_recipient_limit=5
-o turtle_destination_concurrency_failed_cohort_limit=10
or add a new policy, with its own specific parameters
How can I do it?
Thank you
Daniele
The text was updated successfully, but these errors were encountered: