Any setting for bounce_queue_lifetime?

I am about to stick:

bounce_queue_lifetime = 2h

Into:

/etc/postfix/main.cf

And reload postfix.

I am just checking that I am not missing a web-interface way to do that.

Thanks.

SYSTEM INFORMATION
OS type and version Ubuntu 24.04
Virtualmin version 7.50

There is no such option in the UI

Postfix is one module (and this is rare, most modules don’t have this kind of help, though I wish they all did) that mentions which directive an option modifies in the tooltip help file. So, you can search for a Postfix directive by name, and see the help file which identifies which option in the UI modifies that directive.

I trash talk AI a lot, but I think this is actually an area we might be able to use it to reduce tedious work with low risk to code quality. It takes hours to go through and map out the directives to the options (because the options aren’t always named the same in the Perl code or the HTML), and AI has actually gotten pretty good at the tedious rote stuff like this. I’ll see if I can figure out how to wire up something so we can make Search more able to help in situations like this for modules where people haven’t gone through and spent countless hours adding those clues to the help files.

And, if you really want to be thorough and also search for options in modules other than Postfix, you can search the Webmin repo.

(But, I bet I can automate making sure searching knows how to search for an option by name from the configuration file, one way or another.)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.