Email attachments automatically downloading instead of showing in tab - email

My clients website has just transferred from a aws plesk server to a cpanel litespeed server recently. Since the switch when they get emails that have attachments, they go to click on them and the attachment is prompted to download instead of opening in a new tab like it would do on the plesk server. Can anyone point me in the right direction on how to fix this issue?

Related

How can I change cPanel panel login URL

I have a vps with CentOS 7 and I installed the cPanel/whm control panel. I want to change cPanel login URL. for example: (mydomain.com/cpanel) to (mydomain.com/abcd).
I tested this ways but not effect to my issue:
https://forums.cpanel.net/threads/moving-default-cpanel-whm-locations-to-avoid-directory-scanners.248251/#post1037321
https://forums.cpanel.net/threads/disable-site-com-whm-and-site-com-cpanel.264932/#post1107121
How can I do it?

Drupal Webform HTML Email fine on Dev box, Text when deployed to server

Using Drupal 9.2.7 and Webform 6.1.2, I got the webform and html email working well on my dev machine. I am running WSL2 on Windows, and using Mailhog to validate the emails without an SMTP server. All looked good.
I copied the project to my test domain on A2Hosting and the emails come through as plain text.
I then installed Mail System and Mime Mail thinking that might be the problem. Mail hog shows nice emails in either the html or text version, but when sent from A2Hosting I see the text version and raw html in the same email. My email client (eM Client) say the email is in html format.
Unfortunately I do not have another place I can test this. Could Mailhog be hiding a configuration problem on my part or is there a chance A2Hostings mail system is mucking it up?
The solution turned out to be quite simple. I removed Mime Mail and Mail System, installed SMTP module, pointed it at an email account in my domain, and everything worked just as expected.

ejabberd 19.09 installed on windows 10, admin page gives 404 page not found

I have installed ejabberd from the windows installer on the ejabberd website. I installed it with admin privelages. It finished with no errors. I clicked on the 'start jabber' executable, and it gave a feedback that jabber is started in the console.
Afterwards it automatically opened a local HTML file telling me to go to http://localhost:5280/admin and enter my username and password which I previously set up. Cool, so I go there and I get 404 not found.
I tried on internet explorer and chrome.
I opened the log folder and found there is no log for errors, only the one from installation..
Anyone has made ejabebrd work on windows 10?
Thank you
The issue has been identified in github and has been fixed by the contributors.

Jenkins email notification with gmail smtp

Trying to send email using Jenkins- using the email notification plugin, using ssl option.
Initially was getting bad id/pwd error- also got login blocked alert emails from google.
So enabled the less secure apps. The error changed to javax.mail.AuthenticationFailedException: 534-5.7.14
I do not have 2-step auth enabled in gmail.
Read a couple of posts here suggesting - need to use 2-step auth method with gmail - is that the way to go?
How do I install older plugin?
I downloaded the older Mailer plugin 1.23 (wget) it is a .hpi file. But in my plug folder only has jpi files. What it is supposed to be?
Do I just go to the console and uninstall the current plugin and just copy this hpi file to /plugins folder?
Able to install the .hpi finally
Advanced installation
The Update Center only allows the installation of the most recently released version of a plugin. In cases where an older release of the plugin is desired, a Jenkins administrator can download an older .hpi archive and manually install that on the Jenkins master.
From the web UI
Assuming a .hpi file has been downloaded, a logged-in Jenkins administrator may upload the file from within the web UI:
Navigate to the Manage Jenkins > Manage Plugins page in the web UI.
Click on the Advanced tab.
Choose the .hpi file under the Upload Plugin section.
Upload the plugin file.
After uploading .hpi from local system using the GUI) - the Mailer plugin version shows the new older Mailer version 1.23. But you have to reconfigure it.
But still same error:
javax.mail.AuthenticationFailedException: 534-5.7.14
support.google.com/mail/answer/78754 q128sm12098788pga.24 - gsmtp. checking the google support link - I think am doing everything as suggested

IIS server help

I'm trying to automate access to a website that get reports from a Microsoft-IIS/6.0 server, or at least I assume that because that is what is appearing in the HTTP Headers. So if the website connects this server, does it download the file via FTP? Is there any way that I can find out the commands being sent form my browser?
The weird thing about the website is that it uses Crystal Report ActiveX viewer, is that client side, is there any way that I can control the viewer through PERL?
Also, this might be a really dumb question, but does IIS use SQL/MySQL?
Any help is appreciated!
There are a lot of ways to watch the traffic being sent between your browser and the server.
http://www.fiddler2.com/fiddler2/
Firebug for firefox
Chrome has it built in by hitting ctrl+shift+i
http://projects.nikhilk.net/WebDevHelper for IE
F12 in IE will show developer tools (look under network tab)
http://www.wireshark.org/ for watching any network traffic from any application