--- smsdaemon/smsdaemon.conf 2008/12/23 12:09:08 216 +++ smsdaemon/smsdaemon.conf 2009/12/26 23:01:01 520 @@ -26,8 +26,11 @@ # Several plugin statements are allowed # syntax # plugin = [arguments] +# General arguments +# privileged - if this is set to 1(one) only the phones in the privileged list are allowed +# to invoke the plugin plugin = echo -plugin = spam +plugin = spam privileged=1 plugin = status plugin = hoststatus plugin = tog @@ -37,7 +40,7 @@ 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 plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1 - +plugin = delayspam privileged=1 # Option task # Specify which tasks should be loaded