blob: c7dd1dc46b0e91c2294163242e6e84a8e155a411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Post-Install Notes for Majordomo v1.94.1
========================================
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 :
OA/usr/local/majordomo/aliases.majordomo
(for 8.6.x Sendmail)
O AliasFile=/etc/aliases,/usr/local/majordomo/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,/usr/local/majordomo/aliases.majordomo')
Enjoy Majordomo!
|