Changes

Jump to navigation Jump to search
362 bytes added ,  00:01, 13 October 2008
Line 33: Line 33:     
==== Advanced Example ====
 
==== Advanced Example ====
This example will transfer the public folders 'LearnAsSpam' and 'LearnAsHam' from an Exchange server to the specified user on your SME server.
+
This example will transfer the public folders 'LearnAsSpam' and 'LearnAsHam' from an Exchange server to the specified user on your SME server:
 +
<nowiki>/usr/bin/imapsync \
 +
-- noauthmd5 \
 +
--host1 a.b.c.d --port1 993 --ssl1 --user1 spamfilter --passfile1 /root/secret1 \
 +
--delete --expunge1 --prefix1 "Public Folders." \
 +
--host2 localhost --port2 993 --ssl2 --user2 spamfilter --passfile2 /root/secret2 \
 +
--folder "Public Folders/LearnAsSpam" \
 +
--folder "Public Folders/LearnAsHam"  \
 +
--noauthmd5 </nowiki>

Navigation menu