diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-22 16:45:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-22 16:45:59 +0100 |
commit | b87099411a5a23572c5160adfa09e2ef2b882705 (patch) | |
tree | 82306295d1c949fa32bbbaa3a83de1f7efc0e558 /docker/setupkolabnowtest.sh | |
parent | 70a93ce0d76489db8a3d2245db2b9765f73bb51d (diff) | |
download | kube-b87099411a5a23572c5160adfa09e2ef2b882705.tar.gz kube-b87099411a5a23572c5160adfa09e2ef2b882705.zip |
Setup key with docker
Diffstat (limited to 'docker/setupkolabnowtest.sh')
-rwxr-xr-x | docker/setupkolabnowtest.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/setupkolabnowtest.sh b/docker/setupkolabnowtest.sh new file mode 100755 index 00000000..0438ced2 --- /dev/null +++ b/docker/setupkolabnowtest.sh | |||
@@ -0,0 +1,5 @@ | |||
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 | ||
3 | sinksh create resource type sink.mailtransport identifier kolabnowSmtp account kolabnowAccount server smtps://smtp.kolabnow.com:587 username test1@kolab.org password Welcome2KolabSystems | ||
4 | sinksh create resource type sink.dav identifier kolabnowDav account kolabnowAccount server https://apps.kolabnow.com/addressbooks/test1%40kolab.org username test1@kolab.org password Welcome2KolabSystems | ||
5 | sinksh create identity name "John Doe" address test1@kolab.org account kolabnowAccount | ||