Files
jmc/conf/jmc.conf
David Rousselie 53f0ae67f1 Update JMCComponent constructor call
darcs-hash:20070927173457-86b55-2677f4223efc3537c114b56d6d72d8fa1245f525.gz
2007-09-27 19:34:57 +02:00

29 lines
579 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]
#type: mysql
type: sqlite
#host: root@localhost
host:
name: /var/spool/jabber/jmc.db
#url: %(type)%(host)%(name)?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
[jmc]
mail_default_encoding: iso-8859-1
check_interval: 1