postfix/pgsql-transport_maps.cf
branchv0.6.x
changeset 501 f2387d60624b
parent 490 9cdc6ef83265
--- a/postfix/pgsql-transport_maps.cf	Sun Apr 08 16:20:43 2012 +0000
+++ b/postfix/pgsql-transport_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_transport_map'.
-#query = SELECT transport FROM postfix_transport WHERE address='%s'
-
-# the recommended, function-based template
 query = SELECT transport FROM postfix_transport_map('%u', '%d')