OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
'postconf -m' on debian

From: Sasa Babic (sasabhygia.pharmacy.bg.ac.yu)
Date: Mon Jun 23 2003 - 20:53:53 CDT


While playing with postfinger, I discovered something strange, at least
to me.

# postconf -m
static
nis
dbm
regexp
environ
btree
unix
hash

Notice that there is no pcre, nor mysql, nor ldap there.

But, I can use those missing maps, at least for pcre. I suspect that has
something to do with Debian packaging.

Packages related to postfix installed on this system:
# dpkg --get-selections | grep postfix
postfix install
postfix-doc install
postfix-ldap install
postfix-mysql install
postfix-pcre install
postfix-tls install

Well, shouldn't there be a few more maps on 'postconf -m' list?