Mulitple accounts get messed up
Daniel Shahaf
d.s at daniel.shahaf.name
Mon Nov 14 16:35:21 GMT 2011
ji at jordiinglada.net wrote on Sun, Nov 13, 2011 at 23:46:31 +0100:
> However, I can not figure how to avoid the 2 inboxes being mixed
> together in just one "INBOX" and therefore ending with the 2 accounts
> synced on the remote servers.
>
If you'd like the two accounts to end up in separate places on the
'local' side then change the following two sections
> [Repository LocalAC1]
> type = IMAP
> preauthtunnel = /usr/sbin/dovecot --exec-mail imap
> remotehost = localhost
> port = 143
> remoteuser = my-username
>
> [Repository LocalAC2]
> type = IMAP
> preauthtunnel = /usr/sbin/dovecot --exec-mail imap
> remotehost = localhost
> port = 143
> remoteuser = my-username
such that they don't both point at the same folder tree.
More information about the OfflineIMAP-project
mailing list