Stop the opensmtpd service

This commit is contained in:
Rodolphe Bréard 2023-04-30 16:42:05 +02:00
parent bdef34c55b
commit 08378caef1

View file

@ -46,6 +46,8 @@ jobs:
run: sudo apt install -y python3-dkim python3-dnspython python3-nacl python3-authres
- name: Install OpenSMTPD
run: sudo apt install -y opensmtpd
- name: Stop OpenSMTPD
run: systemctl stop opensmtpd.service
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with: