Sorry to continue this but I want to make sure the solution is correct here so others with the same problem can find it here as well. In #6 of this you say dynamicmaps.cf should look like this now:
# 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 pgsql /usr/lib/postfix/dict_pgsql.so dict_pgsql_open I believe you accidentally copied what my file contains and what it should look like now is: # dict-type so-name (pathname) dict-function mkmap-function cdb postfix-cdb.so.1.0.1 dict_cdb_open mkmap_cdb_open ldap postfix-ldap.so.1.0.1 dict_ldap_open mysql postfix-mysql.so.1.0.1 dict_mysql_open pcre postfix-pcre.so.1.0.1 dict_pcre_open pgsql postfix-pgsql.so.1.0.1 dict_pgsql_open sqlite postfix-sqlite.so.1.0.1 dict_sqlite_open You are correct that I kept the old config files. This can be solved on ubuntu 16.04 anyway by: cp /usr/share/postfix/dynamicmaps.cf /etc/postfix/ instead of using the symlink. Thank you so much for the help. Hope this is beneficial to others. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1628258 Title: unsupported dictionary type: pgsql (/usr/lib/postfix/dict_pgsql.so: No such file or directory) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1628258/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
