macros in config support
21 Nov
2017
21 Nov
'17
11:23 a.m.
Hi.
Is there any support for macros in dovecot configuration - user defined macros?
For example:
server-config.conf: %define my_db_name "aaa" %define my_db_host "db.example.com" %define my_db_pass "sdfdsfsdfsdf2313" %define server_id 10 %define something blabla ...
dovecot-sql.conf: !include server-config.conf
connect = host=%{my_db_host} dbname=%{my_db_name} ....
iterate_query = SELECT ... WHERE os.id_pop3_server=%{server_id} ...
Basically to be able to use own macros anywhere in config files.
-- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
2634
Age (days ago)
2634
Last active (days ago)
0 comments
1 participants
participants (1)
-
Arkadiusz Miśkiewicz