haraka-wildduck
Este commit está contenido en:
30
production/haraka-wildduck/haraka/config/mongodb.ini
Archivo ejecutable
30
production/haraka-wildduck/haraka/config/mongodb.ini
Archivo ejecutable
@@ -0,0 +1,30 @@
|
||||
; This file must be placed in "config" directory of your Haraka server.
|
||||
|
||||
;
|
||||
; MongoDB Credentials
|
||||
;
|
||||
|
||||
[mongodb]
|
||||
; user
|
||||
user=
|
||||
; password
|
||||
pass=
|
||||
; host
|
||||
host=127.0.0.1
|
||||
; port
|
||||
port=27017
|
||||
; database name
|
||||
db=haraka
|
||||
|
||||
; collection name
|
||||
[collections]
|
||||
queue=email_incoming_haraka
|
||||
delivery=email_delivery_results
|
||||
|
||||
; Absolute path to store attachments
|
||||
[attachments]
|
||||
path=/home/node/Haraka/attachments
|
||||
|
||||
[enable]
|
||||
queue=yes
|
||||
delivery=yes
|
||||
Referencia en una nueva incidencia
Block a user