diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-07 22:27:12 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-07 22:27:12 +0100 |
commit | 152d5b7604337fe19a7aea7fc37b3d4615ca7393 (patch) | |
tree | f2e103ab694c36c5def15bf8074b34511898fada /tests/instrumentation/docker/courier/entrypoint.sh | |
parent | 1531600fd0a28654e588f5ce599ef86f58decea1 (diff) | |
download | aerogramme-152d5b7604337fe19a7aea7fc37b3d4615ca7393.tar.gz aerogramme-152d5b7604337fe19a7aea7fc37b3d4615ca7393.zip |
add courier imap
Diffstat (limited to 'tests/instrumentation/docker/courier/entrypoint.sh')
-rwxr-xr-x | tests/instrumentation/docker/courier/entrypoint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/instrumentation/docker/courier/entrypoint.sh b/tests/instrumentation/docker/courier/entrypoint.sh new file mode 100755 index 0000000..e95973a --- /dev/null +++ b/tests/instrumentation/docker/courier/entrypoint.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + + +/usr/lib/courier/courier-authlib/authdaemond & +/usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=20 -access=/etc/courier/imapaccess.dat -nodnslookup -noidentlookup 143 /usr/lib/courier/courier/imaplogin /usr/bin/imapd Maildir |