Blocking Web-mail for specific e-mail user
Hello,
Is it possible to block webmail access for a particular e-mail user on cPanel server?
Regards,
AdminS1
-
Hello AdminS1, I'm not sure of your end-goal in this. You can easily change the permission/ownership of the mail folder to block *ALL* access in relation to the particular e-mail user. 0 -
Hello Triantech, My goal is to create a filter to keep deliveries within domain from some users and restrict them to use webmail from out side. Another idea is that I can change the passwords and configure the users email client my self without telling them the password. This way the will be able to use e-mail clients but since they don't know the passwords they will not be able to use mail client or web-mail from outside. 0 -
Hello, I have written filter to achieve the following, but somehow it's not working: User: abc@domain.com should be able send mail within domain.com But in case user abc@domain.com sends mail to any external domain i.e. abc@gmail.com it only deliver to monitor@domain.com ################################## # Monitor outgoing emails from domain.tld if first_delivery and ("$h_from:" contains "abc@domain.com") and ("$h_to:" does not contain "@domain.com") then unseen deliver "monitor@domain.com" endif ################################## Can someone help please? Regards, AdminS1 0 -
Hello, Can someone please tell me what's wrong with this filter ? Regards Source1 0 -
Hello :) How have you implemented the filter? Note that filters created in cPanel only apply to incoming email. Thank you. 0
Please sign in to leave a comment.
Comments
6 comments