RE: [Exim] Permissions problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Hochstrasser Benedikt
Data:  
A: james.edward
CC: exim-users
Assumpte: RE: [Exim] Permissions problem
James Edward wrote:

> Hi all - i dont know if this is a exim4 issue or courier-imap-ssl

issue but it
> seems that the permissions are screwed for my e-mail - in order to

access the
> mail after its been delivered the the Maildir i have to chmod it to

'706' in
> order for any imap clients to be able to get the headers and or delete

the
> message


Add a "mode = 660" and set an appropriate group in the transport for the
local delivery:

Local_delivery:
driver = appendfile
directory = /var/spool/mail/${local_part}/
user = mail
group = users
maildir_format
mode = 660

--
Ben