diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-28 14:13:03 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-28 14:13:03 +0100 |
commit | 2a9b02ff6d2279f7cd301ae1f397d275afa66922 (patch) | |
tree | a5089fb9b7ec31cebc248c9617c664e839dec641 /examples/imapresource/tests/populatemailbox.sh | |
parent | 7ec52003ec7f06cbb8897cd70e8d952ead3ca15f (diff) | |
download | sink-2a9b02ff6d2279f7cd301ae1f397d275afa66922.tar.gz sink-2a9b02ff6d2279f7cd301ae1f397d275afa66922.zip |
Fixed imap tests
Adjust to cyrus imap settings and use explicit encryption setting.
Diffstat (limited to 'examples/imapresource/tests/populatemailbox.sh')
-rw-r--r-- | examples/imapresource/tests/populatemailbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/tests/populatemailbox.sh b/examples/imapresource/tests/populatemailbox.sh index 0889790..a5949fc 100644 --- a/examples/imapresource/tests/populatemailbox.sh +++ b/examples/imapresource/tests/populatemailbox.sh | |||
@@ -23,7 +23,7 @@ sudo echo "sub INBOX.Trash" | cyradm --auth PLAIN -u doe -w doe localhost | |||
23 | # # sudo cp /src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S /var/spool/imap/d/user/doe/test/$i. | 23 | # # sudo cp /src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S /var/spool/imap/d/user/doe/test/$i. |
24 | # done | 24 | # done |
25 | # Because this is way faster than a loop | 25 | # Because this is way faster than a loop |
26 | FOLDERPATH=/var/spool/imap/u/'user^doe^test' | 26 | FOLDERPATH=/var/spool/imap/d/user/doe/test |
27 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1..1000}. | 27 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1..1000}. |
28 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1001..2000}. | 28 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{1001..2000}. |
29 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{2001..3000}. | 29 | sudo tee </src/sink/examples/imapresource/tests/data/1365777830.R28.localhost.localdomain\:2\,S >/dev/null $FOLDERPATH/{2001..3000}. |