1997-09-10 09:11:01 +00:00
|
|
|
Post-Install Notes for Majordomo
|
|
|
|
================================
|
1996-07-20 01:39:22 +00:00
|
|
|
|
|
|
|
Before you can use Majordomo, you will need to complete a few steps
|
|
|
|
manually:
|
|
|
|
|
|
|
|
- customize 'majordomo.cf' in your majordomo directory
|
|
|
|
|
|
|
|
- look at 'aliases.majordomo' in your majordomo directory for examples
|
|
|
|
of how to create lists. A test list (test-l) has been created and
|
|
|
|
configured for you. Be sure to remove this list if you do not
|
|
|
|
want to use it for testing.
|
|
|
|
|
|
|
|
- substitute your own email address for "Postmaster" for the
|
|
|
|
"majordomo-owner" alias.
|
|
|
|
|
|
|
|
- add 'aliases.majordomo' to your sendmail configuration. This can
|
|
|
|
be done by adding a line similar to the following to
|
|
|
|
/etc/sendmail.cf :
|
|
|
|
|
1996-10-26 18:21:17 +00:00
|
|
|
OA/usr/local/majordomo/aliases.majordomo
|
|
|
|
(for 8.6.x Sendmail)
|
1996-07-20 01:39:22 +00:00
|
|
|
|
1996-10-26 18:21:17 +00:00
|
|
|
O AliasFile=/etc/aliases,/usr/local/majordomo/aliases.majordomo
|
|
|
|
(for 8.7.x and up)
|
1996-07-20 01:39:22 +00:00
|
|
|
|
|
|
|
or a line similar to the following to your m4 macros file :
|
|
|
|
|
1996-10-26 18:21:17 +00:00
|
|
|
define(`ALIAS_FILE',/etc/aliases,/usr/local/majordomo/aliases.majordomo')
|
1996-07-20 01:39:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
Enjoy Majordomo!
|
|
|
|
|