I have the apparently oft encountered error: -ERR [SYS/TEMP] Failed to create /var/spool/popper/tempdrop/j/a/.jason.pop with uid 1009, gid 102. Change permissions.
When using hash type 2 But everything is seemingly how it should be. I used --enable-temp-drop-dir=/var/spool/popper/tempdrop The mail spool perms are: [EMAIL PROTECTED]:mail# ls -ld /var/mail drwxrwxrwt 2 root mail 4096 Jun 21 17:58 /var/mail/ the tempdrop is: [EMAIL PROTECTED]:mail# ls -ld /var/spool/popper/tempdrop/ drwxrwxrwt 2 root mail 4096 Jun 20 22:39 /var/spool/popper/tempdrop/ [EMAIL PROTECTED]:mail# cat /etc/group | grep mail mail:x:102:jason,scott,flake The funny thing is when I attempt to grab mail via pop it looks like it's trying to create the temp drop dirs in /var/mail. [EMAIL PROTECTED]:mail# ls -ld /var/mail/j drwxrwxrwt 3 root mail 4096 Jun 21 18:16 /var/mail/j/ [EMAIL PROTECTED]:mail# ls -la /var/mail/j/a/ total 8 drwxrwxrwt 2 root mail 4096 Jun 21 18:16 ./ drwxrwxrwt 3 root mail 4096 Jun 21 18:16 ../ I used the exact commands as illustrated in the permissions section of the faq to set the permissions, but still have the problem. It must be simple, what am I overlooking? ~Jason --