Use appliansys email for mail.conf.
This commit is contained in:
parent
23e2fc48e2
commit
01e9d3eb19
1 changed files with 2 additions and 11 deletions
|
|
@ -1,15 +1,6 @@
|
|||
# This file is sourced by various scripts that need to send emails.
|
||||
|
||||
case "${HOSTNAME#*.}" in
|
||||
afterdark.lan)
|
||||
EMAIL_DOMAIN="afterdark.org.uk"
|
||||
;;
|
||||
*)
|
||||
EMAIL_DOMAIN="slackware.network"
|
||||
;;
|
||||
esac
|
||||
|
||||
EMAIL_FROM="${HOSTNAME%%.*} <noreply@$EMAIL_DOMAIN>"
|
||||
EMAIL_TO=("sysadmin@$EMAIL_DOMAIN")
|
||||
EMAIL_FROM="${HOSTNAME%%.*} <darren.austin@appliansys.com>"
|
||||
EMAIL_TO=("darren.austin@appliansys.com")
|
||||
|
||||
true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue