PHP Doku:: Installation/Konfiguration - imap.setup.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzE-Mail-relevante ErweiterungenIMAP, POP3 and NNTPInstallation/Konfiguration

Ein Service von Reinhard Neidl - Webprogrammierung.

IMAP, POP3 and NNTP

<<Einführung

Anforderungen>>


UnterSeiten:

Installation/Konfiguration

Inhaltsverzeichnis


6 BenutzerBeiträge:
- Beiträge aktualisieren...
dale3h
13.01.2009 10:31
In CentOS:

yum install php-imap

Works like a charm!
LZZ
8.12.2008 19:11
On Gentoo:

edit /etc/make.conf and include imap to the USE flags,
then run

emerge php
AlexJ
18.11.2008 22:15
FreeBSD:

Install c-client only to support IMAP-SSL

cd /usr/ports/mail/cclient/ && make install clean
dlaplant at integresystems dot com
2.09.2008 22:24
For rhel4 add the libc-client-devel package
clay at scvalleypopcorn dot com
2.08.2008 21:38
apt-get install php5-imap

Works well also.... Enjoy
Josecito
28.05.2008 4:21
To install the IMAP module on Red Hat Linux Enterprise 4 (RHEL4):
- Open a terminal window
- If you're not root, become root with su
- type:
RPM -i php-imap
(RPM will download, install and resolve dependencies)
- restart your web server with:
service httpd restart

I hope this helps newbies (like me).



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)