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.

dynamicmaps.cf 486B

1234567891011
  1. # Postfix dynamic maps configuration file.
  2. #
  3. # The first match found is the one that is used. Wildcards are not supported
  4. # as of postfix 2.0.2
  5. #
  6. #type location of .so file open function (mkmap func)
  7. #==== ================================ ============= ============
  8. tcp /usr/lib/postfix/dict_tcp.so dict_tcp_open
  9. mysql /usr/lib/postfix/dict_mysql.so dict_mysql_open
  10. sqlite /usr/lib/postfix/dict_sqlite.so dict_sqlite_open
  11. pgsql /usr/lib/postfix/dict_pgsql.so dict_pgsql_open