Adding IMAP To Apache/PHP

Apr 4, 2006

I installed Fedora Core 4 from the DVD included with the "Run Your Own Web Server" book. Everything went great.

Now I need to add IMAP to PHP. This has proved very difficult, as it seems that the sources are not provided. I downloaded the latest Apache and PHP and tried to build with the same configuration used to build the ones that came with the book. (Apache went fine - the module inclusions are done through the configuration files. PHP is not going well at all - I grabbed the ./configure options from a phpinfo() call, and it just barfed all over the place.)

Simple question: is there an easy way to get the IMAP into PHP without going through the recompilation?

Simple answer: Install the PHP-IMAP RPM. I sure made this a lot harder than it need to be.

View 1 Replies


ADVERTISEMENT

Horde Mail IMAP :: Auth_imap: Required IMAP Extension Not Found

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

Adding Extension To Apache Config

Apr 20, 2009

I run a Perl/CGI script from a Web page to download some files located in a Linux server. When I click from a Windows XP on the link of the file to download via this Web page (IE), a dialog box will be displayed to ask me to "Open" or "Save" the file (.txt, .doc, .xls,...) but for some extensions like ".dat" or ".asc", the dialog box ask me to save it only and I have not an "Open" button.

I tried to configure Apache to add these extensions as text/plain by adding these lines in http.conf:

AddType text/plain .asc .txt .dat

How can I add these extensions (.dat, .asc and other extensions) to Apache configuration to be able to open it with Textpad or Notepad?

I hope that the users will be able to open it with Notepad or TextPad without saving it. I know that we can add this type directly in the stations XP but I have a lot of users and I cannot manage that. I hope to perform it from the server. I think something is wrong or missing in my AddType, AddHandler or LoadModule?

View 5 Replies View Related

Apache :: Adding To Header Requested URL

Oct 22, 2014

I am attempting to add a header a number of requested urls i.e.[URL]...

I understand that this can be achieved by

-using mod_rewrite to set an environment variable
-using mod_headers to add a header based on the existence of an environment variable.

So far I can add the a new header thus

Header add RSS_FEED_URL "Akamai-Edge-Control"

How to achieve this.

View 1 Replies View Related

Apache :: Adding Variables To Environment

Nov 25, 2014

I was trying to get the OCI8 and PDO_OCI extensions of PHP to work with Apache 2.4 and one of the things that needed to be done was to add a couple of variables to the Apache environment, but when I added these:

ORACLE_HOME="/some/path"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ORACLE_HOME/lib"

Apache took ORACLE_HOME fine, but LD_LIBRARY_PATH never took the values of the variables, I had to put the absolute value of them in order for it to take it.

How I can get Apache to take variables?

This is on Linux.

View 1 Replies View Related

Apache Crash When Adding Sub-domains

Jun 2, 2015

We have an ongoing problem with Plesk on 1and1 dedicated servers.We host around 80 websites, all of which are very light and have relatively low traffic. When we get to setting up around the 70th website and create a new sub-domain, Apache crashes with the error:

Template_Exception: Can not restart web server:
file: /usr/local/psa/admin/plib/Service/Driver/Web/Server/Apache.php
line: 104
code: 0

We then run "bootstrapper.sh repair" to get Apache back online. But can't create any new sub domains, without the same issue occuring. With each server, 1and1 raise a ticket with Parallels, who log in and fix the issue. But then Following the Parallels fix, the server runs slowly, sometime throwing up 502 errors etc, which nobody is able to fix, and again, we have to move servers.We have just hit exactly the same issue on our 3rd and final 1and1 server.

View 1 Replies View Related

Apache On OSX Is Adding PHP Extension Within URL - Breaking Mod Rewrite

Sep 23, 2013

I am setting up my work environment on OSX (a new macbook), and my previous setup is a Windows 7 PC. I've found that mod_rewrite is no longer working, and have found some clues why:

Typically, I want to take [URL] ....

which by mod_rewrite will get turned into [URL] ....

so far so good, and this works fine on the Windows PC.

However, I believe Apache on my macbook has something configured differently, as since it knows about the file catalog.php, it appears to update [URL] ....

BEFORE the mod_rewrite happens. Hence the mod_rewrite fails.

I am basing this on having enabled RewriteLog in httpd.conf.

Found the fix. Per stackOverflow - turns out adding the following to the .htaccess file:

Options -MultiViews stops this behavior.

Source: [URL] ....

View 1 Replies View Related

Apache :: Adding A Header To A Number Of Requested URLs

Oct 23, 2014

I am attempting to add a header to a number of requested urls i.e. domain/feeds/chicago, domain/feeds/*.I understand that this can be achieved by

•using mod_rewrite to set an environment variable
•using mod_headers to add a header based on the existence of an environment variable.

So far I can add the a new header thus Header add RSS_FEED_URL "Akamai-Edge-Control"

View 1 Replies View Related

IMAP Support

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

IMAP Subfolders?

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

Backing Up IMAP?

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

IMAP Email Gone

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

How To Install IMAP On PHP

Jul 28, 2008

few clients need IMAP on php, is it possible to install it over WHM ? If not what is the best way to install it?

View 4 Replies View Related

IMAP & Outlook

Jan 26, 2007

Hi when configuring MS Outlook with an IMAP account it works perfectly, however when you send email it only ever goes into the default personal files sent folder, is there anyway to get sent items from each imap account to go into their own imap sent folder?

View 1 Replies View Related

Setting Up IMAP?!

Apr 1, 2008

My first post on here! I have just signed up with a VPS, and before I did so, i asked if IMAP was supported, and that was confirmed.

Now, when I try to get it to work, I am told by support that my current mails transport agent (mailEnable) does not support IMAP, and that I should elect not to use mailEnable and configure IMAP with the Microsoft Services.

Now, here I am lost. What do they mean, and how do i proceede Thank you for any input!

View 3 Replies View Related

SSL Certificates And IMAP

Oct 28, 2007

If your provider has a self-signed ssl.. anyway you can import those into clients like Outlook or Windows Mail (formerly OE6 on XP)

To stop the nagging prompts.. or is there a setting to stop prompts?

View 1 Replies View Related

POP Does Authenticate But IMAP Does!

Oct 17, 2006

I am setting up a VPS / Linux server, created an account, and set up an email account. However, when I attempt to access the email account via. pop3, either the email account or pw is not accepted. However, I can access the same email account via. IMAP.

Also, I can telenet into the pop3 system, but not log into the account, and I can access the account via. WEBMAIL.

I set up the account with WHM/CPanel. Is there some required setting to activate or setup the pop3 system?

View 6 Replies View Related

Imap & Spamd?

Oct 28, 2006

what thise services mean or refer to !!!!

imap
spamd

View 2 Replies View Related

IMAP Email With MediaTemple

Apr 10, 2005

Is anyone else out there hosting IMAP email with MediaTemple? I am trying to transfer IMAP accounts to MediaTemple after switching from an email only provider, MailSnare. I use Mac Mail as my email client and am having trouble getting my accounts set up properly. It seems to have to do with my path to IMAP.

I've tried everything including:

(blank)
/mail
mail/
mail
INBOX.
INBOX

Different techs at mediatemple told me to use /mail and INBOX. but neither work properly. For the most part, I have been able to see my mail, but not my folders, or not all of my folders, or I've gotten repeated warnings that IMAP command "SELECT" failed. In one of my accounts now I can't see the mail at all, but the account is telling me there is 1 unread message. My problem seems to have been complicated by all the messing around with the preferences trying to fix things. If it makes any difference, the email address for the account is the same as it was with my previous host. I wonder if that's causing a problem when trying to access the mail in Library/Mail?

View 6 Replies View Related

IMAP And Outlook Timeouts

Aug 24, 2005

I am having a user that is having issues with their IMAP accounts and Outlook timing them out. I have had them set the timeout in Outlook to the maximum of 10 minutes and it is still showing up occassionally. I have a dedicated server that is running Exim 4.2. I was hoping someone here had an idea on how I can either fix this on the Server side or the client side.

View 7 Replies View Related

Courier Imap Too Slow

Dec 19, 2007

I have a mail account hosted in a VPS with cpanel and SquirrelMail as webmail client.

It has thousands of mail files. SquirrelMail got very slow, because courier-imap is very slow sorting files and authenticating users.

I've heard that Dovecot is much faster than courier...

Does anyone have replaced courier by dovecot in cPanel installations? is it a good idea?

View 4 Replies View Related

Disabling POP And IMAP On CPanel

Nov 27, 2008

Disabling POP and IMAP on cPanel

We're using Google Apps to handle all e-mail for the domain, so we have no need for POP and IMAP services running on our server (and I'm always getting e-mails from LFD that show bots are trying to connect with random passwords and such) so I want to disable them, but keep SMTP active since some scripts running on our server use it and I don't feel like rewriting them right now.
I unchecked IMAP and POP in the WHM service manager to disable them, but it's still enabled and I'm able to connect and everything. How can I completely disable these 2 services?

View 5 Replies View Related

Removing Emails When Using IMAP

Sep 21, 2005

I know that the IMAP method has the sometimes useful feature of leaving the emails on the server when viewing using an email client like Outlook Express. However, in our case we were forced to use IMAP inorder to use AOL as our ISP and Outlook Express as our email client. Is there a way to have the emails removed from the server after downloading like a POP3 connection does?

The client fills up the mailboxes until the email stops working.

View 0 Replies View Related

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 View Related

Imap Server Features

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

IMAP E-Mail Issues With Blackberry's

Feb 29, 2008

I just moved to my first dedicated Server from a VPS. Now when I was on the VPS I had no problems receiving e-mails on my blackberry. Now, after the server move, I can not receive e-mails on my blackberry. Can someone give me some suggestions on how I should troubleshoot this?

View 8 Replies View Related

Moving Domain To New Server - Imap?

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

IMAP : Couldn't Open Stream

Apr 8, 2007

after installing a new security update on my windows box , i cant use imap_open any more

its showing following message :

Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3/notls}INBOX

i tried with iis/apache and same error ! alse its showing same error for remote servers !

also i am able to connect pop3 using telnet

View 1 Replies View Related

IMAP-P Servers (Push Email)

Feb 16, 2007

What is everyone using for IMAP-P ?

View 0 Replies View Related

Error Connecting To IMAP Server

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







Copyrights 2005-15 www.BigResource.com, All rights reserved