From: Stephane Bortzmeyer (no email)
Date: Wed Jul 07 2004 - 02:15:29 EDT
On Tue, Jul 06, 2004 at 11:39:56PM +0200,
denis bonnenfant <> wrote
a message of 70 lines which said:
> Well, I tried to run exactly this setup on a debian/testing box
Me too and I use the new experimental postgrey Debian package
(http://fortytwo.ch/debian/postgrey) which seems perfect.
> fatal: dict_open: unsupported dictionary type: inet: Is the
> postfix-inet package installed?
This is an artefact. When a dictionary entry has a type of XXX, the
package asks for postfix-XXX. Obviously, there is no postfix-inet
which makes me think you may have a spurious 'inet' entry in a
dictionary elsewhere. 'grep inet /etc/postfix/*' ?
For the record, my main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
reject_unauth_destination
check_policy_service inet:127.0.0.1:60000
|
|
|