* Martin Schmitt (Schmitt Systemberatung) <m...@scsy.de>:
> Hi all!
> 
> I'm confronted with a legacy system (/etc/postfix has not received any
> edits since 2006, current uptime is 150 days) that looks like this:
> 
> # grep -v '^#' /etc/postfix/access
> 0.0.0.0/0     HOLD
> 
> # postconf -n | grep access
> smtpd_sender_restrictions = hash:/etc/postfix/access

That's wrong, since "0.0.0.0/0" is CIDR format and it's not a sender.

> All incoming mail gets put on hold, as intended.

I wonder how this can work.

> Everything about this seems to be wrong: The CIDR notation in "access",
> the smtpd_sender_restrictions and the fact that the client match appears
> to be done in the sender context.

Yes. I'm intrigued.

> smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
> smtpd_sender_restrictions = hash:/etc/postfix/access

check master.cf?

> transport_maps = hash:/etc/postfix/transport
What's in here?

-- 
Ralf Hildebrandt (ralf.hildebra...@charite.de)          snick...@charite.de
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
I have never left my schooling interfere with my education. - Mark Twain

Reply via email to