On Fri, Jun 04, 2010 at 12:37:14PM -0600, Josh Cason wrote:
> I'm just a tad confused.
>
> I currently only have one check client access file. That is
> /etc/postfix/access. Do I need another check client access file with
> postini's ip range?
I recommended a CIDR access file, e.g.:
# CIDR block Action
192.0.2.0/24 OK
This does not need to be indexed with "postmap". CIDR tables are
cached in memory.
> As below I do have a senders access list.
Fine. It is optional, I showed where you'd put one if you need it.
> But I don't have a recipient
> access list because this is mysql under virtual.
It is optional.
> # Special restrictions on sender or recipient that
> # apply to Postini filtered traffic. Can't use IP
> # checks here, since you only ever see Postini IPs.
> # check_recipient_access ${indexed}rcpt-access,
> # check_sender_access ${indexed}sender-access,
As you see the optional checks were commented out...
--
Viktor.