diff --git a/scripts/install.sh b/scripts/install.sh index dbc0cfbd92fe6a2f55ee6290bb62565052debd32..69071b38e61713afb78f33333b3f6c110c5693bf 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -29,8 +29,6 @@ cp /data/indiehosters/tests/unsecure-certs/indiehosters.dev.pem /data/runtime/ha systemctl enable rsyslog systemctl start rsyslog -systemctl enable postfix -systemctl start postfix systemctl enable confd systemctl start confd systemctl enable haproxy.path diff --git a/tests/dovecot.sh b/tests/dovecot.sh index 3508cd9418dbb695c44a6f42f8cc1297f051acd0..142af0acce6970f6d8aa81b371addc865c7cd596 100755 --- a/tests/dovecot.sh +++ b/tests/dovecot.sh @@ -24,5 +24,8 @@ openssl dhparam -out /data/domains/mail/TLS/dh2048.pem 2048 cp /data/domains/mail/TLS/ssl_certificate.pem /data/domains/mail/TLS/mail.pem +systemctl enable dovecot +systemctl enable postfix systemctl start dovecot +systemctl start postfix