Author |
|
carlos.sanchez Newbie
Joined: 18 September 2012 Location: United States
Online Status: Offline Posts: 2
|
Posted: 18 September 2012 at 7:58pm | IP Logged
|
|
|
Hello everyone. I was wondering if there was a way to restrict incoming and outgoing mail based on the domain. Here's the scenario:
We want our WebMail users to be able to send messages ONLY to recipients @domain1.com and @domain2.com.
We also went them to be able to receive messages ONLY from recipients @domain1.com and @domain2.com.
I'm running WebMail Lite ASP.net on top of Windows Server 2003's built-in POP3 server using MySQL for the database. I can already send and receive messages, but I want to impose the restrictions above. Is there a way to do this with my setup?
Thank You!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 September 2012 at 9:30pm | IP Logged
|
|
|
That's not configurable I'm afraid, you would have to modify the source code to implement that behavior.
Ideally, this should be adjusted on mail server level. WebMail client can (in theory) restrict recipient addresses when sending email, but I don't think there's a way to restrict addresses mails are coming from - unless you, say, delete them by WebMail if they don't meet some requirements, and even then users might still get those with another client.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
carlos.sanchez Newbie
Joined: 18 September 2012 Location: United States
Online Status: Offline Posts: 2
|
Posted: 19 September 2012 at 10:51am | IP Logged
|
|
|
Ah, I was afraid you would say that. Thank you for taking the time to read my post and respond.
|
Back to Top |
|
|