blob: 52af751453a0d07e7bc357c63cbd64a560468e91 (
plain)
1
2
3
4
5
6
|
sinksh create account type kolabnow identifier kolabnowAccount name KolabnowAccount
sinksh create resource type sink.imap identifier kolabnowImap account kolabnowAccount server imaps://imap.kolabnow.com:993 username test1@kolab.org
sinksh create resource type sink.mailtransport identifier kolabnowSmtp account kolabnowAccount server smtps://smtp.kolabnow.com:587 username test1@kolab.org
sinksh create resource type sink.carddav identifier kolabnowCarddav account kolabnowAccount server https://apps.kolabnow.com/addressbooks/test1%40kolab.org username test1@kolab.org
sinksh create resource type sink.caldav identifier kolabnowCaldav account kolabnowAccount server https://apps.kolabnow.com username test1@kolab.org
sinksh create identity name "John Doe" address test1@kolab.org account kolabnowAccount
|