Exim(13) Permission Denied Error

ssgill

Verified User
Joined
May 9, 2012
Messages
173
Hello, email is not being processed on my server and started getting this error

2012-06-26 10:11:49 email.server.com <[email protected]> R=virtual_user T=virtual_localdelivery defer (13): Permission denied: failed to open tmp/1340727109.H44617P1194.server.server.com (10 tries)

Any help would be appreciated. Thanks
 
Thanks for the reply, but mail was working before and i didn't changed any permissions on the temp. By the way permissions on tmp are as follow
drwxrwxrwt. 5 root root 4096 Jun 26 10:05 tmp
 
Space is not an issue.

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_matrix2-lv_root 50G 672M 47G 2% /
tmpfs 7.8G 0 7.8G 0% /dev/shm
/dev/sda1 485M 51M 409M 12% /boot
/dev/mapper/vg_matrix2-LogVol05 994G 1.7G 941G 1% /home
/dev/mapper/vg_matrix2-LogVol02 3.0G 86M 2.8G 3% /tmp
/dev/mapper/vg_matrix2-LogVol04 20G 2.0G 17G 11% /usr
/dev/mapper/vg_matrix2-LogVol03 16G 1.8G 14G 12% /var
 
I was asking for /tmp as there is no slash

tmp/1340727109.H44617P1194.server.server.com
in your post.

OK, let's see how it's mounted then:

Code:
cat /proc/mounts

and

Code:
mount
 
Hello Alex, just received all the blocked mail. Only thing that i changed was deleted one reseller account that i had created to test moving mail from another server. My old mail server is running Courier and i had used the script found at Dovecot site. I guess it didn't liked what i had done. But that shouldn't effect system wide mail, that's what i need to investigate.
Thanks
 
Back
Top