Re: OT: Central sieve management

2015-05-29 Thread Pascal Volk
On 05/28/2015 08:24 PM, l...@airstreamcomm.net wrote:
> A bit off topic, but I was wondering if anyone here has a solution for 
> centrally managing sieve for multiple users from a custom web application?  
> We would like to implement pigeonhole sieve on our dovecot cluster, however 
> we need to be able to access user’s sieve configurations from a central 
> location for troubleshooting and support purposes.  
> 

You may store the scripts on a LDAP server or in a sql database using
dict. See
http://hg.rename-it.nl/dovecot-2.2-pigeonhole/file/0.4.8/doc/locations


Regards,
Pascal
-- 
The trapper recommends today: c01dcafe.1514...@localdomain.org


Re: OT: Central sieve management

2015-05-29 Thread list

> On May 29, 2015, at 7:46 AM, Robert Blayzor  wrote:
> 
> On May 28, 2015, at 4:24 PM, l...@airstreamcomm.net wrote:
>> 
>> A bit off topic, but I was wondering if anyone here has a solution for 
>> centrally managing sieve for multiple users from a custom web application?  
>> We would like to implement pigeonhole sieve on our dovecot cluster, however 
>> we need to be able to access user’s sieve configurations from a central 
>> location for troubleshooting and support purposes.  
> 
> 
> Couldn’t this be done with ManageSieve and a master login?
> 
> --
> Robert
> inoc.net!rblayzor
> Jabber: rblayzor.AT.inoc.net
> PGP Key: 78BEDCE1 @ pgp.mit.edu
> 


Correct me if I am wrong, isn’t ManageSieve just a protocol?  We were looking 
for a library or prebuilt tool that would talk to ManageSieve and could then 
hack into our in-house management application.

Re: OT: Central sieve management

2015-05-29 Thread Robert Blayzor
On May 28, 2015, at 4:24 PM, l...@airstreamcomm.net wrote:
> 
> A bit off topic, but I was wondering if anyone here has a solution for 
> centrally managing sieve for multiple users from a custom web application?  
> We would like to implement pigeonhole sieve on our dovecot cluster, however 
> we need to be able to access user’s sieve configurations from a central 
> location for troubleshooting and support purposes.  


Couldn’t this be done with ManageSieve and a master login?

--
Robert
inoc.net!rblayzor
Jabber: rblayzor.AT.inoc.net
PGP Key: 78BEDCE1 @ pgp.mit.edu


OT: Central sieve management

2015-05-28 Thread list
A bit off topic, but I was wondering if anyone here has a solution for 
centrally managing sieve for multiple users from a custom web application?  We 
would like to implement pigeonhole sieve on our dovecot cluster, however we 
need to be able to access user’s sieve configurations from a central location 
for troubleshooting and support purposes.