-
Posts
17,713 -
Joined
-
Last visited
-
Days Won
662
Everything posted by wolstech
-
This support request is being escalated to our root admin.
-
Weird. It usually starts working again within a few minutes of me unblocking it. Krydos can fix this. Also, I wonder if it's possible to whitelist you since you get blocked all the time... Escalating.
-
The IP you're posting from is not blocked. Is there another IP that needs to be unblocked?
-
That account is not suspended. If you see a suspended page, please clear your cache.
-
[Solved] Addon Domain Failed With Internal Error 500
wolstech replied to Bailey's topic in Escalated Requests
This support request is being escalated to our root admin. -
Unblocked again.
-
[Solved] Suspended: Hh_Shurgrel
wolstech replied to shurgrel2's topic in Suspended and Queued Accounts
Your account was suspended for running too many cron jobs. To help keep load low, we limit accounts to two (2) cron executions in a 24 hour period. This means that, if you only have a single job, it can run no more frequently than once every 12 hours, with two jobs, they can each only run once a day, and so on. Your account has been unsuspended. -
We do, though since his goal is to process emails as they arrive, it's easier and lighter on resources to just have the mail server directly hand the email to the script when it arrives, as opposed to having the mail server save the mail in the mailbox and constantly watching the mailbox to grab the mail out of it.
-
[Solved] Add Domain Not Showing In Add Domain List
wolstech replied to nurdidy's topic in Escalated Requests
Unless you want to move to the Tommy server, you can just wait for Krydos to fix it. -
This support request is being escalated to our root admin.
-
[Solved] Add Domain Not Showing In Add Domain List
wolstech replied to nurdidy's topic in Escalated Requests
Johnny loves to fail to add domains because of his high load. There's a bunch of things that happen when you add a domain, and some of them are timing out because the server isn't fast enough to do all of it before it reaches the time limit. Our root admin Krydos can fix that Apache error and manually add it for you so it will work. I'd personally recommend moving to Tommy though. He's much faster and doesn't have issues like this. -
[Solved] Add Domain Not Showing In Add Domain List
wolstech replied to nurdidy's topic in Escalated Requests
It was half-added and failed, likely due to server load. Johnny is known for this issue. Escalating so Krydos can add it for you. -
Mono is installed. I've never tried running one personally, but nobody has ever tried running a .NET EXE on our servers since it's an odd thing to do on a shared host. Our root admin Krydos would know for sure, so I'll escalate this.
-
This forum is meant for help with general software management and coding. It's not for help with your hosting account. Issues with your hosting account, domains not adding, IP blocks and suspensions, etc. should be posted over in Customer Service: https://www.helionet.org/index/forum/45-customer-service/
-
[Solved] Add Domain Not Showing In Add Domain List
wolstech replied to nurdidy's topic in Escalated Requests
Johnny is known for this. Have you tried re-adding the domain? If so, what error do you get? -
The addon domain probably failed to add. It's very common if you're on Johnny. Try adding it again. If it gives you an error, create a new topic with the domain name and your username and a root admin can check on it for you.
-
An EXE won't run on our servers since we run linux. There's a difference between .NET PC software and ASP.NET (web software), we only support the latter. ASP.NET software is written differently, and generally comes in the form of .aspx files and dll files (depending on whether you compile it or not). You'll need to develop the program you want to run in a form our server can handle before you worry about email triggers. Can you write the email processing code in something like PHP/Python/Perl? The "monitor" component that watches the mailbox is not needed and should be left out. The mail server will handle that for you.
-
This support request is being escalated to our root admin.
-
Unfortunately yes, especially with the timeouts in webmail. The undelivered emails will probably arrive eventually. I suspect the mail sever wasn't responding when they were sent, so the sender never delivered them. If you move to tommy, the mail service will function as you expect it to, since that server is not overloaded.
-
Unblocked. We usually recommend you use https://heliohost.org/login/ for logins, you won't get blocked that way.
-
Escalating.
-
Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. <br /><br />If you still see the suspended page, please clear your cache.
-
This support request is being escalated to our root admin.
-
Request: Free Auto Ssl Installation On My Domain
wolstech replied to maicol01's topic in Customer Service
This topic was from June... AutoSSL installs itself in 24 hours if you're on Tommy. It's not supported on Johnny. Please create a new topic for remote Postgres, specifying the database name, database user, and IP addresses that need access to it (or if you want any IP to work). -
That's a timeout. Whatever Java server that program is running on needs to be checked to ensure that it has access to the internet over port 465. If it's on your PC, turn off your firewall and see if it works. The fact it works on your phone tells me the SMTP server is not broken.