[Dovecot] Sieve include
Hi, I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script writing I would use include in the ISPconfig template to use the roundcube script
To simplify this task I'm wondering if there is a way to have a "star include", like
include :personal "*.sieve";
Thank you
Andrea
On 8/16/2011 4:44 AM, Andrea Cappelli wrote:
Hi, I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script writing I would use include in the ISPconfig template to use the roundcube script
To simplify this task I'm wondering if there is a way to have a "star include", like
include :personal "*.sieve";
Eh, no.
BTW, the .sieve extension is implicit and should not be specified in the script at all (unless the script file is called script.sieve.sieve).
Regards,
Stephan.
Il 16/08/11 23:12, Stephan Bosch ha scritto:
On 8/16/2011 4:44 AM, Andrea Cappelli wrote:
Hi, I'm using dovecot 1.2.15 with ISPConfig and Roundcube with sieve plugin.
To avoid conflicts between ISPConfig and Roundcube during script writing I would use include in the ISPconfig template to use the roundcube script
To simplify this task I'm wondering if there is a way to have a
"star include", likeinclude :personal "*.sieve";
Eh, no.
Thank you for your quick and precise reply
BTW, the .sieve extension is implicit and should not be specified in the script at all (unless the script file is called script.sieve.sieve).
Ah, ok, I'll change my script
Andrea
participants (2)
-
Andrea Cappelli
-
Stephan Bosch