Re: [Exim] Problem with userforward router

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Jochen Knuth
CC: exim-users
Sujet: Re: [Exim] Problem with userforward router
Jochen Knuth wrote:
> Hi,
>
> (config: Exim 4.1 from FreeBSD (4.6-stable) ports, with exiscan)
>
> i have a problem with a userforward router. On one user, who has a .forward
> with an Exim filter, it doesn't work.
>
> I get the following error:
>
> unable to set gid=1002 or uid=1003 (euid=26): userforward router (recipient
> is user@???)
> internal problem in userforward router (recipient is user@???):
> failure to transfer data from subprocess


This indicates that one of your routers before set a new uid(26), and
the exim process is unable to set the uid tp 1003 because of this

ciao