>|->smtpd_recipient_restrictions = >|-> reject_unauth_pipelining, >|-> reject_non_fqdn_sender, >|-> reject_non_fqdn_recipient, >|-> reject_unknown_sender_domain, >|-> reject_unknown_recipient_domain, > > bad_ip.map, <<<<<<<<--------- This is what I was thinking and >putting the IP in there with a REJECT
The IMGate name for this file is the self-documenting mta_clients_bw.map, which you should have received with the basic IMGate files. It comes after reject_unauth_destination since whitelisting before reject_unauth_destination makes IMGate an open relay. if you want to blacklisting an ip in your networks, you have to add another file, mta_clients_black.map and put it before permit_mynetworks
