View | Details | Raw Unified | Return to bug 49921
Collapse All | Expand All

(-)mail/univention-mail-dovecot/conffiles/etc/dovecot/conf.d/10-mail.conf (-1 / +3 lines)
 Lines 34-40    Link Here 
34
	index = ":INDEX=/var/lib/dovecot/index/%Ld/%Ln"
34
	index = ":INDEX=/var/lib/dovecot/index/%Ld/%Ln"
35
else:
35
else:
36
	index = ""
36
	index = ""
37
print "mail_location = maildir:/var/spool/dovecot/private/%%Ld/%%Ln/Maildir%s" % index
37
38
mail_format = configRegistry.get("mail/dovecot/location/mailbox_format", "Maildir")
39
print "mail_location = %s:/var/spool/dovecot/private/%%Ld/%%Ln/%s%s" % (mail_format.lower(), mail_format, index)
38
@!@
40
@!@
39
mail_home = /var/spool/dovecot/private/%Ld/%Ln
41
mail_home = /var/spool/dovecot/private/%Ld/%Ln
40
42
(-)mail/univention-mail-dovecot/debian/univention-mail-dovecot.univention-config-registry (+1 lines)
 Lines 55-60    Link Here 
55
Variables: mail/dovecot/internal/sharedfolders
55
Variables: mail/dovecot/internal/sharedfolders
56
Variables: mail/dovecot/mailbox/share_keywords
56
Variables: mail/dovecot/mailbox/share_keywords
57
Variables: mail/dovecot/location/separate_index
57
Variables: mail/dovecot/location/separate_index
58
Variables: mail/dovecot/location/mailbox_format
58
59
59
Type: file
60
Type: file
60
File: etc/dovecot/conf.d/10-master.conf
61
File: etc/dovecot/conf.d/10-master.conf
(-)mail/univention-mail-dovecot/debian/univention-mail-dovecot.univention-config-registry-variables (+6 lines)
 Lines 234-239    Link Here 
234
Type=bool
234
Type=bool
235
Categories=service-mail
235
Categories=service-mail
236
236
237
[mail/dovecote/location/mailbox_format]
238
Description[de]=Bestimmt das genutzte Mailbox Format. Bei "sdbox" oder "mdbox" wird Dovecot's eigenes performantes Format single-dbox oder multi-dbox verwendet. Standard ist "Maildir".
239
Description[en]=Defines the used mailbox format. With "sdbox" or "mdbox" Dovecot's  high-performance format single-dbox or multi-dbox will be used. Defaults to "Maildir".
240
Type=str
241
Categories=service-mail
242
237
[mail/dovecot/logging/ldap_debug_level]
243
[mail/dovecot/logging/ldap_debug_level]
238
Description[de]=Debug-Level der LDAP-Bibliotheksaufrufe. Standard ist 0.
244
Description[de]=Debug-Level der LDAP-Bibliotheksaufrufe. Standard ist 0.
239
Description[en]=LDAP library debug level. Defaults to 0.
245
Description[en]=LDAP library debug level. Defaults to 0.

Return to bug 49921