Description
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