diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:28:31 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:37:08 +0200 |
commit | 79c2a846c35476b8d6dc3db6ed3a190a66e94a9c (patch) | |
tree | 132b66fb582d365287ec3c3071c67b88b72206eb /docker | |
parent | 2525b7cb66877479df393b84bba1bd4a76146b45 (diff) | |
download | kube-79c2a846c35476b8d6dc3db6ed3a190a66e94a9c.tar.gz kube-79c2a846c35476b8d6dc3db6ed3a190a66e94a9c.zip |
Setup caldav for the testaccount
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/setupkolabnowtest.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docker/setupkolabnowtest.sh b/docker/setupkolabnowtest.sh index b0d53281..52af7514 100755 --- a/docker/setupkolabnowtest.sh +++ b/docker/setupkolabnowtest.sh | |||
@@ -1,5 +1,6 @@ | |||
1 | sinksh create account type kolabnow identifier kolabnowAccount name KolabnowAccount | 1 | sinksh create account type kolabnow identifier kolabnowAccount name KolabnowAccount |
2 | sinksh create resource type sink.imap identifier kolabnowImap account kolabnowAccount server imaps://imap.kolabnow.com:993 username test1@kolab.org password Welcome2KolabSystems | 2 | sinksh create resource type sink.imap identifier kolabnowImap account kolabnowAccount server imaps://imap.kolabnow.com:993 username test1@kolab.org |
3 | sinksh create resource type sink.mailtransport identifier kolabnowSmtp account kolabnowAccount server smtps://smtp.kolabnow.com:587 username test1@kolab.org password Welcome2KolabSystems | 3 | sinksh create resource type sink.mailtransport identifier kolabnowSmtp account kolabnowAccount server smtps://smtp.kolabnow.com:587 username test1@kolab.org |
4 | sinksh create resource type sink.carddav identifier kolabnowDav account kolabnowAccount server https://apps.kolabnow.com/addressbooks/test1%40kolab.org username test1@kolab.org password Welcome2KolabSystems | 4 | sinksh create resource type sink.carddav identifier kolabnowCarddav account kolabnowAccount server https://apps.kolabnow.com/addressbooks/test1%40kolab.org username test1@kolab.org |
5 | sinksh create resource type sink.caldav identifier kolabnowCaldav account kolabnowAccount server https://apps.kolabnow.com username test1@kolab.org | ||
5 | sinksh create identity name "John Doe" address test1@kolab.org account kolabnowAccount | 6 | sinksh create identity name "John Doe" address test1@kolab.org account kolabnowAccount |