Browse Source

Fixed Postfix typo

bugfixes
gau1991 10 years ago
parent
commit
1b521ee9a5
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -521,7 +521,7 @@ class EEStackController(CementBaseController):
"mailbox_maps.cf\"")
EEShellExec.cmd_exec(self, "postconf -e \"virtual_alias_maps "
"= mysql:/etc/postfix/mysql/virtual_"
" alias_maps.cf\"")
"alias_maps.cf\"")
EEShellExec.cmd_exec(self, "openssl req -new -x509 -days "
" 3650 -nodes -subj /commonName="
"{HOSTNAME}/emailAddress={EMAIL}"

Loading…
Cancel
Save