> On 21/05/2020 20:45 dovecot-user wrote:
>
>
> Hello everyone.
> Please tell me how to override the configuration file options when using
> the doveadm utility with the -o switch in case I need to pass a block of
> parameters, for example, like this:
> passdb {
> args = scheme=PLAIN us
Hello everyone.
Please tell me how to override the configuration file options when using
the doveadm utility with the -o switch in case I need to pass a block of
parameters, for example, like this:
passdb {
args = scheme=PLAIN username_format=%u /path/to/file
driver = passwd-file
}
Thank