File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -714,6 +714,8 @@ add_mail_ssl_config() {
714714 echo " ssl_cert = <$HOMEDIR /$user /conf/mail/$domain /ssl/$domain .pem" >> /etc/dovecot/conf.d/domains/$domain .conf
715715 echo " ssl_key = <$HOMEDIR /$user /conf/mail/$domain /ssl/$domain .key" >> /etc/dovecot/conf.d/domains/$domain .conf
716716 echo " }" >> /etc/dovecot/conf.d/domains/$domain .conf
717+
718+ # Add domain SSL configuration to exim4
717719 ln -s $HOMEDIR /$user /conf/mail/$domain /ssl/$domain .pem $HESTIA /ssl/mail/mail.$domain .crt
718720 ln -s $HOMEDIR /$user /conf/mail/$domain /ssl/$domain .key $HESTIA /ssl/mail/mail.$domain .key
719721
Original file line number Diff line number Diff line change 66# ###### Place additional commands below. #######
77# ######################################################################################
88
9+ if [ -e " $HESTIA /ssl/mail/" ]; then
10+ rm -fr $HESTIA /ssl/mail/*
11+ fi
You can’t perform that action at this time.
0 commit comments