|
@@ -793,7 +793,7 @@ function install_email {
|
793
|
793
|
sed -i 's|pam_mail.so standard noenv|pam_mail.so dir=~/Maildir standard|g' /etc/pam.d/sshd
|
794
|
794
|
sed -i 's|pam_mail.so nopen|pam_mail.so dir=~/Maildir nopen|g' /etc/pam.d/su
|
795
|
795
|
|
796
|
|
- echo 'dc_eximconfig_configtype="internet"' > /etc/exim4/update-exim4.conf.conf
|
|
796
|
+ echo "dc_eximconfig_configtype='internet'" > /etc/exim4/update-exim4.conf.conf
|
797
|
797
|
if [[ $ONION_ONLY == "no" ]]; then
|
798
|
798
|
# both ICANN and onion domains
|
799
|
799
|
echo "dc_other_hostnames='${DEFAULT_DOMAIN_NAME};${EMAIL_ONION_HOSTNAME}'" >> /etc/exim4/update-exim4.conf.conf
|