Jerome Alet wrote:

but only the primary group for this user is initialized, not the
additionnal groups this user is a member of.



This is designed behaviour. The documentation for the user option says:

If this option is set, it specifies the user under whose uid the
delivery process is to be run. If it is not set, a value must have been
associated with the address by the director that handled it. If the
string contains no $ characters, it is resolved when Exim starts up.
Otherwise, the string is expanded at the time the transport is run, and
must yield either a digit string or a name which can be looked up using
"getpwnam()". When "getpwnam()" is used, either at start-up time or
later, the group id value associated with the user is taken as the
value to be used if the "group" option is not set.

so it's only supposed to get the group ID from the password file, and it only uses that if you haven't specified a group using the "group" option; generally it is a good idea to use the group option.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to