On Tue, Jan 06, 2009 at 07:58:07PM +0530, ram wrote:
> [[email protected] postfix]# postmap -q [email protected] cdb:/etc/postfix/vmap
> [email protected]
> [[email protected] postfix]# postmap -q [email protected] cdb:/etc/postfix/vmap
> [[email protected] postfix]#
Well, that's not how CDB tables work here, looks someone helpfully
modified your CDB driver or Postfix dictionary lookup interface.
The results below are obtained from Wietse's Postfix 2.5.5 code:
# postmap -q root cdb:/etc/postfix/virtual | tr 'a-z' 'x'
xxxxxx
# postmap -q ROOT cdb:/etc/postfix/virtual
xxxxxx
# postconf mail_version mail_release_date
mail_version = 2.5.5
mail_release_date = 20080902
# postconf -m
btree
cdb
cidr
environ
hash
ldap
pcre
proxy
static
unix
--
Viktor.
Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:[email protected]?body=unsubscribe%20postfix-users>
If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.