Ich habe bisher nur Confixx 1.x benutzt. Auf meinem neuen Root habe ich allerdings Confixx 3 installiert. Da es dort die Möglichkeit gibt Maillinglisten zu verwalten, möchte ich diese auch nutzen.
Allerdings habe ich ein Problem Majordom zu installieren.
Ich habe mir das tar.gz File der Version 1.94.5 gesaugt.
In der MAKEFILE müssen ja UserID und GroupID angegeben werden.
Ich habe bei mir dann mit
Code: Select all
cat /etc/passwd | grep majordomoErgebniss war:
Code: Select all
mdom:x:28:28:Mailing list agent:/usr/lib/majordomo:/bin/bash
majordomo:x:690:1000::/home/majordomo:/bin/bashCode: Select all
./wrapper config-testCode: Select all
------------------------------------------------------------
---------------- Config-test for Majordomo ----------------
------------------------------------------------------------
--------------------- Obvious things: ---------------------
------------------ environment variables ------------------
HOME=/usr/local/majordomo
LOGNAME=root
MAJORDOMO_CF=/usr/local/majordomo/majordomo.cf
PATH=/bin:/usr/bin:/usr/ucb
SHELL=/bin/sh
USER=root
--------------------- euid/egid checks ---------------------
effective user = root (uid 0)
effective group = root (gid 45 0 )
---------------------- uid/gid checks ----------------------
real user = (uid 123)
real group = root (gid 45 0 )
I think it's highly unlikely that you're using the default
user id of 123 for majordomo. Lemme check...
Hah! I thought so! You've forgotten to use the right user id
in the Makefile. Make sure that W_USER and W_GROUP are set to
the correct values in the Makefile, and run
make install-wrapper
again.Gruß