c2aa3fe9ae
- use STAGEDIR - preserve users and groups
89 lines
2.7 KiB
Text
89 lines
2.7 KiB
Text
@exec if ! pw groupshow meta1s 2>/dev/null; then pw groupadd meta1s -g 260; fi
|
|
@exec if ! pw groupshow meta1q 2>/dev/null; then pw groupadd meta1q -g 261; fi
|
|
@exec if ! pw groupshow meta1c 2>/dev/null; then pw groupadd meta1c -g 262; fi
|
|
@exec if ! pw groupshow meta1m 2>/dev/null; then pw groupadd meta1m -g 263; fi
|
|
@exec if ! pw groupshow meta1 2>/dev/null; then pw groupadd meta1 -g 264; fi
|
|
@exec if ! pw usershow meta1s 2>/dev/null; then pw useradd meta1s -g meta1s -u 260 -h - -d /nonexistent -s %%NOLOGIN%% -c "MeTA1 SMTPS"; fi
|
|
@exec if ! pw usershow meta1q 2>/dev/null; then pw useradd meta1q -g meta1q -u 261 -h - -d /nonexistent -s %%NOLOGIN%% -c "MeTA1 QMGR"; fi
|
|
@exec if ! pw usershow meta1c 2>/dev/null; then pw useradd meta1c -g meta1c -u 262 -h - -d /nonexistent -s %%NOLOGIN%% -c "MeTA1 SMTPC"; fi
|
|
@exec if ! pw usershow meta1m 2>/dev/null; then pw useradd meta1m -g meta1m -u 263 -h - -d /nonexistent -s %%NOLOGIN%% -c "MeTA1 misc"; fi
|
|
@exec if ! pw usershow meta1 2>/dev/null; then pw useradd meta1 -g meta1 -u 264 -h - -d /nonexistent -s %%NOLOGIN%% -c "MeTA1 other"; fi
|
|
@exec pw groupmod meta1c -m meta1s
|
|
@exec pw groupmod meta1m -m meta1s,meta1q
|
|
%%WITH_BDBINT%%bin/db_archive
|
|
%%WITH_BDBINT%%bin/db_checkpoint
|
|
%%WITH_BDBINT%%bin/db_deadlock
|
|
%%WITH_BDBINT%%bin/db_dump
|
|
%%WITH_BDBINT%%bin/db_load
|
|
%%WITH_BDBINT%%bin/db_printlog
|
|
%%WITH_BDBINT%%bin/db_recover
|
|
%%WITH_BDBINT%%bin/db_stat
|
|
%%WITH_BDBINT%%bin/db_upgrade
|
|
%%WITH_BDBINT%%bin/db_verify
|
|
%%WITH_BDBINT%%include/db.h
|
|
%%WITH_BDBINT%%lib/libdb-4.3.a
|
|
%%WITH_BDBINT%%lib/libdb.a
|
|
bin/createmap
|
|
bin/log2time
|
|
bin/mailq
|
|
bin/mailq.sh
|
|
bin/metaconf
|
|
bin/metaqueue
|
|
bin/qmgrctl
|
|
bin/qmgrctl.sh
|
|
bin/rcvrenvfromlog.sh
|
|
bin/runas
|
|
bin/smconf
|
|
include/sm/generic.h
|
|
include/sm/error.h
|
|
include/sm/hdrmoddef.h
|
|
include/sm/mfapi.h
|
|
include/sm/pmfapi.h
|
|
include/sm/pmfdef.h
|
|
include/sm/pmilter.h
|
|
include/sm/smreplycodes.h
|
|
include/sm/smmts.h
|
|
include/sm/ssmdef.h
|
|
lib/meta1/libcstrr.a
|
|
lib/meta1/libevthr.a
|
|
lib/meta1/libmtar.a
|
|
lib/meta1/libpmilter.a
|
|
lib/meta1/libpmutil.a
|
|
lib/meta1/librcbcommr.a
|
|
lib/meta1/librcbr.a
|
|
lib/meta1/libreplr.a
|
|
lib/meta1/librsctr.a
|
|
lib/meta1/libthr.a
|
|
libexec/qmgr
|
|
libexec/smar
|
|
libexec/smtpc
|
|
libexec/smtps
|
|
man/man5/meta1.conf.5.gz
|
|
man/man8/createmap.8.gz
|
|
man/man8/fsperf1.8.gz
|
|
man/man8/mailq.8.gz
|
|
man/man8/mcp.8.gz
|
|
man/man8/milter-spamd.8.gz
|
|
man/man8/milter-regex.8.gz
|
|
man/man8/qmgr.8.gz
|
|
man/man8/qmgrctl.8.gz
|
|
man/man8/runas.8.gz
|
|
man/man8/meta1.8.gz
|
|
%%MSP%%man/man8/sendmail.8.gz
|
|
man/man8/smar.8.gz
|
|
man/man8/smtpc.8.gz
|
|
man/man8/smtps.8.gz
|
|
sbin/greyprint
|
|
sbin/greyrm
|
|
sbin/mcp
|
|
sbin/noroot
|
|
%%MSP%%sbin/sendmail
|
|
sbin/sm.check.sh
|
|
sbin/sm.setup.sh
|
|
sbin/statit
|
|
sbin/t-hostname
|
|
sbin/t-getgroup
|
|
sbin/tree
|
|
@dirrm include/sm
|
|
@dirrm lib/meta1
|
|
@exec %D/sbin/sm.setup.sh
|