From owner-freebsd-questions Mon May 1 14:14:31 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06290 for questions-outgoing; Mon, 1 May 1995 14:14:31 -0700 Received: from copper.cmp.com (copper.cmp.com [198.80.26.247]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA06277 for ; Mon, 1 May 1995 14:14:17 -0700 Received: from mailgate.cmp.com ([198.80.26.5]) by copper.cmp.com with SMTP (1.37.109.14/16.2) id AA280542712; Mon, 1 May 1995 17:11:52 -0400 Received: by mailgate.cmp.com with Microsoft Mail id <2FA578FE@mailgate.cmp.com>; Mon, 01 May 95 17:12:46 PDT From: Plyaskin Sergey To: "'.freebsd-questions@freebsd.org'" Cc: "'.majordomo-users@greatcircle.com'" Subject: majordomo-1.93 on FreeBSD 2.0 Date: Mon, 01 May 95 17:12:00 PDT Message-Id: <2FA578FE@mailgate.cmp.com> Encoding: 35 TEXT X-Mailer: Microsoft Mail V3.0 Sender: questions-owner@FreeBSD.org Precedence: bulk Hi, I'm trying to set up Majordomo-1.93 on the system running FreeBSD 950412 SNAP. The problem is, as usualy, permissions. If I use BSD settings shown below, I get "error: recompile with POSIX flags" W_USER=daemon W_GROUP=majordom W_CHOWN=${W_USER}.${W_GROUP} W_CHMOD=6755 WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \ -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \ -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\" If I use POSIX settings, I get the "unknown mailer error 5" message. The settings are as following: W_UID = 199 W_GID = 27 W_CHOWN=root W_CHMOD=4755 WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \ -DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \ -DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\" \ -DPOSIX_UID=${W_UID} -DPOSIX_GID=${W_GID} -DSETGROUP 199 is majordom uid, 27 is majordom gid. In both cases, all files and directories under W_BIN are owned by majordom:majordom. I know there many people using Majordomo on FreeBSD systems. Could you please give me a hint. Please reply to splyaski@cmp.com. Thanks. -Serge splyaski@cmp.com