Skip to content

Commit 89ea955

Browse files
committed
postfix initscript no longer works, so just call posfix directly
1 parent 5703b2d commit 89ea955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf/turnkey.d/postfix-local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ postconf -e smtpd_tls_mandatory_ciphers=medium
3030
# ciphers set by common/conf/turnkey.d/zz-ssl-ciphers
3131
postconf -e tls_medium_cipherlist="ZZ_SSL_CIPHERS"
3232

33-
service postfix start
33+
postmulti -x postfix start
3434
systemctl enable postfix@-.service
35-
service postfix stop
35+
postmulti -x postfix stop

0 commit comments

Comments
 (0)