PDA

View Full Version : SA throwing permission problems with .INBOX.spam


sullise
03-12-2007, 05:08 PM
2007-03-12 18:37:32 1HQt8x-0006as-RF == /home/user00/imap/domain.com/userid/Maildir/.INBOX.spam/new/ <userid@domain.com> R=domain_filter T=address_file defer (13): Permission denied: while creating file /home/user00/imap/domain.com/userid/Maildir/.INBOX.spam/new//temp.25358.www.server.com

(note that I changed user info to protect privacy...)

Not sure why this ONE client on ONE server would be getting these. All his mailboxes are getting same error. I've checked the permissions on all folders from /home/user00/imap down to the /new and they look correct. (Chmod 760).

Anyone have any thoughts? Guy has a lot of mailboxes..don't want to have to tell him to recreate them all. :(

ShadowM
03-20-2008, 03:43 PM
2007-03-12 18:37:32 1HQt8x-0006as-RF == /home/user00/imap/domain.com/userid/Maildir/.INBOX.spam/new/ <userid@domain.com> R=domain_filter T=address_file defer (13): Permission denied: while creating file /home/user00/imap/domain.com/userid/Maildir/.INBOX.spam/new//temp.25358.www.server.com

(note that I changed user info to protect privacy...)

Not sure why this ONE client on ONE server would be getting these. All his mailboxes are getting same error. I've checked the permissions on all folders from /home/user00/imap down to the /new and they look correct. (Chmod 760).

Anyone have any thoughts? Guy has a lot of mailboxes..don't want to have to tell him to recreate them all. :(

having the same problem after restoring users on a new server ....
and not only 1 user, but more ?

any solutions .. as this is an old post, with no solution ....

SajtXL
06-18-2008, 04:27 PM
I have the same problem on my server now...after restore of an account?

any help ??:confused:

DirectAdmin Support
06-22-2008, 12:54 AM
Hello,

760? Do you mean 770 or 750?
760 isn't a valid directory permission. The 6 isn't executeable so it would fail.

Also, what is the state of the backup and the restore system?
Eg: is the backup from an mbox/vm-pop3d server.. and the restore onto a Maildir/dovecot setup?
or is the backup and restore box both dovecot?

What is the output of your ls -la command on the "new" directory.. I want to know what the ownership, and permissions of the folder are.

Note to reset any permissions, type:cd /usr/local/directadmin/scripts
./set_permissions.sh emailwhich will reset any wrong permissions, but it's best to let me know what the problem is so that we can fix any issues so we don't have to run the script.

John