diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index fef53363e..839026bbd 100644 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -1,5 +1,4 @@ # postfix-lib.pl -# XXX virtual mail boxes and read mail # # postfix-module by Guillaume Cottenceau , @@ -2073,7 +2072,7 @@ sub file_map_type { local ($type) = @_; return 1 if ($type eq 'hash' || $type eq 'regexp' || $type eq 'pcre' || - $type eq 'btree'); + $type eq 'btree' || $type eq 'dbm'); } 1;