Michelle Konzack writes:

If I try to start MLM in the updatet Debian 7.11 system, I get following
error:

root@mail:/etc/init.d# ./courier-mlm restart
[ ok ] Stopping WebMLM daemon webmlmd.
[....] Starting WebMLM daemon webmlmdMy uid/gid does not match 's
 failed!

I searched the whole thing but found noting different.  The  permissions
do not differ in any kind from the old ones.

I can still run the old courier installation (recompiled for Debian 7.11
without problems.

So, -- which uid/gid do not match?

Can it be, that one of the files in "LISTS=" is  wrong?   This  list  is
endless long!

Yes, it's one of the directories in LISTS. The error message isn't formatted right. I'll fix that, in the meantime you'll have to do some sleuthing:

echo $LISTS | tr ':' '\012' | while read D
do
  ls -ald $D
done

This should produce a list of all directories. Look for one whose ownership and permissions are broken.

Attachment: pgpOcv1CZwVyN.pgp
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to