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.
|
# This file is sourced by various scripts that need to send emails.
|
||||||
|
|
||||||
case "${HOSTNAME#*.}" in
|
EMAIL_FROM="${HOSTNAME%%.*} <darren.austin@appliansys.com>"
|
||||||
afterdark.lan)
|
EMAIL_TO=("darren.austin@appliansys.com")
|
||||||
EMAIL_DOMAIN="afterdark.org.uk"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
EMAIL_DOMAIN="slackware.network"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
EMAIL_FROM="${HOSTNAME%%.*} <noreply@$EMAIL_DOMAIN>"
|
|
||||||
EMAIL_TO=("sysadmin@$EMAIL_DOMAIN")
|
|
||||||
|
|
||||||
true
|
true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue