Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
415 B

; This file must be placed in "config" directory of your Haraka server.
;
; MongoDB Credentials
;
[mongodb]
; user
user=
; password
pass=
; host
host=mongo
; 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