Re: Incremental purge?

2020-08-24 Thread Fabien KOCIK
Hi, I think you can achieve file range approach using a small piece of shell script. First, extract user list using doveadm users '*'. Then process this list to fit your needs (seven parts for a week and a part processed by week day for example). Finally, use -u option of doveadm purge into

Re: Dovecot docker auto-responder - delegate to external SMTP

2020-10-19 Thread Fabien KOCIK
Hi Thomas, Did you try to use submission_host configuration parameter in your Dovecot container ? Source : https://doc.dovecot.org/configuration_manual/sieve/sieve_and_smtp_submission/ Regards. Fabien Le 19/10/2020 à 12:28, Thomas Pronold a écrit : Hi all, I have dockerized my dovecot s