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 (wietse_at_porcupine.org)
Date: Mon Feb 03 2003 - 21:29:33 CST

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

    Lars Kellogg-Stedman:
    > I'm a bit puzzled by something in the Postfix documentation. What's the
    > difference between:
    >
    > smtpd_client_restrictions =
    > hash:$config_directory/access
    >
    > And:
    >
    > smtpd_client_restrictions =
    > check_client_access hash:$config_directory/access

    There is no difference. smtpd_<mumble>_restrictions sets the default
    access map type to check_<mumble>_access.

    Long ago (before smtp_delay_reject=yes was introduced), there was
    no way to override the default access map type.

            Wietse