Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jmc.conf « conf - github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb309c97ac6fbce5460ea423b4c712057bfc4ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[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

[vcard]
url: http://people.happycoders.org/dax/projects/jmc

[smtp]
smtp_default_login: test
smtp_default_password: test
smtp_default_host: testhost
smtp_default_port: 25
smtp_default_tls: True
smtp_default_label: Default SMTP Server
enable_smtp_default_account: False