summaryrefslogtreecommitdiff
path: root/ext/imap/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/README.md')
-rw-r--r--ext/imap/tests/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/README.md b/ext/imap/tests/README.md
index 6324ab7f9e..1dee1d2663 100644
--- a/ext/imap/tests/README.md
+++ b/ext/imap/tests/README.md
@@ -11,14 +11,14 @@ hMailServer on Windows. The tests are intended to be mailserver agnostic.
## Set-up tests on Ubuntu (checked on Ubuntu 18.04 (Bionic))
The necessary packages can be installed using the following command;
-`apt-get install libc-client-dev libkrb5-dev dovecot-core dovecot-pop3d dovecot-imapd`
+`apt-get install libc-client-dev libkrb5-dev dovecot-core dovecot-pop3d dovecot-imapd sendmail`
The build of PHP will need to be compiled with the following flags:
```
--with-imap --with-kerberos --with-imap-ssl
```
-Then run the set-up script `ext/imap/tests/setup.sh` which will add the `vmail`
+Then run the set-up script `ext/imap/tests/setup/setup.sh` which will add the `vmail`
group and user which is used by Dovecot for the mailbox. It will also copy the
-`ext/imap/tests/dovecot.conf` and `ext/imap/tests/dovecotpass` to the correct
+`ext/imap/tests/setup/dovecot.conf` and `ext/imap/tests/setup/dovecotpass` to the correct
location for Dovecot and restarts it for the new configuration to be enabled.