Benny Pedersen: > On 2016-07-21 20:27, Steve Jenkins wrote: > > > whitelists and blacklists for Postscreen based on hostnames: > > https://github.com/stevejenkins/postwhite > > can blacklist be saved to seperate cidr file ?, so order of > blacklist/whitelist is user choices ? :=) > > postfix have always being first match wins
You could generate the file with good old cat from multiple sources. cat f1 f2 f3 >postscreen_access.tmp && mv postscreen_access.tmp postscreen_access Wietse