Skip to content

Commit

Permalink
commonly, this causes confusion during new installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruner committed Apr 7, 2021
1 parent bcca754 commit eb6cb73
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions install/src/scot/scot.cfg.pl
Original file line number Diff line number Diff line change
Expand Up @@ -137,23 +137,24 @@
stomp_port => 61613,
},
},
{
attr => 'imap',
class => 'Scot::Util::Imap',
config => {
mailbox => 'INBOX', # mailbox, typically INBOX
hostname => 'mail.domain.tld',# hostname of the imap server
port => 993, # port of the imap server
username => 'scot-alerts', # username of the
# account receiving alert email
password => 'changemenow', # password
ssl => [
'SSL_verify_mode', 0 # ssl options
], # see perldoc IO::SSL
uid => 1, # uid IMAP config item
ignore_size_errors => 1, # ignore_size_errors
},
},
## uncomment and configure if you wish to use LDAP
#{
# attr => 'imap',
# class => 'Scot::Util::Imap',
# config => {
# mailbox => 'INBOX', # mailbox, typically INBOX
# hostname => 'mail.domain.tld',# hostname of the imap server
# port => 993, # port of the imap server
# username => 'scot-alerts', # username of the
# # account receiving alert email
# password => 'changemenow', # password
# ssl => [
# 'SSL_verify_mode', 0 # ssl options
# ], # see perldoc IO::SSL
# uid => 1, # uid IMAP config item
# ignore_size_errors => 1, # ignore_size_errors
# },
#},
{
attr => 'enrichments',
class => 'Scot::Util::Enrichments',
Expand Down

0 comments on commit eb6cb73

Please sign in to comment.