----- Original Message -----
From: "Przemyslaw Kowalczyk" <przem@???>
To: "Exim users list" <exim-users@???>
Sent: Thursday, September 20, 2001 10:25 AM
Subject: [Exim] Virtual users and forward file
> Hi.
>
> I run a web-based mail system. I want my users to be able to create theirs
> own forwardfiles. Because the file is generated by webserver it gets
rigths
> as follow:
>
> -rw-rw-r-- 1 nobody nogroup 77 Sep 20 09:55 forward
>
> When exim tries to read the file I get:
>
> 2001-09-20 10:08:34 15jyqq-0000ED-00 == przem@??? D=userforward
> defer (-11): bad mode (0100664) for
> /var/spool/mail/forwards/engine.com.pl/przem/forward: 020 bit(s)
unexpected
>
>
> What am I doing wrong and how can I correct it? I can't change owner of
that
> file, because there is no such real user in system files, accounts and
> passwords are checked against posgresql table.
A few pieces of information more.
I've tried change modemask, but with no success. Now my director looks as
follow:
userforward:
driver = forwardfile
file = /var/spool/mail/forwards/${domain}/${local_part}/forward
no_verify
no_expn
check_ancestor
ignore_eacces
modemask = 0100664
filter
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
exim 3.33
linux 2.4.9
przem