On Wed, 20 Jan 1999 22:34:16 +0200, Graham Leggett wrote:
> I have defined the user and group as below, however the program still
> runs as nobody regardless - am I doing something wrong?
Yes, you're only reading fragments of the documentation. :)
| command_user (queryprogram) *option*
| ------------------------------------
|
| Option: command_user
| Type: string
| Default: unset
|
| This option specifies the uid which is set when running the command.
| If it begins with a digit it is interpreted as the numerical value of
| the uid. Otherwise, it is looked up using `getpwnam()' to obtain a
| value for the uid and, if `command_group' is not set, a value for the
| gid also.
>From my own experience with Exim, I can heartily recommend that you read
the documentation in sections, rather than paragraphs.
Good luck,
Sheldon.
--
*** Exim information can be found at
http://www.exim.org/ ***