Hi,
I used delay_until in some migrations procedure, here a snippet from my
config:
# cat /etc/dovecot/extra-passdb
aless...@ciao.com:::::::delay_until=1490275466
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
result_success = continue-ok
}
passdb {
args = /etc/dovecot/extra-passdb
driver = passwd-file
result_internalfail = return-fail
skip = unauthenticated
}
Timestamp must now+delay (max 5 minutes)
Ciao
Il 07/03/23 09:26, tomate aceite ha scritto:
Does anyone got any example about how to implement delay_until =
timestamp ?
I am not sure where i can setup it.
Thanks!