Gomes, Rich: > I have encountered another issue with my postfix config. I was hoping this > would be a common issue but I haven't been able to find anything on it. > My postfix servers are configured to read the access file when connections > are made but I have found that machines not in the access file or even those > which have REJECT as an action are allowed to send mail. > > I have specified it in my main.cf and run postmap access followed by service > postfix restart after I make changes > > mynetworks = hash:/etc/postfix/access
mynetworks should not be given an access map as input. It expects a different format ("man 5 access" says: a "type:table" lookup table is matched when a table entry matches a lookup string (the lookup result is ignored). Postfix acccess maps are used with check_mumble_access for mumble in client, helo, sender, recipient, ... Wietse