##
##  /kolab/etc/postfix/access -- access control for relaying
##
##  Searched for both the client (hostname, parent domains, IP address,
##  networks obtained by stripping least significant octets from IP
##  address) and destination address (resolved destination address,
##  parent domain, or localpart@) in order to allow relaying. Rejects
##  the request if the result is REJECT or "[45]XX text". Permits the
##  request if the result is OK or RELAY or all-numerical.
##

#   Syntax (see access(5)):
#   | user@domain        action
#   | domain             action
#   | user@              action
#   | net.work.addr.ess  action
#   | net.work.addr      action
#   | net.work           action
#   | net                action
#   where "action" is one of:
#   "[45]NN text", "REJECT", "OK", "restriction..."
#
#   Examples:
#   | mail.example.com OK
#   | example.com      REJECT
#   | 192.168.0.1      OK
#   | 192.168          REJECT
#   | postmaster@      OK

