From: Ralf Hildebrandt (no email)
Date: Sat Sep 07 2002 - 06:26:35 EDT
On Sun, Sep 01, 2002 at 06:08:21AM +0200, Marco d'Itri wrote:
> myhostname = HERE-GOES-THE-HONEYPOT-HOSTNAME
>
> inet_interfaces = HERE-GOES-THE-HONEYPOT-IP-IF-HOST-IS-NOT-DEDICATED
>
> # accept everything
> mynetworks = 0.0.0.0/1, 128.0.0.0/1
> smtpd_helo_required = no
> smtpd_recipient_restrictions = permit_mynetworks, permit, reject
Do you actually NEED the reject behind the permit to make Postfix happy?
I would have thought:
mynetworks = 0.0.0.0/0
would suffice (with the default restrictions)
OR
smtpd_recipient_restrictions = permit
(but I would expect Postfix to puke because of the missing relay check :) )
-- Ralf Hildebrandt (Im Auftrag des Referat V A) Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155 Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|