--- a/postfix/pgsql-virtual_alias_maps.cf Sun Apr 08 16:20:43 2012 +0000
+++ b/postfix/pgsql-virtual_alias_maps.cf Sun Apr 08 16:29:37 2012 +0000
@@ -11,9 +11,4 @@
dbname = mailsys
# The SQL query template used to search the database
-# Use this VIEW-based template if you didn't create the pgsql function
-# `postfix_virtual_alias_map'.
-#query = SELECT destination FROM postfix_alias WHERE address='%s'
-
-# the recommended, function-based template
query = SELECT destination FROM postfix_virtual_alias_map('%u', '%d')