diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 10:39:36 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-13 10:39:36 +0200 |
commit | 71f5bbc1721eed453d3b0da9cdbb5f86ad11c28f (patch) | |
tree | 125ca420483855c7a2aada826b6f5ea675cbc11a | |
parent | a3307e549d5c8ad755e4b3fbac5c47ea13e408f8 (diff) | |
download | kube-71f5bbc1721eed453d3b0da9cdbb5f86ad11c28f.tar.gz kube-71f5bbc1721eed453d3b0da9cdbb5f86ad11c28f.zip |
The base url is enough
-rwxr-xr-x | docker/setupkolabnowtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/setupkolabnowtest.sh b/docker/setupkolabnowtest.sh index 52af7514..097a8d9b 100755 --- a/docker/setupkolabnowtest.sh +++ b/docker/setupkolabnowtest.sh | |||
@@ -1,6 +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 | 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 | 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 kolabnowCarddav account kolabnowAccount server https://apps.kolabnow.com/addressbooks/test1%40kolab.org username test1@kolab.org | 4 | sinksh create resource type sink.carddav identifier kolabnowCarddav account kolabnowAccount server https://apps.kolabnow.com 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 resource type sink.caldav identifier kolabnowCaldav account kolabnowAccount server https://apps.kolabnow.com username test1@kolab.org |
6 | 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 |