I have this transport set:

virtual_user_maildir:
  debug_print = "T: virtual_user_maildir for [EMAIL PROTECTED]"
  driver = appendfile
  directory = /home/vmail/$domain/$local_part/INBOX
  create_directory
  delivery_date_add
  envelope_to_add
  return_path_add
  maildir_format
  directory_mode = 0750
  mode = 0640
  mode_fail_narrower = false
  user = vmail
  group = mail
# Store quota information
  maildir_use_size_file = true
  maildir_quota_directory_regex = ^(?:cur|new|\.(?!Trash|Spam).*)$
# Store message sizes in filename
  maildir_tag = ,S=$message_size
  quota_size_regex = ,S=(\d+)
# Use maildirfolder files
  maildirfolder_create_regex = /\.[^/]+/?$

The messages and folders are correctly created with the specified modes,
but the maildirsize file is created with mode 600 (user and group are
OK, though). I'd like it to have group read permission to ease backups,
but exim does not seem to be creating the file with the requested mode.
Exim version is 4.68. Any suggestions?

-- 
Extreme fear can neither fight nor fly.
                -- William Shakespeare, "The Rape of Lucrece"

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb



-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to