--- smsdaemon/smsdaemon.conf 2008/12/09 21:44:15 168 +++ smsdaemon/smsdaemon.conf 2008/12/21 17:42:30 207 @@ -15,6 +15,32 @@ group = smsd +# Where should logmessages go +# options: +# logfile : logs to /var/log/smsdaemon.log) +# syslog : use the system logger +log = logfile + +# Option plugin +# Specify which plugin(s) should be loaded +# Several plugin statements are allowed +# syntax +# plugin = [arguments] +plugin = echo +plugin = spam +plugin = status +plugin = hoststatus +plugin = tog +plugin = weather +plugin = list +plugin = urltrigger trigger=tou; url=http://t-hoerup.dk/test.php +plugin = shellexec trigger=wake; cmd=/usr/local/bin/wake; allowparms=0; returnoutput=0 +plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1 + +# Option task +# Specify which tasks should be loaded +task = spool + #config section for internal gsm modem transceiver [gsmmodem] @@ -24,6 +50,11 @@ serialport = /dev/ttyUSB0 +# Option pin +# PIN code for the SIM card +pin = 0067 + + #this is the config section if the smstools transceiver is chosen [smstools]