Changeset - 98d0bcf75e46
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-04-07 23:01:04
branko@majic.rs
MAR-4: Fixed configuration of separator for the inbox namespace in Dovecot.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/templates/99-local.conf.j2
Show inline comments
 
@@ -14,7 +14,10 @@ userdb {
 

	
 
# Mail storage configuration.
 
mail_location = maildir:/var/{{ mail_user.name}}/%d/%n/Maildir
 
separator = {{ imap_folder_separator }}
 
namespace inbox {
 
  inbox = yes
 
  separator = {{ imap_folder_separator }}
 
}
 

	
 
# Communication with other services.
 
service auth {
0 comments (0 inline, 0 general)