OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: fatal: dict_open_dlinfo ?

From: mdew (mdeworcon.net.nz)
Date: Thu May 01 2003 - 04:16:11 CDT


On Thu, 2003-05-01 at 20:36, Ralf Hildebrandt wrote:
> * mdew <mdeworcon.net.nz>:
>
> > > > postfix: fatal: dict_open_dlinfo: wildcard dynamic map entry no longer supported.
>
>
> > # Postfix dynamic maps configuration file.
> > #
> > # The first match found is the one that is used. The only wildcard
> > # allowed is '*', which matches everything. The first %s is expanded
> > # to the map type.
> > #
> > #type location of .so file name of open function
> > #==== ================================ =====================
> > * /usr/lib/postfix/dict_%s.so dict_%s_open
>
> This "*" thing looks like a "wildcard dynamic map entry" to me, which
> is "no longer supported". Try this:
>
> # *** Wildcards are not supported as of postfix 2.0.2 ***
> #
> # Postfix dynamic maps configuration file.
> #
> # The first match found is the one that is used.
> #
> #type location of .so file name of open function
> #==== ================================ =====================
> pcre /usr/lib/postfix/dict_pcre.so dict_pcre_open
> ldap /usr/lib/postfix/dict_ldap.so dict_ldap_open
> sdbm /usr/lib/postfix/dict_sdbm.so dict_sdbm_open
> tcp /usr/lib/postfix/dict_tcp.so dict_tcp_open

ok, that removes the error message...but when telnet'ing into port 25
it'll just hang there.

mdew:~# telnet 10.0.0.6 25
Trying 10.0.0.6...
Connected to 10.0.0.6.
Escape character is '^]'.

--
mdew <mdeworcon.net.nz>