--- smsdaemon/smsdaemon.conf 2008/12/08 11:30:07 152 +++ smsdaemon/smsdaemon.conf 2008/12/10 22:02:28 175 @@ -8,12 +8,41 @@ # * debug transceiver = smstools -# Option serialport -# Only used by internal transceiver, specifies which serial port -# the modem is attached to -serialport = /dev/ttyUSB0 #Which user / group should the daemon run as # user = smsd group = smsd + + +# Where should logmessages go +# options: +# logfile : logs to /var/log/smsdaemon.log) +# syslog : use the system logger +log = logfile + + + +#config section for internal gsm modem transceiver +[gsmmodem] + +# Option serialport +# Specifies which serial port the modem is attached to +serialport = /dev/ttyUSB0 + + +# Option pin +# PIN code for the SIM card +pin = + + +#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