[smsdaemon] # Option transceiver # which transceiver should be used: # possible values: # * internal # * smstools # * debug 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 # 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