1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00

vacation.pl: disable automaticnotification stuff

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@431 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin
2008-07-30 06:48:37 +00:00
parent fa5a7a836c
commit 73b26190ef

View File

@@ -103,7 +103,10 @@ my $debugfile='';
# notification interval, in seconds
# set to 0 to notify only once
my $interval = 60*60*24;
# e.g. 1 day ...
#my $interval = 60*60*24;
# disabled by default
my $interval = 0;
# =========== end configuration ===========