summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-10-08 10:42:31 +0200
committerJonas Smedegaard <dr@jones.dk>2011-10-08 10:42:31 +0200
commitd7457bf6b687326136834af722c4d2656aaa9d52 (patch)
tree50231e61b808d9d62076647e81fb140827aa01c2
parent0b98515eec0e357af94e5aff2aa0035a6bf0ed52 (diff)
Fix resolve domainname in email template.
-rwxr-xr-xlocalnotifypwexp4
1 files changed, 2 insertions, 2 deletions
diff --git a/localnotifypwexp b/localnotifypwexp
index 03ecc51..49daa60 100755
--- a/localnotifypwexp
+++ b/localnotifypwexp
@@ -75,9 +75,9 @@ oIFS=$IFS
usersubjecttemplate='Your password is expiring soon'
userbodytemplate='Your password on $hostname expires in $(($expdate - $today)) days.
-Please contact the $domain IT department by email or phone
+Please contact the $domainname IT department by email or phone
if you have any questions. Help is also available at
-http://support.$domain/password'
+http://support.$domainname/password'
adminsubjecttemplate='User Password Expired: $user@$hostname'
adminbodytemplate='The password for user $user on $hostname expired $age days ago.