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"?