--- smsdaemon/smsdaemon.conf 2008/12/07 20:11:40 147 +++ smsdaemon/smsdaemon.conf 2008/12/10 22:02:28 175 @@ -6,11 +6,43 @@ # * internal # * smstools # * debug -transceiver = internal +transceiver = smstools + + +#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 -# 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 +# 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