Hi,
i would like to know ho i can set an sendmail client to use my smtp client i set up ober the proxmox gui in a script like:
Read more
i would like to know ho i can set an sendmail client to use my smtp client i set up ober the proxmox gui in a script like:
Code:
#!/bin/bash
# Protokolldatei mit Tageszeitstempel
LOGFILE="/var/log/clamav/clamav-$(date +'%Y-%m-%d').log"
# E-Mail-Konfigurationsdetails
EMAIL_MSG="Bitte beachten Sie die beigefügte Protokolldatei."
#EMAIL_FROM=
#EMAIL_TO=
# Gesamtes System scannen
DIRTOSCAN="/"
# Verzeichnisse ausschließen (Regex für --exclude-dir)...
Read more