#------------------------------------------------------------------------------ # /var/motion/motionmail.conf - configuration file for motionmail.pl # # Copyright (c) 2005-2010 Taco Scheltema, taco(at)scheltema(dot)org # Copyright (c) 2011 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2005-09-01 Taco Scheltema # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version.. #------------------------------------------------------------------------------ # see motionmail.pl -man for instructions # comment lines start with blank lines, lines starting with a space and lines # starting with # will be ignored #------------------------------------------------------------------------------ # author of motionmail script author = 'The Eisfair Team ' # comma separated list of email addresses send_to = root@local.lan # directory where event images are stored by motion # (see the 'target_dir' setting in motion.conf) file_dir = /var/www/htdocs/motion/camera-1 # server url to access montage file on server server_url = http:///motion/camera-1 # make the montage.png image (1=yes,0=no) # (nothing will be sent if this is set to 0) make_montage = 1 # keep event images (1=yes,0=no) # this will store all event images in a subdir of file_dir called 'history' keep_history = 0 # application name which will appear in the 'From' field of all email app_name = Motion # application email # this will be the sender address of all email the 'From:' field will be # formed like this: From: app_name app_email = root@ # for each weekday an exclusion time can be set # this is done in 24h notation in the form of -, # events will only be sent outside the defined time block, when left empty # events will be sent for the full 24 hours. see example below monday = 0800-1700 tuesday = 0800-1700 wednesday= 0800-1700 thursday = 0800-1700 friday = 0800-1500 saturday = sunday =