Re: [exim] Exim umask/permissions?

Pàgina inicial
Delete this message
Reply to this message
Autor: Michael Jeung
Data:  
A: Michael Jeung
CC: exim-users
Assumpte: Re: [exim] Exim umask/permissions?
Nevermind, I'm an idiot =)

directory_mode (appendfile)

Type: octal integer
Default: 0700

If appendfile creates any directories as a result of the
create_directory option, their mode is specified by this option.



Regards,

Michael Jeung


On Apr 10, 2006, at 4:22 PM, Michael Jeung wrote:

> Hey Folks,
>
> I hoping this is a pretty simple question:
>
> I'm running Exim+Courier-IMAP. Whenever Exim delivers a mail to a
> domain that it hasn't seen before, it creates the appropriate maildir.
> (ie, domain/user.) However, the permissions on the maildir that
> it's creating are too restrictive:
>
> mailserv# pwd
> /home/maildir/mjeungtestdomain.com
>
> mailserv# ls -alht
> total 288
> drwx------     5 mailnull  mail      1K Apr 10 16:26 mjeung         
> <--------------  700
> drwx------     3 mailnull  mail     80B Apr 10 16:26 .                 
> <--------------  700
> drwxr-xr-x  4586 mailnull  mail    266K Apr 10 16:26 ..

>
> I want to create the directory and all files below it so they are
> group-readable...
>
> My delivery router looks like this:
>
> cis_local_delivery:
> driver = appendfile
> maildir_format=true
> maildir_tag= :S=$message_size
> quota_size_regex=S=(\d+)$
> directory = /home/maildir/$domain/$local_part/
> delivery_date_add
> envelope_to_add
> return_path_add
> group = mail
> mode = 0660
>
> However, it doesn't seem to be respecting the mode=0660 directive.
> The folder is being created with permissions of 700, which is too
> restrictive.
> How do I make exim create directories with 755 permission?
>
> Thanks!
> Michael Jeung
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-
> users## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/