Spammers are smart. :/
I've implemented TMDA lately, and am giddy with the results so far...no spam has been getting through!
However, I've noticed that the spammers have changed tactics now, and have received over 1000 spam emails that now are using my domain in the headers as the "From" address. I have, up to now, whitelisted my own domain, since there has never been much spam where my domain was being used as a forged from.
I can just blacklist my domain in TMDA, but what I'd rather do is try to stop the spam during the SMTP connection phase in sendmail instead of post-processing the mail through procmail.
So, how would I do that? What I'm seeing is random characters or common names @ my domain. There are only really 5 accounts in the domain that use email. I know if the spammers manage to guess one of those 5 accounts, they could still get through, but..
Let's say for now I just want to tell sendmail to only accept email with the local domain in the From header from only a subset of email addresses (or users). Any other, like "joefredbobspammer@domain.com" would be rejected as spam. How would I do that?
Thanks!
I've implemented TMDA lately, and am giddy with the results so far...no spam has been getting through!
However, I've noticed that the spammers have changed tactics now, and have received over 1000 spam emails that now are using my domain in the headers as the "From" address. I have, up to now, whitelisted my own domain, since there has never been much spam where my domain was being used as a forged from.
I can just blacklist my domain in TMDA, but what I'd rather do is try to stop the spam during the SMTP connection phase in sendmail instead of post-processing the mail through procmail.
So, how would I do that? What I'm seeing is random characters or common names @ my domain. There are only really 5 accounts in the domain that use email. I know if the spammers manage to guess one of those 5 accounts, they could still get through, but..
Let's say for now I just want to tell sendmail to only accept email with the local domain in the From header from only a subset of email addresses (or users). Any other, like "joefredbobspammer@domain.com" would be rejected as spam. How would I do that?
Thanks!