]> git.pld-linux.org Git - packages/gnokii.git/blame - gnokii.smsd.config
- merge from AC-branch:
[packages/gnokii.git] / gnokii.smsd.config
CommitLineData
92751c84
MK
1# Configuration file for gnokii smsd daemon
2
3# Database type. Could be pq or mysql
4DBTYPE=pq
5
6DBNAME=sms
7DBUSER=zork
8DBPASS=
9DBHOST=localhost
10
11# Available phones from gnokirc. If empty then smsd is started for phone
12# listed in [global] section in /etc/gnokiirc
13# For each phone index listed here one smsd instance is spawned
14# Put indexes of phone entries in gnokiirc file. 0 is [global] section
15# 1 is next section etc...
16PHONES="0"
17
18# pooling interval for incoming sms's in seconds. Default is 1 sec.
19INTERVAL=1
20
21# max number of sms messages for dumb mode. Leave empty for defaults
22MAXSMS_IN_DUMB_MODE=
23
This page took 0.065544 seconds and 4 git commands to generate.