On Thu, 28 Mar 2002, Eric Sisler wrote:
> Does anyone have mailman running with postfix using the RedHat supplied > RPM's? I have postfix-1.1.5-2 & mailman-2.0.8-1 and I'm nearly there, but > I'm running into the dreaded "wanted GID X, got GID Y error". This should be an faq at this point. See this thread for the details, but basically you just have to put the mailman aliases in a seperate map file and set the gid of the generated .db file to 'mail'. http://www.prairienet.org/library/redhat/redhat-list/2002/03/msg01016.php In case that isn't clear enough (I had to send a followup offline to Daryl), here is my workign config: [root@rabbit /root]# postconf | egrep "default_privs|mailman" alias_database = hash:/etc/postfix/aliases, hash:/etc/postfix/listar.aliases, hash:/etc/postfix/mailman.aliases alias_maps = hash:/etc/postfix/aliases, hash:/etc/postfix/listar.aliases, hash:/etc/postfix/mailman.aliases default_privs = nobody [cgalpin@rabbit cgalpin]$ ls -l /etc/postfix/mailman.aliases* -rw-r--r-- 1 mailman mailman 594 Feb 22 20:01 /etc/postfix/mailman.aliases -rw-r--r-- 1 mail mail 12288 Mar 3 10:52 /etc/postfix/mailman.aliases.db The error says it expects gid=12. Give it to em! (on the .db file) hth charles _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list