-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautodiscover.ini
51 lines (44 loc) · 1.37 KB
/
autodiscover.ini
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
46
47
48
49
50
51
# see https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo
# secure - SSL, STARTTLS, plain (without ssl)
# authentication - password-cleartext (plain password), password-encrypted (CRAM-MD5)
#
#
[general]
# Company URL
provider=localhost
#Company Name
name=Scalix Inc.
# Company Short Name
short_name=Scalix
# imap server hostname or ip
hostname=localhost
# ActiveSync host
active_sync_host=https://localhost/Microsoft-Server-ActiveSync
[ldap]
# ldap server
server_host = ldap://192.168.122.3:389
search_base = o=Scalix
version = 3
bind_dn = cn=sxqueryadmin,o=scalix
bind_pw = 1
query_filter = (mail=*{phrase}*)
[protocols]
imap=SSL://{0[hostname]}:993
imaps=plain://{0[hostname]}:143
pop3=SSL://{0[hostname]}:995
smtp=SSL://{0[hostname]}:465
[authentication]
default=password-cleartext
imap=password-cleartext
[well-known]
webdav=https://localhost/api/dav/
caldav=https://localhost/api/dav/
carddav=https://localhost/api/dav/
[host-meta]
# key(ignored) = value array first namespace(rel), second url, third description
#xbosh=["urn:xmpp:alt-connections:xbosh", "https://localhost:5280/bosh", ""]
#xsocket = ["urn:xmpp:alt-connections:websocket", "wss://localhost:443/ws", ""]
[documentation]
wiki=https://www.scalix.com/wiki/index.php?title=FAQ
wiki_en=Some frequently asked questions about Scalix
wiki_pt_br=Algumas perguntas frequentes sobre Scalix