[Exim] Delivery Issues

Top Page
Delete this message
Reply to this message
Author: Tom Ray [Lists]
Date:  
To: exim-users
Subject: [Exim] Delivery Issues
I just install Exim 4.34 using virtual domains, however when I try to
make local deliveries I get this error:

== tom@??? R=exim_localuser T=local_delivery defer (13):
Permission denied: failed to create directories for
/webs/testmail.com/mail/tom: Permission denied

I've played with the permission on /webs/testmail.com/mail, and down.
I've got /var/spool/exim set to exim:exim I'm guessing there's a
permission I'm not setting.

Just in case here's my local delivery commands from my exim.conf file

exim_localuser:
driver = accept
condition = ${if eq
{}{${lookup{$local_part}lsearch{/webs/${domain}/etc/passwd}}}{no}{yes}}
domains = lsearch;/etc/exim/domains
retry_use_local_part
transport = local_delivery


local_delivery:
driver = appendfile
delivery_date_add
envelope_to_add
file = /webs/${domain}/mail/${local_part}/inbox
group = mail
mode = 0600
user = exim