1

Topic: sievesecured and dovecot 1.2

Hi, (sorry for my weak English )
my configuration:
redhat 5.5 x86_64
iredadmin-pro 1.3.0
dovecot 1.2
ldap

I do not know where the problem lies - after editing a user in the panel and save your changes disappear sievesecured attributes and sieve

after saving changes -  Roundcube can not, unfortunately, manage filters
logs from dovecot.log
Dec 18 17:03:13 auth(default): Info: ldap(junior@cskmswia.pl,127.0.0.1): bind search: base=o=domains,dc=cskmswia,dc=pl filter=(&(objectClass=mailUser)(accountStatus=active)(enabledService=mail)(enabledService=sievesecured)(|(mail=junior@cskmswia.pl)(&(enabledService=shadowaddress)(shadowAddress=junior@cskmswia.pl))))
Dec 18 17:03:13 auth(default): Info: ldap(junior@cskmswia.pl,127.0.0.1): unknown user
Dec 18 17:03:14 auth(default): Info: new auth connection: pid=7529
Dec 18 17:03:14 auth(default): Info: new auth connection: pid=7530
Dec 18 17:03:15 auth(default): Info: client out: FAIL   1       user=junior@cskmswia.pl

iredldif.py file found it:
# ManageService name In dovecot-1.2.
'sieve', 'sievesecured',

and that is why I added the checkbox to macros.html as additional options

   
 {% elif accountType == 'user' %}
        {% set available_services = [
                ('checkbox', 'sieve', _('REQUIRED dovecot 1.2!! - Customize mail filter rule .')),
                ('checkbox', 'sievesecured', _('REQUIRED dovecot 1.2 !! - Customize mail filter rule over TLS/SSL.')),
                ('checkbox', 'managesieve', _('Customize mail filter rule.')),
                ('checkbox', 'managesievesecured', _('Customize mail filter rule over TLS/SSL.')),
 

I know it looks ugly:) -

I question whether even Managesieve and managesievesecured is required?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: sievesecured and dovecot 1.2

It's a bug of iRedAdmin-Pro.
Thanks very much for your feedback, i will release a hotfix patch to fix it soon.

3

Re: sievesecured and dovecot 1.2

moleksinski wrote:

I question whether even Managesieve and managesievesecured is required?

If you use dovecot-1.2.x, you don't need managesieve and managesievesecured anymore.

4

Re: sievesecured and dovecot 1.2

thanks

5

Re: sievesecured and dovecot 1.2

Hi, @moleksinski.

Here's patch to fix this issue, you can apply it now:
http://www.iredmail.org/forum/topic1470 … vices.html

Note: please reverse your changes in HTML template files, it's not necessary after applying this patch.

6

Re: sievesecured and dovecot 1.2

ok thanks
works fine