Hi, Am Freitag, den 12.09.2014, 10:13 +0200 schrieb Axb: > On 09/12/2014 10:05 AM, Marcus Schopen wrote: > > Hi, > > > > spamassassin and imap (cyrus) are running on different boxes. What is > > best practice to learn spam from a remote imap folder? Any good working > > scripts? > > > > I found these: > > > > https://wiki.apache.org/spamassassin/RemoteImapFolder > > > > https://gist.github.com/colinmollenhour/4127743 > > Imapsync or OfflineIMAP > > http://imapsync.lamiral.info/ > http://offlineimap.org/
On the spamassassin box there is no imap server running to have an imap to imap sync. Therefore I think imapsync can't handle this. offlineimap seems to be interesting, because it seems to "dump" the mails to a local folder, which could eaten by sa-learn. > there are tons more - Google "sync imap" Before start scripting mysself I was looking for a smart and stable script, which people use for long time without problems. Ciao Marcus