That worked! Thank you!
-----Original Message----- From: Wietse Venema [mailto:wie...@porcupine.org] Sent: Tuesday, May 24, 2016 8:42 AM To: Gomes, Rich <gomes-r...@aramark.com> Cc: Postfix users <postfix-users@postfix.org> Subject: Re: postfix ignoring access file? Gomes, Rich: > mynetworks = 0.0.0.0/24 That matches IP addresses with a 24-bit prefix of 0.0.0. For a correct wildcard see this quote from "man 5 cidr_table" network_address/network_mask result When a search string matches the specified network block, use the corresponding result value. Specify 0.0.0.0/0 to match every IPv4 address, and ::/0 to match every IPv6 address. Wietse