/etc/postfix/dynamicmaps.cf - Ubuntu 14.04 LTS (Trusty Tahr)

This is the default example configuration of dynamicmaps.cf provided by Postfix. This config file was generated by Postfix running on Ubuntu 14.04.

It is located under: /etc/postfix/dynamicmaps.cf

    # Postfix dynamic maps configuration file.
#
#type	location of .so file			open function	(mkmap func)
#====	================================	=============	============
tcp	/usr/lib/postfix/dict_tcp.so		dict_tcp_open	
sqlite	/usr/lib/postfix/dict_sqlite.so		dict_sqlite_open	

    
  

Config Details

Location
/etc/postfix/dynamicmaps.cf
Operating system
Ubuntu 14.04 LTS (Trusty Tahr)
Length
6 lines
MD5 checksum
065906663f3b017a487dce2b81f85619

Usage

Download the raw file with wget or curl

Wget

wget -O dynamicmaps.cf.example http://exampleconfig.com/static/raw/postfix/ubuntu14.04/etc/postfix/dynamicmaps.cf

cURL

curl http://exampleconfig.com/static/raw/postfix/ubuntu14.04/etc/postfix/dynamicmaps.cf > dynamicmaps.cf.example