|
137 | 137 | stomp_port => 61613, |
138 | 138 | }, |
139 | 139 | }, |
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 | + #}, |
157 | 158 | { |
158 | 159 | attr => 'enrichments', |
159 | 160 | class => 'Scot::Util::Enrichments', |
|
0 commit comments