Files
jmc/conf/jmc.conf
David Rousselie 30b41bd953 Complete Debian packaging
darcs-hash:20071130171759-86b55-eb1275573723a4caec19126f94ff645d7aa515d3.gz
2007-11-30 18:17:59 +01:00

34 lines
669 B
Plaintext

[jabber]
server: localhost
port: 5347
secret: secret
service_jid: jmc.localhost
#supported language: en, fr (See src/jmc/lang.py to add more)
language: en
[db]
#SQLite config
type: sqlite
host:
name: /var/spool/jabber/jmc.db
#Mysql config
#type: mysql
#host: root:pass@localhost
#name: /jmc
#db_url: %(type)s://%(host)s%(name)s?debug=1&debugThreading=1
db_url: %(type)s://%(host)s%(name)s
[component]
pid_file: /var/run/jabber/jmc.pid
#motd: "Message of the day"
welcome_message: "Welcome to Jabber Mail Component"
# a comma separated list of JIDs
admins: admin@localhost
log_file: /var/log/jabber/jmc.log
[jmc]
mail_default_encoding: iso-8859-1
check_interval: 1