This is a discussion on Re: create file maildrop/... Permission denied within the mailing.postfix.users forums, part of the Mail Servers and Related category; Lewis Shobbrook: > > > postfix/postdrop[11588]: warning: mail_queue_enter: create file > > > maildrop/271094.11588: Permission denied &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Lewis Shobbrook:
> > > postfix/postdrop[11588]: warning: mail_queue_enter: create file > > > maildrop/271094.11588: Permission denied > > > > > > The permissions on the directory is identical to the > > original ... ls > > > -l > > > drwx-wx--T 2 postfix postdrop 4096 Sep 23 15:17 maildrop Note: these are not what the permissions should be with Postfix version 2. > Tried the postfix set-permissions. I know it ran sucecsfully, as it > only complained about... > chown: cannot access `/usr/lib/postfix/dict_ldap.so': No such file or > directory > > Alas no joy, still getting the errors??? > > It's Debian sid What is the output of: ls -l `postconf -h queue_directory` It should be: drwx-wx--- 2 postfix postdrop ... /some/where/postfix What is the output of: ls -l `postconf -h command_directory`/postdrop It should be: -rwxr-sr-x 1 root postdrop ... /some/where/postdrop These permissions are set with "postfix set-permissions", which uses the permission/ownership from $config_directory/postfix-files. Wietse |