smsgateway/config.py.sample
2017-12-06 17:11:38 +01:00

12 lines
239 B
Plaintext

smshost = "192.168.1.100"
smsusername = "admin"
smspassword = "admin"
smssize = 160
smstemplate = "Nouveau mail de %s. Object %s. Message ..."
smsformat = "ascii"
mailboxes = "mailbox.csv"
pidfile = "/run/lock/smsgateway.pid"
log = True