summaryrefslogtreecommitdiffstats
path: root/extra/postfix/dynamicmaps.cf
blob: b8b8cd25b261c5ea01881aff71174f452acb7def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Postfix dynamic maps configuration file.
#
# The first match found is the one that is used.  Wildcards are not
# supported.
#
#type	location of .so file         	name of open function
#====	=============================	=====================
#ldap	/usr/lib/postfix/dict_ldap.so	dict_ldap_open 
#mysql	/usr/lib/postfix/dict_mysql.so	dict_mysql_open
#pcre	/usr/lib/postfix/dict_pcre.so	dict_pcre_open
#regexp	/usr/lib/postfix/dict_pcre.so	dict_pcre_open
#pgsql	/usr/lib/postfix/dict_pgsql.so	dict_pgsql_open

# apk tools will manage the lines below
## AUTO BEGIN ##
## AUTO END ##