On Sun, Jan 2, 2011 at 9:54 PM, Philipp Haselwarter
<[email protected]> wrote:
>
> That being said - I also still run dovecot as server: for
> offlineimap. Dno if offlineimap could do without a server, guess I'll
> have to take a look.

It can.  Here is an example of IMAP-to-IMAP sync using direct calls
instead of server connections.  The remote goes through SSH.

[Repository LocalIMAP]
type = IMAP
preauthtunnel = MAIL=maildir:$HOME/Maildir /usr/lib/dovecot/imap
holdconnectionopen = yes


[Repository RemoteIMAP]
type = IMAP
remotehost = localhost          #use SSH tunnel
remoteuser = USERNAME
preauthtunnel = ssh -q REMOTEHOST 'MAIL=maildir:$HOME/Maildir
/usr/lib/dovecot/imap'
maxconnections = 3


Adjust as appropriate.

-Brett.

_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to