[Dovecot] Sieve fileinto extension and redirect action
Hello,
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.
Regards, Emmanuel.
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
Dipl.-Inf. Daniel Parthey System Engineer Metaways Infosystems GmbH Pickhuben 2, D-20457 Hamburg
E-Mail: d.parthey@metaways.de Web: http://www.metaways.de
Metaways Infosystems GmbH - Sitz: D-22967 Tremsbüttel Handelsregister: Amtsgericht Lübeck HRB 4508 AH Geschäftsführung: Hermann Thaele, Lüder-H.Thaele
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.
Am 21.05.2014 16:04, schrieb FUSTE Emmanuel:
"redirect" is forbidden by my organization policy.
if your users do edit sieve via webmail plugin only ,like in horde , squirrelmail , roundcube etc you may modify their setup or code to make it impossible to create redirect with/in sieve
Best Regards MfG Robert Schetterer
-- [*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
participants (3)
-
Daniel Parthey
-
FUSTE Emmanuel
-
Robert Schetterer