Re: [exim] Specific mode for maildirsize

Pàgina inicial
Delete this message
Reply to this message
Autor: W B Hacker
Data:  
A: Maykel Moya, exim users
Assumpte: Re: [exim] Specific mode for maildirsize
Maykel Moya wrote:
> appendfile transport with maildir_use_size_file creates maildirsize file
> with mode 0600, I need it to be 0640, it that possible?
>
> Regards,
> maykel
>
> PD: Please Cc me, I'm not suscribed to the list
>
>


Sure.

You need some, all, or something 'similar to' these, specifically the
'mode' and 'directory_mode' ones:

driver = appendfile
maildir_format = true
mode = 0640
directory = <whatever - can be hard-coded, lookup, combination>
create_directory = true
directory_mode = 0640
no_mode_fail_narrower

Check the docs to see if they fit your needs, expecially the last one.

Not to mention possible others...:


user = exim

group = mail

delivery_date_add

envelope_to_add

return_path_add

Bill