template (1115B)
1 IMAPStore webmail-0-remote 2 Host ::{0;host} 3 Port ::{0;imap-port} 4 User ::{0;username} 5 PassCmd "pass mail/::{0;username}/password" 6 SSLType IMAPS 7 CertificateFile /etc/ssl/certs/ca-certificates.crt 8 9 MaildirStore webmail-0-local 10 Path ~/mail/webmail-0-local/ 11 Inbox ~/mail/webmail-0-local/INBOX 12 Subfolders Verbatim 13 14 Channel webmail-0 15 Master :webmail-0-remote: 16 Slave :webmail-0-local: 17 Create Both 18 Expunge Both 19 Patterns * 20 SyncState * 21 22 IMAPStore webmail-1-remote 23 Host ::{1;host} 24 Port ::{1;imap-port} 25 User ::{1;username} 26 PassCmd "pass mail/::{1;username}/password" 27 SSLType IMAPS 28 CertificateFile /etc/ssl/certs/ca-certificates.crt 29 30 MaildirStore webmail-1-local 31 Path ~/mail/webmail-1-local/ 32 Inbox ~/mail/webmail-1-local/INBOX 33 Subfolders Verbatim 34 35 Channel webmail-1 36 Master :webmail-1-remote: 37 Slave :webmail-1-local: 38 Create Both 39 Expunge Both 40 Patterns * 41 SyncState *