As far as I understand the documentation, the whitelist (Configuration > Mail Proxy) only applies to MAIL FROM.
As we use greylisting, I would like to whitelist known servers like this with a regex "mail[0-9].bemta[0-9][0-9].messagelabs.com"
Lars
As we use greylisting, I would like to whitelist known servers like this with a regex "mail[0-9].bemta[0-9][0-9].messagelabs.com"
Code:
NOQUEUE: reject: RCPT from mail1.bemta25.messagelabs.com[195.245.230.69]: 450 4.7.1
Lars