Changes

From SME Server
Jump to navigationJump to search
114 bytes added ,  22:15, 13 January 2019
no edit summary
Line 6: Line 6:  
===Description===
 
===Description===
 
MailArchiva is a state-of-the-art email archiving system.
 
MailArchiva is a state-of-the-art email archiving system.
 +
{{Warning box| : probably obsolete.}}
    
http://www.mailarchiva.com/
 
http://www.mailarchiva.com/
Line 20: Line 21:  
If you do not have [[Tomcat]] in your SME Server, follow these instructions.
 
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
+
  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===
 
===Installation with Tomcat===
 
If you already have [[Tomcat]] in your SME Server, follow these instructions.
 
If you already have [[Tomcat]] in your SME Server, follow these instructions.
   −
  # service tomcat stop
+
  service tomcat stop
  # tar -zxvf mailarchiva_opensource_edition_v1_7_9c_linux_32bit.tar.gz
+
  tar -zxvf mailarchiva_opensource_edition_v1_7_9c_linux_32bit.tar.gz
  # cp -r mailarchiva_dist/mailarchiva/server/webapps/mailarchiva /opt/tomcat/webapps/mailarchiva
+
  cp -r mailarchiva_dist/mailarchiva/server/webapps/mailarchiva /opt/tomcat/webapps/mailarchiva
  # chown -R tomcat.tomcat /opt/tomcat
+
  cp -r mailarchiva_dist/mailarchiva/server/endorsed /opt/tomcat/endorsed
  # service tomcat start
+
chown -R tomcat.tomcat /opt/tomcat*
 +
  service tomcat start
    
===Configure MailArchiva===
 
===Configure MailArchiva===
Line 50: Line 52:     
MailArchiva should now be ready and working.
 
MailArchiva should now be ready and working.
 
+
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 +
[[Category:Mail]]
3,054

edits

Navigation menu