Hi, Is it possible to implement body checks and header checks on a per-domain basis? I'd like to reject mail from domain1.com for one domain while allowing it to another.
Currently I have the following: header_checks = regexp:$config_directory/header_checks pcre:$config_directory/header_checks.pcre body_checks = regexp:$config_directory/body_checks regexp:$config_directory/body_checks.pcre relay_domains = $mydestination, example1.com, example2.com Perhaps it's something that can be done with the regexp itself?