Linking Mailman wrapper

Asked by cmnorton

I believe linking the mailman wrapper to smrsh is needed. My RH EL 5 WS installation has /usr/sbin/smrsh and /etc/smrsh (directory). Which of these do I link to

[root@webapps mailman]# ls -l /usr/local/mailman/mail
total 20
-rwxr-sr-x 1 mailman mailman 16895 Oct 27 08:54 mailman

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Mailman Edit question
Assignee:
No assignee Edit question
Solved by:
cmnorton
Solved:
Last query:
Last reply:
Revision history for this message
Mark Sapiro (msapiro) said :
#1

You need a symlink named mailman in /etc/smrsh to /usr/local/mailman/mail/mailman. I.e.

ln -s /usr/local/mailman/mail/mailman /etc/smrsh/mailman.

This is mentioned rather obscurely in item 4. in the FAQ at http://wiki.list.org/x/A4E9

Revision history for this message
cmnorton (octopusgrabbus) said :
#2

Thanks. This is fixed.