diff options
| author | hmeland | 1999-07-01 11:11:39 +0000 |
|---|---|---|
| committer | hmeland | 1999-07-01 11:11:39 +0000 |
| commit | ae2ff07b77795502dea0fb38d473f704f4b2d17a (patch) | |
| tree | e6df9f68f918eebf2174dc986bdd90f645f1b4ed | |
| parent | 81f413648d64fd57994a4295ad3eb28b791b372b (diff) | |
| download | mailman-ae2ff07b77795502dea0fb38d473f704f4b2d17a.tar.gz mailman-ae2ff07b77795502dea0fb38d473f704f4b2d17a.tar.zst mailman-ae2ff07b77795502dea0fb38d473f704f4b2d17a.zip | |
Use "mailman-<version>" instead of "<mailman-src-dir>" when referring
to the directory Mailman has been unpacked into, to avoid any
confusion regarding the "src" directory inside "mailman-<version>".
Tried to clarify the solution to smrsh-induced problems.
Diffstat (limited to '')
| -rw-r--r-- | INSTALL | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -84,7 +84,7 @@ if you want to keep your existing installation intact. directory you unpacked Mailman into, and run configure with no arguments: - % cd <mailman-src-dir> + % cd mailman-<version> % ./configure and then run `make install'. The following options allow you to @@ -383,10 +383,13 @@ if you want to keep your existing installation intact. "sh: wrapper not available for sendmail programs" Solution: Your system uses sendmail restricted shell. You need to - configure smrsh by creating a symbolic link from the mail - wrapper ($prefix/mail/wrapper) to either /var/admin/sm.bin - or /usr/admin/sm.bin. Note that on Debian linux, the system - makes /usr/lib/sm.bin, which is wrong, you will need to create + configure smrsh by creating a symbolic link from the + mail wrapper ($prefix/mail/wrapper) to the directory + identifying executables allowed to run under smrsh. + Some common names for this directory are + /var/admin/sm.bin, /usr/admin/sm.bin or /etc/smrsh. + Note that on Debian linux, the system makes + /usr/lib/sm.bin, which is wrong, you will need to create the directory /usr/admin/sm.bin and add the link there. NOTE: any aliases newaliases spits out will need to be adjusted to point to the secure link to the wrapper. |
