Installation Yum in Installed Mailman Is Because The Old Version To Install From Source
Installation Yum in Installed Mailman Is Because The Old Version To Install From Source
yum In installed Mailman Is because the old version to install from source.
[root @ centos ~] # yum-y install python-devel ← mailman needed to install python-devel to install
[root @ centos ~] # groupadd mailman ← mailman Group add
[root @ centos ~] # useradd-c "GNU Mailman"-s /sbin/nologin-m-g mailman mailman ← mailman users add
[root @ centos ~] # usermod-d /usr/local/mailman mailman ← mailman user home directory changes
[root @ centos ~] # mkdir /usr/local/mailman ← mailman installation directory creation
[root @ centos ~] # chown mailman... /usr/local/mailman ← mailman installation directory owner change
[root @ centos ~] # chmod a+rx, g+ws /usr/local/mailman ← mailman installation path directory ー mission change
[root @ centos ~] # cd/tmp / ← Directory move
[root @ centos tmp] # wget http://mm.tkikuchi.net/mailman-2.1.13.tgz ← mailman Download
※ Latest version of URL Is Download page In verifying
[root @ centos tmp] # tar zxvf mailman-2.1.13.tgz ← mailman deployment
[root @ centos tmp] # chown-r mailman... mailman-* ← mailman destination directory owner change
[root @ centos tmp] # cd mailman-* ← mailman moving to the deployment directory
[root @ centos mailman-2.1.13 # su mailman-s "/bin/bash"-c"generally--with-cgi-gid = apache" ← configure
[root @ centos mailman-2.1.13 # su mailman-s "/bin/bash"-c "make" && make install ← installation
[root @ centos mailman-2.1.13] # cd /usr/local/mailman / ← mailman move to the installation directory
※ System character set is UTF-8 Of the Poderosa Of encoding euc-jp To be
-f [root @ centos mailman #./bin/check_perms ← permission correction script execution
・
・
・
/usr/local/mailman/messages/zh_TW: Directory permissions is 02775 Must ( Being modified )
Warning: private archive directory is other-executable (o+x).
This could allow other users on your system to read private archives.
If you're on a shared multiuser system, you should consult the
installation manual on how to fix this.
Problematic : 59
To fix 修正するには -f Applying the option mailman Or root Of rights do
[root @ centos mailman #./bin/check_perms ← permission correction confirmation
Warning: private archive directory is other-executable (o+x).
This could allow other users on your system to read private archives.
If you're on a shared multiuser system, you should consult the
installation manual on how to fix this.
Safely ← check "no problem"
※ System character set is UTF-8 Of the Poderosa Of encoding UTF-8 To restore
[root @ centos mailman] # cd ← go home directory
[root @ centos ~] # rm-rf /tmp/mailman-* / ← mailman remove the deployment directory
[root @ centos ~] # rm-f /tmp/mailman-2.1.13.tgz ← downloaded mailman to remove
Relatedly Mailman Setting