smsgateway/config.py.sample

12 lines
239 B
Plaintext
Raw Normal View History

smshost = "192.168.1.100"
smsusername = "admin"
smspassword = "admin"
smssize = 160
smstemplate = "Nouveau mail de %s. Object %s. Message ..."
smsformat = "ascii"
2016-01-15 11:38:38 +01:00
2017-12-06 17:11:38 +01:00
mailboxes = "mailbox.csv"
2016-01-15 11:38:38 +01:00
pidfile = "/run/lock/smsgateway.pid"
2017-12-06 17:11:38 +01:00
log = True