Line 17: |
Line 17: |
| http://downloads.sourceforge.net/openmailarchiva | | http://downloads.sourceforge.net/openmailarchiva |
| | | |
− | # tar -zxvf mailarchiva_opensource_edition_v1_7_8k_linux_32bit.tar.gz | + | ===Installation without Tomcat=== |
| + | If you do not have [[Tomcat]] in your SME Server, follow these instructions. |
| + | |
| + | # tar -zxvf mailarchiva_opensource_edition_v1_7_9c_linux_32bit.tar.gz |
| # cd ./mailarchiva_dist | | # cd ./mailarchiva_dist |
| # ./install.sh | | # ./install.sh |
| | | |
− | ===SME Server specific config changes=== | + | ====SME Server specific config changes==== |
| | | |
| # config set mailarchiva service TCPPort 8090 access private status enabled | | # config set mailarchiva service TCPPort 8090 access private status enabled |
| # ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99mailarchiva | | # ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S99mailarchiva |
| + | |
| + | ===Installation with Tomcat=== |
| + | If you already have [[Tomcat]] in your SME Server, follow these instructions. |
| + | |
| + | # service tomcat stop |
| + | # tar -zxvf mailarchiva_opensource_edition_v1_7_9c_linux_32bit.tar.gz |
| + | # cp -r mailarchiva_dist/mailarchiva/server/webapps/mailarchiva /opt/tomcat/webapps/mailarchiva |
| + | # chown -R tomcat.tomcat /opt/tomcat |
| + | # service tomcat start |
| | | |
| ===Configure MailArchiva=== | | ===Configure MailArchiva=== |
Line 31: |
Line 43: |
| | | |
| http://yourserver:8090/mailarchiva | | http://yourserver:8090/mailarchiva |
| + | or Tomcat port. |
| | | |
| Step 1: Create a Volume and enter your Email Encryption Password | | Step 1: Create a Volume and enter your Email Encryption Password |