[exim] user= in routers

Top Page
Delete this message
Reply to this message
Author: dawnshade
Date:  
To: exim-users
Subject: [exim] user= in routers

Hi.

does option 'user = someusername' not worked into routers?
spec.txt said:

+--------------------------------------------------+
|user|Use: routers|Type: string*|Default: see below|
+--------------------------------------------------+

When a router queues an address for a transport, and the transport does not
specify a user, the user given here is used when running the delivery process.
The user may be specified numerically or by name. If expansion fails, the
error
is logged and delivery is deferred. This user is also used by the redirect
router when running a filter file. The default is unset, except when
check_local_user is set. In this case, the default is taken from the password
information. If the user is specified as a name, and group is not set, the
group associated with the user is used. See also initgroups and group and the
discussion in chapter 23.

i configured

virtual_domains_check_quota:
        driver = redirect
        domains = proc.ru
        user = vpopmail
    condition = ...
.......skipped......


but in log files see that exim still use default UID/GID:
for virtual_domains_check_quota router: failed to
open /usr/......./Maildir/maildirsize: Permission denied (euid=26 egid=6)

26 and 6 defauld uid/gid

FreeBSD 6.2+exim 4.66