From b87099411a5a23572c5160adfa09e2ef2b882705 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 22 Nov 2017 16:45:59 +0100 Subject: Setup key with docker --- docker/setupkolabnowtest.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 docker/setupkolabnowtest.sh (limited to 'docker/setupkolabnowtest.sh') 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 @@ +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 password Welcome2KolabSystems +sinksh create resource type sink.mailtransport identifier kolabnowSmtp account kolabnowAccount server smtps://smtp.kolabnow.com:587 username test1@kolab.org password Welcome2KolabSystems +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 +sinksh create identity name "John Doe" address test1@kolab.org account kolabnowAccount -- cgit v1.2.3