Hi,
I have been trying to put together a PCRE format regular expression in the header_checks file to block senders spoofing our domain, but accepting a few addresses hosted by other companies that do spoof our domain to send mail in to our organisation. i.e.
We want to block allow spoofing of our domain @example.com, but allow a couple of exceptions like test1@example.com, and test2@example.com, test3@example.com.
The regex I have managed to write is working but very cumbersome and may be hard to manage in the future.
Could anyone suggest a better way of doing this instead ? we already have an entry in the sender_access file to block mail being spoofed as @exmaple.com but this does not always work and we are see a rise in the amount of address spoofed messages arriving in to the mail routers ?
Many thanks in advance.
I have been trying to put together a PCRE format regular expression in the header_checks file to block senders spoofing our domain, but accepting a few addresses hosted by other companies that do spoof our domain to send mail in to our organisation. i.e.
We want to block allow spoofing of our domain @example.com, but allow a couple of exceptions like test1@example.com, and test2@example.com, test3@example.com.
The regex I have managed to write is working but very cumbersome and may be hard to manage in the future.
Could anyone suggest a better way of doing this instead ? we already have an entry in the sender_access file to block mail being spoofed as @exmaple.com but this does not always work and we are see a rise in the amount of address spoofed messages arriving in to the mail routers ?
Many thanks in advance.