jasgot
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
Activity overview
Latest activity by jasgot-
jasgot commented,
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?
-
jasgot created a post,
Bandwidth usage issues on various accounts at different times.
It seams like every month I'll have an account or two that far exceed their bandwidth limit. I get the standard e-mails from the server: [domain.org] The account “mydomain” with primary domain “dom...
-
jasgot commented,
A user had implemented CPanel's Dynamic DNS url updater and didn't tell anyone! Ugh!
-
jasgot commented,
I just timed it, It took about one minute before the record was overwritten.
-
jasgot created a post,
A record keeps changing back after I update it.
AnsweredI have an account on my server and I am trying to change an "A" record's IP Address. After I changed it, and it successfully changed and saved, it changes back after a few minutes. It's crazy! ...
-
jasgot commented,
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!
-
jasgot commented,
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...
-
jasgot commented,
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...
-
jasgot commented,
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...
-
jasgot created a post,
cPanel blocking incoming e-mail before EXIM rewrite or router
I am writing an EXIM rewrite and router. cPanel is denying the incoming message before EXIM starts processing. I have incoming mail to a non existent user and I need to rewrite the header to prope...