Jump to content

tdm

Members
  • Posts

    40
  • Joined

  • Last visited

Recent Profile Visitors

944 profile views

tdm's Achievements

Explorer

Explorer (4/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

5

Reputation

  1. Of course, I'm only commenting on my experience and my personal use on Tommy: - I wasn't using RoundCube. I only use ThunderBird on my main PC. - It might be a placebo effect after these days of pain, but I feel like response times are better than before this DDoS issue. As far as I'm concerned, no further help is needed. Thanks again!
  2. Today a quick check shows that the situation has greatly improved: no 503 errors and normal response time. Thanks staff, you guys are great !
  3. Today I found around 80% downtime on Tommy, mainly 503 errors. Checked the logs : 1 - many mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper errors. 2 - Yesterday, got 898 requests from 92.62.121.xxx within a few hour : Wordpress illegal access attempts from Cyberzonehub. 3 - Previously I checked many illegal/abuse access from other server, mainly from : - VPN server - Datacamp - AmazonWebService - Chinese servers - etc Added more than 250 CIDR to .htaccess file to block them.
  4. Still got many intermittent 503 errors too, appeared one month ago or so. I tested with php script : <?php $json = json_decode(file_get_contents("_config.json")); var_dump($json); ?> ...this gives same result as full script (mySql / ajax). This seems not specific to code or account.
  5. Hi ! I noticed numerous 502 - 503 - 504 errors on Tommy since several days. Any idea ?
  6. All issues fixed. Any chance non-linux/nginx guru like me could receive early notifications on such issues and how/who fix it / part of it ? Best regards ;-)
  7. Dashboard is working ok - except for the phpMyAdmin part. :-( Site access gives either - 500 error - no MySQL - no SSL I read previously that Tommy had some issues today, but apparently it's still ongoing.
  8. Agree, Tommy looks a little bit tired today ! - no SSL - no MySQL Dashboard working - except for the phpMyAdmin part. :-(
  9. Thanks but no need for a quota raise, I've sorted the issue. Actually my site sends emails only for user's registration & when they forget their password. So that's no more than 10/day. The quota limit raise was only required when trying to sort the problem of mails ending into spam boxes and therefore having to use phpmailer more than usual for testing purposes. My site does not use any cms, I've coded all php/mysql/javascript by myself. You may ask more info if you need to. Thanks again for the help.
  10. So, things are ok now for both html and text body when using $smtp->Encoding = "quoted-printable"; The issue remains with outlook.com event when sending plain text (utf-8) mails, they all go to the spam box. According to github.com there is nothing I can do : https://github.com/PHPMailer/PHPMailer/issues/1412 The more important is that it is ok with gmail.com and yahoo.com for html body mails. Hope this helps. Thanks Team for your support !
  11. Thanks ! It also looks like $smtp->Encoding = "base64"; in my code is wrong as "base64-encoded HTML bodies make you look like a spammer" (from stackoverflow.com) So I changed it to $smtp->Encoding = "quoted-printable"; Now the problem is I cannot test this due to the "SMTP quota exceded" error ! Is it possible to have a temporary quota limit above 10/hour ?
  12. I flushed the cache and site is ok now. No more rDNS issue with mail-tester but now ALL mails go inside spam boxes - tested on yahoo.com / outlook.com / free.fr /gmail.com. :-( gmail worked ok before ! https://www.mail-tester.com/test-hs73gnpd4
  13. Thanks, but now I got the Plesk def page instead of the site ! Additionally the back-office pages are no more https. Web Server's Default Page This page is generated by Plesk, the leading hosting automation software. You see this page because there is no Web site at this address.
  14. Hi ! I recently moved the registration mail function on my site to plesk using phpmailer and everything is going well, but... all sent mails go into receiver's spam folder, except for the gmail addresses. I checked with mail-tester.com, it gives 10/10 but says that : Your IP address 65.19.154.93 is associated with the domain name 3(NXDOMAIN). However your message seems to be sent from tommy2.heliohost.org. You should change the DNS pointer record (Type PTR) and the host name of your server to the same value Here are the tested values for this check: IP: 65.19.154.93 HELO: tommy2.heliohost.org rDNS: 3(NXDOMAIN) This looks to me like Chinese stuff and is way beyond my skills ! I'm using two mail addresses (don't know if that matters) : admin@tdm-yamaha.heliohost.org no_reply@tdm-yamaha.heliohost.org Thanks for your help, I always appreciate the support found here.
  15. At 01:57 UTC it works ok again.
×
×
  • Create New...