Hello Chris,
I was interested to read your comment about blocking ingress e-mail. I fully agree this is a good security practice, but find it incredible that so many systems are designed to spoof the local domain addresses. Until system developers start to code their e-mail systems correctly, using an ingress filter to block the local domain is virtually impossible.
A concerted push needs to be made to get developers to fix the flaw in their mail sending routines like this:
If the Scalix forums send me e-mail using my email address,
me@local.domain, then my system will reject it as a spoofed address.
What the Scalix forums should do is to send me an email from
ScalixForum@scalix.domain and then place the reply to address being my local domain. This way I can clearly identify the mail came from Scalix Forums, my ingress filter is happy because the address is not spoofed and any replies will be sent to my correct address.
You could even add a subject like, "The Scalix Forum has sent you a message from <SCALIX MEMBER>"
For the sake of one more e-mail header (being the reply to field) this is the easiest and most logical way to fix the problem and would result in a much more secure email environment for all users.
Bye.