How to stop server sending emails 100%
I want to stop for dedicated server all outgoing emails.
I have some wordpress blogs, last version, security scanner, auto update it and still get hacked and provider black list me .
I decided to block 100% email, in fact i don't need to send emails.
I installed cpanel fresh default configuration.
My question it's how to disable email server at all.
1) If I go whm - service manager and disable Exim Mail Server it will 100% ?
Thank you !
-
Hello, Do you still want incoming email, or are you attempting to disable all email functionality on the system? Thank you. 0 -
Hi, You can try this : WHM -> Service Manager -> Uncheck Exim and Save. Also close port 25 on the server: To block outgoing port # 25, enter: /sbin/iptables -A OUTPUT -p tcp --dport 25 -j DROP Thanks 0
Please sign in to leave a comment.
Comments
2 comments