-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-default.ini
59 lines (44 loc) · 1.01 KB
/
config-default.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
52
53
54
55
56
57
58
59
[general]
; REQUIRED
;domain = example.com
; Name will be shown in returned XML
;display_name = Mail
; Username format used for authentication to service
; [username|email]
;login_format = username
; Directory where will be saved logs
; Relative path to application root dir (nested dirs will be created too)
;log_dir = log
; Log file used for logging
;log_file = autodiscover.log
; If enabled, debug messages are logged to
; [emergency|alert|critical|error|warning|notice|info|debug]
;log_lvl = warning
[smtp]
; Hostname for SMTP protocol
;host = smtp.example.com
; Port used for SMTP protocol
;port = 465
; Autodiscover only
; [on|off]
;ssl = 'on'
; Autoconfig only
; [SSL|STARTTLS|plain]
;socket' = 'SSL'
; Secure Password Authentication
; [on|off]
;spa = off
[imap]
; Hostname for IMAP protocol
;host = imap.example.com
; Port used for IMAP protocol
;port = 993
; Autodiscover only
; [on|off]
;ssl = on
; Autoconfig only
; [SSL|STARTTLS|plain]
;socket = SSL
; Secure Password Authentication
; [on|off]
;spa = off