From ec0e483d99200bda02547e425fb5d08697f6156a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 25 Aug 2022 04:39:44 +0200 Subject: Add email support --- cluster/prod/app/email/config/postfix/dynamicmaps.cf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cluster/prod/app/email/config/postfix/dynamicmaps.cf (limited to 'cluster/prod/app/email/config/postfix/dynamicmaps.cf') diff --git a/cluster/prod/app/email/config/postfix/dynamicmaps.cf b/cluster/prod/app/email/config/postfix/dynamicmaps.cf new file mode 100644 index 0000000..32d8f62 --- /dev/null +++ b/cluster/prod/app/email/config/postfix/dynamicmaps.cf @@ -0,0 +1,9 @@ +# Postfix dynamic maps configuration file. +# +# The first match found is the one that is used. Wildcards are not supported +# as of postfix 2.0.2 +# +#type location of .so file open function (mkmap func) +#==== ================================ ============= ============ +ldap postfix-ldap.so dict_ldap_open +sqlite postfix-sqlite.so dict_sqlite_open -- cgit v1.2.3