mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
qa: open ldaps and accept cloudinabox email to ease testing
This commit is contained in:
parent
f8bba1b2b8
commit
eab4f80858
8
tests/vagrant/vanilla/Vagrantfile
vendored
8
tests/vagrant/vanilla/Vagrantfile
vendored
@ -37,9 +37,15 @@ export SKIP_SYSTEM_UPDATE=0
|
|||||||
tests/system-setup/vanilla.sh --qa-ca --enable-mod=remote-nextcloud
|
tests/system-setup/vanilla.sh --qa-ca --enable-mod=remote-nextcloud
|
||||||
if ! ufw status | grep remote_nextcloud >/dev/null; then
|
if ! ufw status | grep remote_nextcloud >/dev/null; then
|
||||||
# firewall rules aren't added when ciab is down
|
# firewall rules aren't added when ciab is down
|
||||||
# allow ldaps from anywhere
|
echo "For testing, allow ldaps from anywhere"
|
||||||
ufw allow ldaps
|
ufw allow ldaps
|
||||||
fi
|
fi
|
||||||
|
echo "Add smart host alias - so \\$NC_HOST can send mail to/via this host"
|
||||||
|
(
|
||||||
|
source tests/lib/all.sh
|
||||||
|
rest_urlencoded POST /admin/mail/aliases/add qa@abc.com Test_1234 "address=@\\$NC_HOST" "description=smart-host" "permitted_senders=qa@abc.com" 2>/dev/null
|
||||||
|
echo "\\$REST_HTTP_CODE: \\$REST_OUTPUT"
|
||||||
|
)
|
||||||
EOF
|
EOF
|
||||||
chmod +x /tmp/provision.sh
|
chmod +x /tmp/provision.sh
|
||||||
/tmp/provision.sh
|
/tmp/provision.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user