Skip to content

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

Open
ziogusmo opened this issue Apr 11, 2025 · 3 comments
Open

Cannot override master.cf #3828

ziogusmo opened this issue Apr 11, 2025 · 3 comments

Comments

@ziogusmo
Copy link

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

Copy link

stale bot commented May 6, 2025

Issues not for bugs, enhancement requests or discussion go stale after 21 days of inactivity. This issue will be automatically closed after 14 days.
For all metrics refer to the stale.yml file.
Github issues are not meant for user support. For user-support questions, reach out on the matrix support channel.

Mark the issue as fresh by simply adding a comment to the issue.
If this issue is safe to close, please do so now.

@stale stale bot added the status/response_needed Waiting for a response from the author label May 6, 2025
@ziogusmo
Copy link
Author

ziogusmo commented May 6, 2025

any news?
thanks
Daniele

@stale stale bot removed the status/response_needed Waiting for a response from the author label May 6, 2025
@CompileNix
Copy link

Make sure that every line is on it's own is valid, because the postfix overrides are getting added via postconf -Me, line-by-line.

So instead of:

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

Try something like this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy