Quote:
Originally Posted by Paul M
On a seperate note - I'm going to see if I can figure out why the forum cannot see the mail box - since my vB can see my attachments folder, which is at the same level as the mail folder - it maybe nothing more than permissions.
|
Well after further testing - it is a permission problem.
In your cpanel account, for address
rejects@domain.com
The path needs to be " /home/<cpaccount>/mail/domain.com/rejects/inbox "
The mail, domain.com & rejects folders all need chmod'ing to 755.
The mailbox file can then be set to 666, and it will work -
except - that as soon as another mail is received, exim chmod's the inbox file back to 660, cutting off php's read/write access. I now need to see if I can stop exim doing this.