Le 21/05/2014 17:49, Daniel Parthey a écrit : > Hi Emmanuel > > Am 21.05.2014 16:04, schrieb FUSTE Emmanuel: >> Is there any way to limit the use of the "redirect" action (local user >> only or silent ignore) as provisioned by the RFC in the Pigeonhole >> implementation? >> The only way I found for the moment is to completely disable the >> fileinto extension which hardly beat the users experience. >> "redirect" is forbidden by my organization policy. > Dovecot injects redirected messages through sendmail or smtp (depending on > your config). > > You might change the dovecot option "sendmail_path" to something different > than sendmail: > > before: > sendmail_path = /usr/sbin/sendmail > > after: > sendmail_path = /usr/local/sbin/your-mail-handler > > If you are using SMTP, then have a look at dovecot option "submission_host". > > Kind regards > Daniel Thank you Daniel.
Looking at the code, it seems that it could be addressed with a config parametter: sieve_max_redirects = 0 And now looking at the config examples files, it is there ..... Regards, Emmanuel.
