Hello, I have a server with different domains on it. Some domains should only receive emails from specific IP adresses (SPAM filtering) while other domains should accept emails from all domains.
How could I implement this ? I suppose I have to do a hash with the specific IPs, and add this hash as filter for the domains that should be filtered ? Is this correct, and could someone point me to how it should be done ? Thanks a lot in advance, Denis