Good evening,
can somebody help me please how to optimize Roundcube mail klient (v1.4.4) for faster loading emails?
✓ Logging in is fast
✓ Show mail's list is too fast
✓ Same php version
✘ loading detail of message takes too long (click to e-mail for loading).
When I log the same e-mail account through Roundcube v1.3.11, it's fast, but version 1.4.4 not. So IMAP is working well.
Had you the same problem?
Thank you for your reply. :)
Related
This weekend had Update 1 for my organization on CRM Online 2015 (7.1.1.3149) and since then we are not receiving emails into CRM. We use email router, everything has been checked, version, tested connection, approved emails, .... . We are able to send emails from CRM but we are not getting responses back.
Anyone else going through the same problem? Any ideas to get it solved?
We use Gmail for most of our mailing and POP/SMTP through EmailRouter to get it in and out of CRM.
Already opened a service request, but last response was "an internal investigation was submitted to our Operations Team...." with no estimate for a response time.
Thanks in advance,
I solved a similar issue (crm online, upgrade to 7.1, router no longer working) doing this:
delete all configurations inside email router
update email router to latest version (it wasn't the latest)
re-create all configurations from scratch, ending up with the exact same settings I had before
In this case updating the Email Router was the problem. Looking into windows update noticed EmailRouter was updated (Update 1.1 - 7.1.0001) the day before the problem started. Looking further about this update found this thread.
Uninstalling Update 1.1 resolved the issue.
Also disabled automatic updates for other Microsoft products on windows update settings.
I am new to XMPP.
and I need to get chat history from Openfire with XMPP.
I did Googling but didn't get satisfactory Answer.
Any link or idea will be great help.
You need to install Monitoring service plugin to enable message archiving. You may have to upgrade your openfire service if this plugin is not appearing in your available plugins section in the admin console.
You will need to log into the admin console and go to:
Server --> Archiving --> Archiving Settings to enable message archiving.
Hope this helps you. Feel free to comment in case of any queries/doubts.
You need to enable archiving on the server.
Follow http://xmpp.org/extensions/xep-0136.html to get the messages.
So I've been running CF9 on Linux for a while and using CFMail to send email through a client's Exchange 2010 server for quite a while.
We're attempting to migrate to CF10 on Win2008, IIS7.5. Everything is set and ready to go except I can't get CF10 to verify the mail connection? I've got both mail settings (CF9 and CF10) set the exact same way and can view them open side by side and verify they're identical. However, while the CF9 verifies successfully the CF10 system fails??
I tried sending through CFMail tags while specifying the server credentials and see this in the CF10 log:
"javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client"
What does this mean? I know my authentication credentials are correct because I'm able to connect in CF9.
I've turned off all firewalls and still nothing. So, I then tried installing CF10 on my Mac laptop. It, too, will not verify the mail connection!
Is there a known problem with CF10 connecting to an Exchange mail server?
Any ideas?
I "solved" this.
I could find little online and received no comments to this thread. No combination of settings I tried would work and I have no access to the client's mail server. The person who runs that server couldn't run a lemonade stand so no help there.
Then I stumbled across this page. Nothing to do with ColdFusion but seemed like a similar issue.
Recent changes in the JavaMail API has changed certain authentication
defaults and sometimes will create an authentication error with some
Exchange Server environments dependent on the configuration.
I'd never put much thought into CFMail because it was always drop dead simple and simply worked. Focusing on this link's Resolution 2 (ie replace the mail.jar with an older version). I wondered if CF used JavaMail and if I could downgrade CFMail? I cracked open CF's mail.jar file and found that CFMail does, indeed, use the JavaMail API. So, I then checked the ColdFusion docs to see if any new features were added to CFMail between CF9 and CF10. None.
So, I swapped out the mail.jar file from my CF9 install to CF10 and restarted. Boom! Everything worked immediately. As far as I can tell I've had no compatibility issues to report.
Swapping the mail.jar did not work for me. However, adding the following to JVM arguments
-Djava.net.preferIPv4Stack=true
worked for me. Please refer to the following article
Java Mail mystery - SMTP blocked?
posted by another user
I'm trying to configure redmine to send email notifications once a day. I have installed a plugin: digest (https://github.com/drewkeller/redmine_digest)
I believe I followed the instruction (https://github.com/drewkeller/redmine_digest/blob/master/README.rdoc) pretty much correctly, but whenever I create a ticket the redmine still immediately sends email notification.
I want to receive a digest of notifications once a day, not every time I or someone create a ticket.
How should I correct this?
My setting for the plugin is:
Default setting for users [checked] send me digest emails
Days ago to start:1
Days to include:1
Output extra messages(console and log)[checked]
and My email notification setting is fully checked. Please help.
More information
Environment:
Redmine version 2.3.1.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter MySQL
Redmine plugins:
redmine_digest 0.2.0
At my company we run Hudson with 8 slave build machines. Sometimes, these slaves will go offline and need restarting. If no-one is looking at the Hudson web page, this can go unnoticed.
Is there a way to send an email to someone when a slave goes offline? I can't seem to find a relevant plug-in in the list.
Maybe you should consider using the email-ext plugin
Bye!