opentrashmail/example.config.ini

17 lines
567 B
INI
Raw Normal View History

; RENAME THIS FILE TO config.ini FIRST
[GENERAL]
2019-08-15 19:43:55 +00:00
; Enter your domains here. Comma separated if multiple
DOMAINS=yourdomain,sub.yourdomain
; Enter the admin email address. If you choose this email on the website you will see all emails from all users
; The email doesn't really have to exist or have mail but must look like an email address
;ADMIN=some@random.email
[MAILSERVER]
; Port that the Mailserver will run on (default 25 but that needs root)
2019-10-03 14:24:29 +00:00
MAILPORT=25
2019-10-06 17:07:22 +00:00
2019-10-03 14:24:29 +00:00
[DATETIME]
; The moment.js format you'd like your date to be formatted in
DATEFORMAT="D.M.YYYY HH:mm"