Submitted by PureLoneWolf on Thu, 10/11/2012 - 14:46
Hi there
I have a forum that is very busy and generates a lot of attention from people trying to register...generating a lot of email to yahoo email addresses. As the server now has a bad rep with Yahoo..I want to block any mail being sent to Yahoo from this domain. I need this to be for proper mail users but, more importantly, I need it to be blocked from PHP sendmail.
Is there a way I can do this? If I can't do it for a specific virtual domain, then how could I do it server wide?
Thanks
Status:
Active
Comments
Submitted by JamieCameron on Thu, 10/11/2012 - 19:44 Comment #1
There isn't any feature built-in to Virtualmin for this, but you can setup Postfix to do it manually - see http://www.postfix.org/RESTRICTION_CLASS_README.html#external
A better option may be to change the code for your forum to not send email to Yahoo..
Submitted by PureLoneWolf on Fri, 10/12/2012 - 00:35 Comment #2
Thanks - I have already configured the forum not to allow registrations from Yahoo, but I want to restrict those that have already registered as well.
I will check out the link