-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml_default
76 lines (61 loc) · 1.75 KB
/
config.yaml_default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
baseUrl: https://lighten-mailbox.zici.fr/
title: "Lighten Mailbox"
subTitle: " - Alléger vos boîtes mails"
maintenance:
active: false
emailForTest: [email protected]
ipForTest: 109.10.0.24
publicMsg: "Un petit bug sur l'applicatoin m'oblige à basculer en mode maintenance le temps de la résolution, merci de repasser plus tard."
url:
archive: 'https://lighten-mailbox.zici.fr/archive/'
archive:
life: 15 # in Day
delete:
relaunch: # Relance après date de création (in day)
- 5
- 10
db:
dsn: 'mysql:host=localhost;dbname=lightmb'
user: 'lightmb'
password: '**********'
mailer:
host: "mail.exemple.com"
port: 587
secure: "tls" # ssl or tls or comment for unsecure
certverify: false
auth: true
username: "[email protected]"
password : "***********"
from: "[email protected]"
replyto: "[email protected]"
subjectprefix: "[Lighten your mailbox]"
msgsignature: "Team of <a href='https://lighten-mailbox.zici.fr'>https://lighten-mailbox.zici.fr</a>"
log:
path: /var/www/lighten-mailbox.zici.fr/lighten.log
level: 4
# LOG_LEVEL_OFF = 0;
# LOG_LEVEL_FATAL = 1;
# LOG_LEVEL_ERROR = 2;
# LOG_LEVEL_WARNING = 3;
# LOG_LEVEL_INFO = 4;
# LOG_LEVEL_DEBUG = 5;
dir:
absolut: '/var/www/lighten-mailbox.zici.fr/web'
preview: 'preview'
archive : 'archive'
templateTab: templateTab
quotaArchive: 5000000000 # en Byte 1000000000 = 1Go
crypt: # https://www.php.net/manual/fr/function.openssl-encrypt.php
method: 'AES-128-CTR'
key: 'LesBoitesMailsDoiventMaigrires'
iv: 'ck98sle98zy39eft'
options: 0
imap_open:
n_retries: 3
# For Net_DNS2
nameservers:
- ns1.fdn.org
- 8.8.8.8
- 208.67.222.222
daemon:
sleep: 5