Jump to content

r0nmlt

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by r0nmlt

  1. r0nmlt

    VPS23

    I am aware of the downtime due to the HD replacement but my vps is still down. I was talking with baloons on discord and his has already booted some hours ago, so maybe there is something wrong with the bootup of my VPS. Can you please check?
  2. username: fcsltd server: tommy transaction ID: 8N328382AR8057942
  3. For those like me who have been suspended for too many emails, a counter that keeps track is handy and helps in keeping within the 50 emails per day limit. This PHP script takes advantage of the report generated by cpanel track delivery tab. I filtered the generated report to include only the outgoing emails and then counted. I am not 100% sure this is foolproof as the filtering available is not clean cut. I have in mind of running a cron job (offsite) to execute the script (onsite) which checks the count. If anything changed it will generate a report and store it in the mail folder (this avoids adding to the sendmail count). Once the mail is synced with your home device the report in your mailbox will show the new daily count + some extra details. Please feel free to modify to tailor to your needs. Any suggestions welcome. PS my logging into heliohost is via 2FA, therefore I had to use the GoogleAuthenticator.php and FixedByteNotation.php scripts which should be place in a lib subfolder. GoogleAuthenticator.php FixedByteNotation.php KeyGenerator.php Logon.php
  4. Sorry but it was my fault. I set my outlook mail software to copy a hotmail account for all outgoing mail to keep a backup and this was adding a +1 to each email i sent. So 30 emails are actually 60 emails! I thought an email is 1 email but every cc is an additional email.
  5. thank you. my ip is still blocked though. I'll post the log as soon as I can get into Cpanel. Maybe I'm wrong.
  6. I am quite sure that this time I haven't gone over the 50 emails as I also removed all fowarding as this was counting against the 50 emails. I will check the mail route on cpanel to check how many emails are actually being sent and will revert. At your convenience please unsuspend. Thanks.
  7. Hi I just started getting an "invalid login" when I try to go into Cpanel. My username is fcsltd and I am on tommy. Can you please look into it? Thanks
  8. sorry but it looks like still blocked!! it's ok now. seems like it takes a while to unblock
  9. Can you please unblock my IP again. My username is fcsltd on tommy. Thanks.
  10. A couple of days ago my account what suspended due to excess emails. When this happens you cannot access your POP server, nonetheless the email client keeps on hammerring on interval to get in. I think this is what caused it.
  11. For some reason my IP was blocked! Can you please look into it. main site: fcs.com.mt username: fcsltd server tommy Thanks.
  12. Thanks for unsuspending. Is there a counter I can monitor not to go over the limit?
  13. Hi, My account has been suspended, I think I might have gone over the mail limit. Username: fcsltd server: tommy main domain:fcs.com.mt Thanks. Ron.
  14. Thanks. Hope I don't mess things up again.
  15. Sorry for bothering you all again. Yesterday I got suspended because I went over the email limit. Krydos was kind enough to unblock me. Today I find this The IP address 77.71.171.34 has been blocked for trying to log in to POP3 with the wrong password too many times. To prevent this from happening again in the future please make sure your email client username and password are correct. You won't be able to continue to cPanel until an admin unblocks you. To request that your IP be unblocked please visit I'm sure I didn't do this as the pop server is accessed by a outlook and the passwords are saved. Can you please unblock me again? username: fcsltd website: fcs.com.mt server: tommy
  16. Yes I needed to send some emails using DKIM otherwise they wouldn't deliver and my ISP doesn't support DKIM obviously, so I set my mail client to use heliohost and forgot to reset it back. Sorry.
  17. 2020 Server Improvements Good morning, thanks for all your work here at Heliohost. I´ve made a donation towards the fundraiser. Transaction-ID: 7LC203694H238044M HelioHost username: fcsltd heliohost server: tommy heliohost main domain: fcsltd.heliohost.org
  18. Donated USD 12.00 for renewal of static IP Paypal transaction ID: 26F37412AN149422M Username: fcsltd
  19. No all is fine. Took me a while to figure it why it wasn't working and before it was. But in the end it got solved and now using a better encryption method. Thanks for all your time guys.
  20. For anybody who is still using Outlook 2007 on windows 7 or other old mail clients which by default resort to TLS v1.0, there is a way to force Outlook 2007 to use TLS v1.2, I followed this article and got mine to work. https://blogs.technet.microsoft.com/schrimsher/2016/07/08/enabling-tls-1-1-and-1-2-in-outlook-on-windows-7/ Just in case in the future this page is no longer accessible these are the steps to follow: Install KB3140245 from Microsoft update. Create a DWORD value called DefaultSecureProtocols in both of the following locations and set its value to 0xA80 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp Create the following DWORDS in the locations shown: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client DWORD: Enabled Setting: 0 DWORD: DisabledByDefault Setting: 1 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client DWORD: Enabled Setting: 1 DWORD: DisabledByDefault Setting: 0 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client DWORD: Enabled Setting: 1 DWORD: DisabledByDefault Setting: 0 Reboot and you are good to go. Sniffing your connection should report 16 03 03 when handshaking TLS.
  21. Yes now it works. And it shows it is using TLS v1.0 from the initial handshake of TLS 16 03 01. Ok please turn them back off and I will sort my mail client out or update. Now we know that this started happened after the update because cPanel upped the security measures and turned off by default the old protocols AUTH PLAIN and TLS v1.0. Thanks for your co-operation.
  22. Whilst delving into this issue I realised that if you set your outlook encryption settings to AUTO as per hereunder: Outlook will try using STARTTLS. In my case this will fail as described in post #1, then it will revert to AUTH PLAIN and will send the mail. So whilst you are thinking that your outgoing mail is being sent encrypted, it actually is being sent as plain text. The way to enforce this is to set your encrypted connection to TLS. In my case this will fail to send the emails as I still have an issue with sending using STARTTLS.
×
×
  • Create New...