Markus Meyer <[EMAIL PROTECTED]> writes:
> Markus Meyer wrote:
>
>> Hi Leute,
>>
>> Zeile 266 sagt einfach nur group = mail
>
> Nachdem ich in /etc/exim4/exim4.conf.template 'group = mail' gegen 'group =
> 8', sprich di numerische ID ausgetauscht habe, laeuft alles wieder.
Hast du eventuell irgendetwas an /etc/nsswitch.conf gedreht, so da�
bei "gent group mail" nicht folgendes geliefert wird?
$ getent group mail
mail:x:8:
Was steht in /etc/nsswitch.conf drin?
$ grep ^group: /etc/nsswitch.conf
group: compat
files anstelle von compat ist auch ok.
Torsten