Skip to content

Commit 54fff3b

Browse files
author
gau1991
committed
Fixed another Postfix typo
1 parent 1b521ee commit 54fff3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ee/cli/plugins/stack.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ def post_pref(self, apt_packages, packages):
514514
"= static:5000\"")
515515
EEShellExec.cmd_exec(self, "postconf -e \""
516516
" virtual_mailbox_domains = "
517-
" mysql:/etc/postfix/mysql/virtual_"
518-
" domains_maps.cf\"")
517+
"mysql:/etc/postfix/mysql/virtual_"
518+
"domains_maps.cf\"")
519519
EEShellExec.cmd_exec(self, "postconf -e \"virtual_mailbox_maps"
520520
" = mysql:/etc/postfix/mysql/virtual_"
521521
"mailbox_maps.cf\"")
@@ -534,7 +534,7 @@ def post_pref(self, apt_packages, packages):
534534
EEShellExec.cmd_exec(self, "postconf -e \"smtpd_tls_cert_file "
535535
"= /etc/ssl/certs/postfix.pem\"")
536536
EEShellExec.cmd_exec(self, "postconf -e \"smtpd_tls_key_file "
537-
" = /etc/ssl/private/postfix.pem\"")
537+
"= /etc/ssl/private/postfix.pem\"")
538538

539539
# Sieve configuration
540540
if not os.path.exists('/var/lib/dovecot/sieve/'):

0 commit comments

Comments
 (0)