What Is The Fastest IMAP Server?
Jan 17, 2008
I have a big performance problem with my IMAP server. In my inbox I have emails accumulated over several years (mailing lists, autoreplies, etc...). I have tens of thousands of emails in my inbox, and it's just too slow. I'd like to know what IMAP server you suggest. It has to be something that indexes messages also, as searches are very slow.
View 4 Replies
ADVERTISEMENT
Sep 27, 2008
Which Reputable Web host has the fastest deployment time for Dedicated Servers? The last server I bought took about one week to setup and that was not so pleasant.
I have read a lot of good reviews about The Planet and Softlayer on WHT. Which is the fastest in server deployment?
View 14 Replies
View Related
Aug 14, 2007
what's the fastest way to transfer 50gb of files from old server to new?
I tried using cpanel's backup to transfer a backup through ftp to my new server, but it stopped at 3gb.
I just need to transfer public_html directory and everything inside it from my old to new.
I dont have physical access to my server, just root access via ssh.
View 14 Replies
View Related
May 8, 2008
What is the fastest server Dual Xeon 3.06(HT) or Pentium D 3Ghz ?
to select the fastest one?
Dual Xeon 3.06 with HT
512K cache [1MB total on 2 processors]
533FSB
2GB Ram
Pentium D 3 Ghz (Dual Core)
2MB cache
800FSB
2GB Ram
==================================
My second question is,
Pentium D 3GHz mean
1.5GHz X 2 = 3GHz or
3GHz X 2 = 6GHz ?
View 5 Replies
View Related
Sep 2, 2007
I'm having trouble with horde it is giving me the following error:
Auth_imap: Required IMAP extension not found.
Now I pretty much know why that error is coming up I'm missing the IMAP module. What I don't understand is if it was their before why is it gone now. The last thing I did on the server was upgrade Perl.
I would like to get rid of this error but I'm afraid the only solutions will wipe my current setup. If of course their is a way to fix this error without ruining my current setup that would be a lot more useful
The main thing I want to do is retrieve an address book from the horde server. How would I go about finding where the address book is stored through the command line.
Thanks ahead of time for the help.
View 4 Replies
View Related
Jul 22, 2008
We have a customer with problens in his imap service, the connection to the server goes down all the time.
so the questions are:
- there is a time limit to stay connected? we can open a imap section and keep it open all the day?
- is possible to use the same login (use@domain.com) in 3 or more places at the same time?
- is possible that the imap server is with more connections than it can handle?
View 1 Replies
View Related
Jun 4, 2009
As you all know about hostingspeeds.com, offering you a list of world's fastest host. Is there any other sites doing such things?
And, be helpful to say me the hosting company whith PHP, MySQL support, that offer fastest speed on page load, accepting LibertyReserve as way of payment for their services.
View 6 Replies
View Related
Jun 27, 2008
I have been reviewing a lot of different data-centers and networks, and everybody seems to use different bandwidth providers. Is there any consensus on who the best (Top 5 maybe?) carriers are? According to WikiPedia.org, there are currently only 9 "true" Tier-1 carriers:
Quote:
AOL
AT&T
Cogent
Global Crossing
Level 3
Verizon Business
NTT Communications
Qwest
SAVVIS
Sprint
View 14 Replies
View Related
Dec 21, 2008
My new business will make or break, based on the speed at which a video loads.
Can anyone let me know of the absolute best hosting for a streaming video?
Is it Amazons?
I can remember reading about some service amazon offers, where depending on the location
of the visitor it will load from a server nearest to them.
Am I making that up, or did I see that somewhere?
View 11 Replies
View Related
Feb 8, 2007
Does anyone have any speed comparisons for the major forum softwares?
I have a customer who is on a dedicated server and server load is 25-30 and he is running SMF
Users Online 730 Guests, 148 Users
Would switching to another forum software, eg vbulletin make the load any less?
View 14 Replies
View Related
Jan 30, 2009
We have a client who has a site currently hosted with some guys in germany. I cannot speak german, so am unable to chat to the support there, so thought I would ask here.
We are wanting to move their site to new hosts, as we are re-developing it for them, and their current setup does not suit our needs.
The only issue I am not too sure about is the following:
They rely heavily on their email (what company doesnt nowadays?), and they currently have IMAP acounts. They use thunderbird on a Mac for all their emails, so all their mail would presumably be on their machines.
No, if I moved their email accounts, would all the emails be deleted from their Thunderbird on their Macs? I know they wouldnt for POP, but I have only ever dealt with POP, nt IMAp.
If they will get deleted, what is the best way for me to handle this?
View 11 Replies
View Related
Dec 3, 2006
ERROR:
Error connecting to IMAP server: localhost.
111 : Connection refused
I keep getting this error message from Squirelmail when i try to login can someone help me out.
View 1 Replies
View Related
Jul 10, 2008
pacificrack is fast but expensive for dedicated bandwidth. Who is cheapest for 60mbps? Prefer bandwidth speeds like pacifirack.
View 7 Replies
View Related
Oct 13, 2008
I am running an account on a shared server (pair.com) and need to recompile PHP to add the IMAP module. Is there anyone that can point me in the right direction. Is there a way to easily keep the current settings and just add this module?
View 13 Replies
View Related
Dec 29, 2008
i'm on Linux dedicated box -DirectAdmin panel
I use Squirrelmail to se my e-mail. When i try to log inn and read mail i get this message: Error connecting to IMAP server: localhost. Where can i change this......
Squirrelmail
SquirrelMail version 1.4.17
By the SquirrelMail Project Team
ERROR
Error connecting to IMAP server: localhost.
111 : Connection refused
webmail
ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) (/var/www/html/webmail/inc/class.uebimiau_mail.php:80)
RoundCube Webmail
Connection to Imap server failed
Read on another forum, that this can solve the problem
/etc/rc.d/init.d/imaps restart
/etc/rc.d/init.d/imap restart
-bash: /etc/rc.d/init.d/imaps: No such file or directory
-bash: /etc/rc.d/init.d/imap: No such file or directory
telnet localhost 143 for imap or 993 for imap over ssl
Usage: telnet [-8] [-E] [-K] [-L] [-X atype] [-a] [-d] [-e char] [-k realm]
[-l user] [-f/-F] [-n tracefile] [-r] [-x] [host-name [port]]
Also Xinetd restart don't help
[root@server etc]# /etc/rc.d/init.d/xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
Looks like that Imap isn't installed ?
Correct me if i'm wrong ..............
View 3 Replies
View Related
Jun 9, 2009
Which dedicated host is the fastest at providing servers with the newest CPUs?
Intel just announced a 6 Core CPU that is being released within a few months, so which Dedi host do you think will offer this first?
View 9 Replies
View Related
Oct 4, 2007
I am looking to host a couple of servers in one of the blazing fast uplinked US based colocation company to Asia ( India and China). What are the best solutions?
View 14 Replies
View Related
Nov 27, 2014
I need php imap extension for my server. How can I enable it?
View 3 Replies
View Related
Apr 9, 2015
I'm working on a plan for restoring my whole Plesk server fast in a worst case scenario. Which will never happen hopefully.
The backup is a full backup done by the Backup Manager in Plesk. It lies on a remote FTP server.
Right now I'm fetching the whole backup directory with wget while in the background the Plesk Installation is running. These actions take about 1h to complete.
Afterwards I would restore with /usr/local/psa/bin/pleskrestore.
Is there a better way? For example installing Plesk directly out of a full backup?
View 7 Replies
View Related
Jan 28, 2015
My Customers and I have Problems connecting to IMAP-Server. By moving through IMAP Folders I get the Massage "Unable to connect to your IMAP server. You may have exceeded the maximum number of connections to this server"
I know this Article: [URL] ... and all the other related to this issue.
[Code].....
View 9 Replies
View Related
Jun 18, 2014
Every time i use Dovecot secure IMAP server with Sieve support.I can not receive emails note. Upgraded from 11.5 to 12
Jun 18 08:03:36 CO6302 postfix/qmgr[1523]: 284FAA0E86: from=<my@gmail.com>, size=1943, nrcpt=1 (queue active)
Jun 18 08:03:36 CO6302 postfix-local[2036]: postfix-local: from=my@gmail.com, to=the@domain.com, dirname=/var/qmail/mailnames
Jun 18 08:03:36 CO6302 postfix/pipe[2035]: 284FAA0E86: to=<the@domain.com>, relay=plesk_virtual, delay=336, delays=335/0.01/0/0.19, dsn=4.3.0, status=deferred (temporary failure. Command output: lda: Error: user the@domain.com: Error reading configuration: Invalid settings: postmaster_address setting not given lda: Fatal: Internal error occurred. Refer to server log for more information. 4.2.1 Message can not be delivered at this time )
[code]...
View 8 Replies
View Related
Oct 27, 2008
IMAP Support
Im used DirectAdmin on my primary linux server, i need to IMAP support in php.ini for resolve my ticket import system in "WHMCS" But i dont know how can enable it on DirectAdmin.
Can you help me?
__________________
Need More Power?!PersianWhois.Com
View 3 Replies
View Related
Dec 14, 2007
I have the following IMAP folders in my MUA:
Archive
Drafts
Drafts/INBOX
INBOX
Sent
Spam
Trash
I'd like to know what this "Drafts/INBOX" is. I didn't create it. Is it a subdirectory? Or is it a problem with my MUA?
View 2 Replies
View Related
Mar 17, 2005
I am looking for some good tutorials or advice on backing up IMAP mail directly from the server.
Does anyone have any?
View 2 Replies
View Related
Sep 19, 2006
My problem is like this, I try to transfer an account from my old host to new host. This is how I do, I download all the file using ftp and upload all the file to new host.
Then I found that, website ok, email account created, database ok.. but IMAP email is gone ...
View 3 Replies
View Related