Changes

From SME Server
Jump to navigationJump to search
144 bytes added ,  12:49, 24 February 2019
Line 14: Line 14:     
=== Installation ===
 
=== Installation ===
==== Enable the dag repository ====
+
==== Enable the dag repository for SME 7====
 
You need to activate the [[Dag]] reposity before installing this contrib.<br />
 
You need to activate the [[Dag]] reposity before installing this contrib.<br />
    
see [[dag|dag repository]] <br />
 
see [[dag|dag repository]] <br />
 
+
==== Enable the epel repository for SME 8 after====
For SME Server 8 and 9 you can find imapsync in [[epel]]
+
For SME Server 8, 9 en 10  you can find imapsync in [[epel]], that version is most up to date
    
==== Install imapsync ====
 
==== Install imapsync ====
 +
for SME7
 
  yum --enablerepo=dag install imapsync
 
  yum --enablerepo=dag install imapsync
or
+
or for sme8, sme9 en sme10
 
  yum --enablerepo=epel install imapsync
 
  yum --enablerepo=epel install imapsync
   Line 52: Line 53:  
=====imapsync command=====
 
=====imapsync command=====
 
  <nowiki>/usr/bin/imapsync \
 
  <nowiki>/usr/bin/imapsync \
-- noauthmd5 \
+
  -- noauthmd5 \
--host1 a.b.c.d --port1 993 --ssl1 --user1 spamfilter --passfile1 /root/secret1 \
+
  --host1 a.b.c.d --port1 993 --ssl1 --user1 spamfilter --passfile1 /root/secret1 \
--delete --expunge1 --prefix1 "Public Folders." \
+
  --delete --expunge1 --prefix1 "Public Folders." \
--host2 localhost --port2 993 --ssl2 --user2 spamfilter --passfile2 /root/secret2 \
+
  --host2 localhost --port2 993 --ssl2 --user2 spamfilter --passfile2 /root/secret2 \
--folder "Public Folders/LearnAsSpam" \
+
  --folder "Public Folders/LearnAsSpam" \
--folder "Public Folders/LearnAsHam"  \
+
  --folder "Public Folders/LearnAsHam"  \
--noauthmd5 </nowiki>
+
  --noauthmd5 </nowiki>
    
====Migrating users and data to Zarafa====
 
====Migrating users and data to Zarafa====
2

edits

Navigation menu