Zhang Huangbin
2009-Dec-12 01:26 UTC
[Dovecot] Is it possible to change service name of managesieve service?
Hi, list. In dovecot-1.2, managesieve is identified as 'sieve' service while use '%s'[1] in dovecot. Is it possible to change it? Because we store it in SQL/LDAP as 'managesieve' service name, we don't want to change this. Thanks [1] http://wiki.dovecot.org/Variables -- Best Regards. Zhang Huangbin - Open Source Mail Server Solution for Red Hat(R) Enterprise Linux, CentOS, Debian, Ubuntu: http://www.iredmail.org/
Timo Sirainen
2009-Dec-12 01:57 UTC
[Dovecot] Is it possible to change service name of managesieve service?
On Dec 11, 2009, at 8:26 PM, Zhang Huangbin wrote:> In dovecot-1.2, managesieve is identified as 'sieve' service while use '%s'[1] in dovecot. Is it possible to change it? Because we store it in SQL/LDAP as 'managesieve' service name, we don't want to change this.No. Also "sieve" is the official name for it, so it's not going to be changed. http://www.iana.org/assignments/gssapi-service-names With SQL you could of course use some replace function in the SQL query. With LDAP .. is it possible to do "*%s"?