Change email relay server with yours

This commit is contained in:
fred 2023-11-11 15:21:23 +01:00
parent eb115a37db
commit cf4a688c05
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ fi
RUN echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" > "/etc/sudoers.d/$USER"
# config ssmtp
RUN echo "$USER:support@g1sms.fr:mail.asycn.io:587" >> /etc/ssmtp/revaliases
RUN echo "$USER:support@g1sms.fr:mail.g1sms.fr:645" >> /etc/ssmtp/revaliases
# config crontab
RUN echo "SHELL=/bin/bash" > "/var/spool/cron/crontabs/$USER" \