Re: [Dovecot] Error - Dovecot Permission denied
kbajwa kbajwa@tibonline.net wrote:
I have posted the permissions on another post. However, when I look at "properties" & then "permissions" for 'dovecot.conf' file, following are the 'permissions' listed:
Owner: dovecot Access: Read & Write
Group: Mail Access: Read-Only
Others Access: none
This is the problem. The mailbox_command runs neither as the dovecot user nor with the mail GID. You need to give others access to read the file. # chmod o+r /etc/dovecot.conf
Execute: [] Allow executing file as program SELinux Context: file_t
I hope it makes sense to you, it does not to me.
Let me know if the above need some change.
[...]
-- Sahil Tandon sahil@tandon.net
Big thanks. It worked.
Kirti
-----Original Message----- From: dovecot-bounces+kbajwa=tibonline.net@dovecot.org [mailto:dovecot-bounces+kbajwa=tibonline.net@dovecot.org] On Behalf Of Sahil Tandon Sent: Sunday, July 27, 2008 1:53 PM To: kbajwa Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Error - Dovecot Permission denied
kbajwa kbajwa@tibonline.net wrote:
I have posted the permissions on another post. However, when I look at "properties" & then "permissions" for 'dovecot.conf' file, following are the 'permissions' listed:
Owner: dovecot Access: Read & Write
Group: Mail Access: Read-Only
Others Access: none
This is the problem. The mailbox_command runs neither as the dovecot user nor with the mail GID. You need to give others access to read the file. # chmod o+r /etc/dovecot.conf
Execute: [] Allow executing file as program SELinux Context: file_t
I hope it makes sense to you, it does not to me.
Let me know if the above need some change.
[...]
-- Sahil Tandon sahil@tandon.net
participants (2)
-
kbajwa
-
Sahil Tandon