Skip to content

Commit eb6cb73

Browse files
author
Bruner
committed
commonly, this causes confusion during new installs
1 parent bcca754 commit eb6cb73

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

install/src/scot/scot.cfg.pl

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,24 @@
137137
stomp_port => 61613,
138138
},
139139
},
140-
{
141-
attr => 'imap',
142-
class => 'Scot::Util::Imap',
143-
config => {
144-
mailbox => 'INBOX', # mailbox, typically INBOX
145-
hostname => 'mail.domain.tld',# hostname of the imap server
146-
port => 993, # port of the imap server
147-
username => 'scot-alerts', # username of the
148-
# account receiving alert email
149-
password => 'changemenow', # password
150-
ssl => [
151-
'SSL_verify_mode', 0 # ssl options
152-
], # see perldoc IO::SSL
153-
uid => 1, # uid IMAP config item
154-
ignore_size_errors => 1, # ignore_size_errors
155-
},
156-
},
140+
## uncomment and configure if you wish to use LDAP
141+
#{
142+
# attr => 'imap',
143+
# class => 'Scot::Util::Imap',
144+
# config => {
145+
# mailbox => 'INBOX', # mailbox, typically INBOX
146+
# hostname => 'mail.domain.tld',# hostname of the imap server
147+
# port => 993, # port of the imap server
148+
# username => 'scot-alerts', # username of the
149+
# # account receiving alert email
150+
# password => 'changemenow', # password
151+
# ssl => [
152+
# 'SSL_verify_mode', 0 # ssl options
153+
# ], # see perldoc IO::SSL
154+
# uid => 1, # uid IMAP config item
155+
# ignore_size_errors => 1, # ignore_size_errors
156+
# },
157+
#},
157158
{
158159
attr => 'enrichments',
159160
class => 'Scot::Util::Enrichments',

0 commit comments

Comments
 (0)