summaryrefslogtreecommitdiff
path: root/mail/majordomo/MESSAGE
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:57:41 +0000
committerzuntum <zuntum>2001-11-01 00:57:41 +0000
commit1a7910c33465b476d3c41c913d1231e547163689 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /mail/majordomo/MESSAGE
parent42b19e6a953914d5b4d08aa3bd1ba4ccb0c2f71e (diff)
downloadpkgsrc-1a7910c33465b476d3c41c913d1231e547163689.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'mail/majordomo/MESSAGE')
-rw-r--r--mail/majordomo/MESSAGE58
1 files changed, 58 insertions, 0 deletions
diff --git a/mail/majordomo/MESSAGE b/mail/majordomo/MESSAGE
new file mode 100644
index 00000000000..0f3727d66ea
--- /dev/null
+++ b/mail/majordomo/MESSAGE
@@ -0,0 +1,58 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 01:00:27 zuntum Exp $
+
+Post-Install Notes for Majordomo
+================================
+
+Before you can use Majordomo, you will need to complete a few steps
+manually:
+
+ - install majordomo.cf in ${HOME}/${MAJORDOMO_USER}.
+ Look in ${PREFIX}/share/examples/majordomo for an example and
+ be sure to change instances of ${HOSTNAME} as appropriate.
+
+ - create lists in ${HOME}/${MAJORDOMO_USER}.
+ Look in ${PREFIX}/share/doc/majordomo for information and see
+ the files and directories for an example list (example-l) in
+ ${PREFIX}/share/examples/majordomo. Pay attention to the
+ permissions on the files and directories.
+
+ - add a .forward file in ${HOME}/${MAJORDOMO_USER} (or an
+ appropriate alias) so administrative mail to
+ ${MAJORDOMO_USER} gets redirected properly.
+
+ - install majordomo aliases for sendmail.
+ For example, create /etc/aliases.majordomo following the
+ example in ${PREFIX}/share/examples/majordomo and add it to
+ your sendmail configuration. This can be done by adding a
+ line similar to the following to /etc/sendmail.cf :
+
+ OA/etc/aliases.majordomo (for 8.6.x Sendmail),
+
+ O AliasFile=/etc/aliases,/etc/aliases.majordomo (for 8.7.x and up),
+
+ or a line similar to the following to your m4 macros file:
+
+ define(`ALIAS_FILE',/etc/aliases,/etc/aliases.majordomo')
+
+ - if the group for ${MAJORDOMO_USER} (${MAJORDOMO_GROUP}) is not
+ daemon, add ${MAJORDOMO_USER} as a trusted user for sendmail.
+ This can be done by adding a line similar to the following
+ in /etc/sendmail.cf:
+
+ T${MAJORDOMO_USER}
+
+ or a line similar to the following to your m4 macros file:
+
+ define(`confTRUSTED_USERS', ${MAJORDOMO_USER})dnl
+
+ - be sure to run `newaliases' to create the sendmail database,
+ and be sure that sendmail knows about any changes to
+ /etc/sendmail.cf (e.g., reboot or restart sendmail)
+
+ - add entries in /etc/newsyslog.conf to rotate the log in
+ ${HOME}/${MAJORDOMO_USER}/Log if necessary.
+
+Enjoy Majordomo!
+
+===========================================================================