jasgot
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Comments
Recent activity by jasgot-
A user had implemented CPanel's Dynamic DNS url updater and didn't tell anyone! Ugh!
-
If I am reading correctly, (at least from that IP range) they are performing a "get" on every single entry in our public calendar. Would this be a crawl?
-
I just timed it, It took about one minute before the record was overwritten.
-
Your Request id is: 4379639.
-
Michael, Thanks for your interest. I think you miss-construed the problem. LFD only reports the failed log in attempts, it does not cause them. LFD only reads the cpanel error logs. Also, ConfigS...
-
Thanks! Any other options available? The three that come with Cpanel are not very attractive.
-
Ha! I found the problem. In the Exim.Conf file I found this: # discover_sender_information is not included # because from_rewrites are not enabled Now to enable them!
-
New information and new issue. The problem was that I was editing the exim.conf and using basic editor save button to save, recompile, and restart. I am now using the advanced editor and it parti...
-
After using exim -d -bt to watch for the fail, I see it is failing at virtual_aliases in exim.conf I confirmed with the team there isn't a way to stop those checks. However, in the cPanel >> Defa...
-
Thanks. I thought rewrite acts at the time of smtp rcpt and then send back through exim with the new info? So, in the rewrite section, this: *.@domain1.com $1@domain2.com Ffrs should happen befo...