You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- # 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)
- #==== ================================ ============= ============
- tcp /usr/lib/postfix/dict_tcp.so dict_tcp_open
- mysql /usr/lib/postfix/dict_mysql.so dict_mysql_open
- sqlite /usr/lib/postfix/dict_sqlite.so dict_sqlite_open
- pgsql /usr/lib/postfix/dict_pgsql.so dict_pgsql_open
|