i basically want to add a feature to my site so user's can message eachother. i figured the best way would be to just hook it into sendmail, and have each user have an account on the domain.
how can i set it up so none of the user's accounts (except my own) can send emails to other domains or receive emails from other domains? and are there any premade libraries for making such a system for Java/JSP?
thanks!
Start Free Trial