danielvasc
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by danielvasc-
danielvasc commented,
Do not know, sorry.
-
danielvasc commented,
The solution I found was blocking through the firewall. iptables -A INPUT -p tcp --dport 25 -m string --string 'ylmf-pc' --algo bm -j DROP Yours, Daniel Vasconcelos -- IT Analyst
-
danielvasc created a post,
Drop SMTP connection at HELO/EHLO matching machine name
Helo guys! Recently there has been many rogue incoming SMTP connections from different IP addresses with the same machine name " "ylmf-pc". My guess is that these different machines were infected ...
-
danielvasc created a post,
Not resolve local domain name
When I create the account domain "example.com.br", the name are not resolved from local server. What is this problem? I already delete the account and create again. I own over 200 domains registe...
-
danielvasc commented,
I added the following firewall rule: iptables -A INPUT -p tcp --dport 4000 -j ACCEPT Now I need to insert a rule in the apache configuration file (/usr/local/apache/conf/includes/post_virtualhos...
-
danielvasc created a post,
Redirect port to another directory
My server has the ip 186.209.138.66. I need when someone access the address 186.209.138.66:4000 be directed to the page http: //brphonia.com.br/bloqueio. On my server, the index.html "bloqueio" is ...
-
danielvasc created a post,
Exim - overwritten changes
When I make a change in the Exim configuration file (/etc/exim.conf), after a period, they are overwritten. As I do for these changes remain forever?
-
danielvasc commented,
But only authenticated on the server people can make sending messages. What's wrong with that? And you said that the settings will be overwritten?
-
danielvasc commented,
Solved! I'll show what I did: - Removed - Yours, Daniel Vasconcelos
-
danielvasc commented,
Same error. - Removed -