--- smsdaemon/smsdaemon.conf 2008/12/07 20:11:40 147 +++ smsdaemon/smsdaemon.conf 2008/12/09 21:44:15 168 @@ -6,11 +6,32 @@ # * internal # * smstools # * debug -transceiver = internal +transceiver = smstools + + +#Which user / group should the daemon run as +# +user = smsd +group = smsd + + + +#config section for internal gsm modem transceiver +[gsmmodem] # Option serialport -# Only used by internal transceiver, specifies which serial port -# the modem is attached to +# Specifies which serial port the modem is attached to serialport = /dev/ttyUSB0 + +#this is the config section if the smstools transceiver is chosen +[smstools] + +# Option inboxdir +# where should the files be read from +inboxdir = /var/spool/sms/inbox + +# Option outgoingdir +# where should the outgoing messages be written +outgoingdir = /var/spool/sms/outgoing