Line 13: |
Line 13: |
| | | |
| === Installation === | | === Installation === |
| + | * for sme8 |
| + | yum install smeserver-mailman --enablerepo=smecontribs |
| + | signal-event post-upgrade;signal-event reboot |
| | | |
− | yum --enablerepo smecontribs install mailman smeserver-mailman | + | * for sme9 |
| + | yum install smeserver-mailman --enablerepo=stephdl |
| + | signal-event post-upgrade;signal-event reboot |
| | | |
− | You should now see a Mailman section under the Configuration section of the server-manager. But if you are not running the contribs compiled version, Mailman's management interface shows up with a CGI error message. It complains about group mismatch error between "www" and "apache". Login as root and apply the following workaround, which was suggested in [[bugzilla:6425]]:
| |
| | | |
− | id -u apache # should yield 48
| + | You should now see a Mailman section under the Configuration section of the server-manager. Please see Known issues below to set up your mailman session. |
− | id -u www # should yield 102
| |
− | usermod -u 102 -o apache # makes apache user and www user identical
| |
− | groupmod -g 102 -o apache # make apache group and www group identical
| |
| | | |
| === Configuration === | | === Configuration === |