Skip to content

Commit

Permalink
Fixed: tools/create_mail_user_OpenLDAP.*: missing required ldap attr/…
Browse files Browse the repository at this point in the history
…value pairs: `enabledService=managesievetls` and `enabledService=sievetls`.
  • Loading branch information
iredmail committed Oct 4, 2020
1 parent a6c48df commit 89d54ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Expand Up @@ -4,10 +4,12 @@ iRedMail-1.3.2:
+ [Roundcube] Enable plugin `zipdownload` by default. It adds an
option to download all attachments in a message to one zip file,
when the message has multiple attachments.
+ [Amavisd] Log matched virus database name.

* Fixed issues:
+ [Amavisd] Log matched virus database name.
- [Fail2ban] Not catch all Roundcube login failures.
- tools/create_mail_user_OpenLDAP.*: missing required ldap attr/value
paris: `enabledService=managesievetls` and `enabledService=sievetls`.

* Updated packages:
+ Roundcube webmail -> 1.4.9
Expand Down
5 changes: 3 additions & 2 deletions tools/create_mail_user_OpenLDAP.py
Expand Up @@ -270,9 +270,10 @@ def ldif_mailuser(domain, username, passwd, cn, quota, groups=''):
'smtp', 'smtpsecured', 'smtptls',
'pop3', 'pop3secured', 'pop3tls',
'imap', 'imapsecured', 'imaptls',
'managesieve', 'managesievesecured', 'managesievetls',
'sieve', 'sievesecured', 'sievetls',
'deliver', 'lda', 'forward', 'senderbcc', 'recipientbcc',
'managesieve', 'managesievesecured',
'sieve', 'sievesecured', 'lmtp', 'sogo',
'lmtp', 'sogo',
'shadowaddress',
'displayedInGlobalAddressBook'],
'memberOfGroup': groups,
Expand Down
2 changes: 2 additions & 0 deletions tools/create_mail_user_OpenLDAP.sh
Expand Up @@ -258,8 +258,10 @@ enabledService: smtpsecured
enabledService: smtptls
enabledService: managesieve
enabledService: managesievesecured
enabledService: managesievetls
enabledService: sieve
enabledService: sievesecured
enabledService: sievetls
enabledService: deliver
enabledService: lda
enabledService: lmtp
Expand Down

0 comments on commit 89d54ca

Please sign in to comment.