You've already forked postfixadmin
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:
@@ -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 ===========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user