OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietseporcupine.org)
Date: Thu Feb 01 2001 - 20:15:22 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Wolfgang Zeikat:
    > In the previous episode (02.02.2001), ishai <ishishcrosswinds.net> said:
    >
    > >I'm trying to make bennetts pop-before-smtp(1.29) to work with my postfix
    > >system. I followed exactly the darron quick tutorial, and added in the
    > >main.cf: smtpd_recipient_restrictions =
    > > permit_mynetworks
    > > reject_non_fqdn_recipient
    > > check_client_access hash:/etc/postfix/pop-before-smtp
    > > check_relay_domains
    > >
    >
    > wouldn't pop-before-smtp be somehow applied on smtpd_client_restrictions
    > (instead of smtpd_recipients)?

    It is; however, Postfix allows you to interleave restrictions of different
    types.

    In this case, the third smtpd_recipient_restriction is a restriction
    that allows recipients from authenticated clients, provided that the
    client sends a FQDN recipient address.

            Wietse