1

Topic: How do I enable cURL on iRedMail?

==== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version:  Debian 7 Wheezy
- Related log if you're reporting an issue:
====

Thanks Zhang you are best :d

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How do I enable cURL on iRedMail?

Hi,

to install curl module for PHP:

apt-get install php5-curl
service apache2 restart

if you need the command line tool:

apt-get install curl

3

Re: How do I enable cURL on iRedMail?

camel1cz wrote:

apt-get install php5-curl
service apache2 restart

Thanks friend smile)