forked from yves-lndm/Roundcube-Vacation-Autoreply-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
32 lines (28 loc) · 803 Bytes
/
config.ini
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
; Configuration file
;
;
; Syntax of this file is identical to php.ini where string values need to be quoted.
; See remarks there.
;
; To overrule the default settings, create a per-host key.
; See examples at the bottom of INSTALL.TXT
;
[default]
driver = "virtual"
subject = ""
body = ""
transport = "autoreply"
dbase = "postfix"
always_keep_message = true
dsn = "mysql://username:password@localhost/postfix"
select_query = "SELECT goto FROM %m.alias WHERE address='%e' AND goto='%g'"
insert_query = "INSERT INTO %m.alias (address,goto) VALUES ('%e','%g')"
delete_query = "DELETE FROM %m.alias WHERE address='%e'"
[dotforward]
binary = "/usr/bin/vacation"
flags = ""
message = ".vacation.msg"
database = ".vacation.db"
alias_identities = true
set_envelop_sender = false
always_keep_message = true