diff -Nur smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/16vacationMessage smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/16vacationMessage --- smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/16vacationMessage 2008-09-27 17:38:19.000000000 +1000 +++ smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/16vacationMessage 1970-01-01 10:00:00.000000000 +1000 @@ -1,22 +0,0 @@ -{ - my $VacationDelay = $qmail{VacationDelay} || ''; - - if ($props{EmailVacation}) - { - return "| /usr/local/bin/vacation -j $VacationDelay $USERNAME" - if ($props{EmailVacation} eq 'yes'); - } - - return '# Vacation Message not set' - - # config setprop qmail VacationDelay -t3d - # config delprop qmail VacationDelay - # apply to all users /etc/e-smith/events/actions/qmail-update-user - # - # -tN Change the interval between repeat replies to the same - # sender. The default is 1 week. A trailing s, m, h, d, or w - # scales the number N to seconds, minutes, hours, days or - # weeks respectively. For example, to set the interval value - # to 3 days you would specify -t3d. There should be no spaces - # between the -t and N. -} diff -Nur smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/74vacationMessage smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/74vacationMessage --- smeserver-vacation-1.0.orig/root/etc/e-smith/templates-user/.qmail/74vacationMessage 1970-01-01 10:00:00.000000000 +1000 +++ smeserver-vacation-1.0/root/etc/e-smith/templates-user/.qmail/74vacationMessage 2008-09-27 17:46:42.000000000 +1000 @@ -0,0 +1,11 @@ +{ + my $VacationDelay = $qmail{VacationDelay} || ''; + + if ($props{EmailVacation}) + { + return "| /usr/local/bin/vacation -j $VacationDelay $USERNAME" + if ($props{EmailVacation} eq 'yes'); + } + + return '# Vacation Message not set' +}