Remove PORT option (thought I had this already)

This commit is contained in:
Pat O'Brien 2019-10-06 10:48:39 -04:00
parent cdd80c046b
commit 54888f1410

View file

@ -34,7 +34,6 @@ if [ "$ADMIN" != "" ]; then
fi
echo "[MAILSERVER]" >> /var/www/opentrashmail/config.ini
echo "PORT=25" >> /var/www/opentrashmail/config.ini
echo "MAILPORT=25" >> /var/www/opentrashmail/config.ini
echo "[DATETIME]" >> /var/www/opentrashmail/config.ini