/[projects]/smsdaemon/smsdaemon.conf
ViewVC logotype

Diff of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 520 by torben, Sat Dec 26 23:01:01 2009 UTC revision 677 by torben, Tue Apr 27 21:03:37 2010 UTC
# Line 6  Line 6 
6  # * internal  # * internal
7  # * smstools  # * smstools
8  # * debug  # * debug
9  transceiver = smstools  transceiver = debug
10    
11    
12  #Which user / group should the daemon run as  #Which user / group should the daemon run as
# Line 40  plugin = urltrigger trigger=tou; url=htt Line 40  plugin = urltrigger trigger=tou; url=htt
40  plugin = shellexec trigger=wake; cmd=/usr/local/bin/wake; allowparms=0; returnoutput=0  plugin = shellexec trigger=wake; cmd=/usr/local/bin/wake; allowparms=0; returnoutput=0
41  plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1  plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1
42  plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1  plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1
 plugin = delayspam privileged=1  
43    
44  # Option task  # Option task
45  # Specify which tasks should be loaded  # Specify which tasks should be loaded
# Line 82  pin = 0067 Line 81  pin = 0067
81    
82  # Option inboxdir  # Option inboxdir
83  # where should the files be read from  # where should the files be read from
84  inboxdir = /var/spool/sms/inbox  inboxdir = /home/torben/smstool
85    
86  # Option outgoingdir  # Option outgoingdir
87  # where should the outgoing messages be written  # where should the outgoing messages be written
88  outgoingdir = /var/spool/sms/outgoing  outgoingdir = /home/torben/smstool

Legend:
Removed from v.520  
changed lines
  Added in v.677

  ViewVC Help
Powered by ViewVC 1.1.20