On 12/08/25, Andy Baugh (andy.baugh@webpros.com) wrote:
Colon separated vars need to be exploded into different params, sadly. This gets more complicated when dealing with things that are not mail opts.
In your case you'll want to break down what used to be positional args thusly:
mail_driver:mail_path:mail_inbox_path:mail_index_path
Of course the "INBOX="/"INDEX=" part is assumed by the named param now, so can be left off the value.
For example, with what used to be dsync or with quotas, things become rather painful to convert:
...
Thank you very much for the confirmation, Andy. Exploding the configuration as you suggest works fine, although I had to quickly change my SQL table to suit. Fortunately I don't use quotas or dsync.
I'm very grateful for your research into the configuration changes (which sound extensive) -- thanks again for sharing your insights. Let's hope the Debian stable upgrade doesn't cause too much pain.
Best wishes, Rory