Hi,
I used delay_until in some migrations procedure, here a snippet
from my config:
# cat /etc/dovecot/extra-passdb
alessio1@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
Does anyone got any example about how to implement delay_until = timestamp ?
I am not sure where i can setup it.
Thanks!