Install required PEAR modules for SMTP authentication

Here you can find tutorials and notes for server-side maintenance/configuration

Install required PEAR modules for SMTP authentication

Postby lik » Thu Dec 20, 2012 12:10 am

You can install PEAR modules required for SMTP authentication using the following command syntax:
Code: Select all
pear install --alldeps Mail Net_SMTP Auth_SASL Net_Socket

If you are running several PHP installations on your server:
Code: Select all
whereis pear

Code: Select all
/usr/bin/pear install --alldeps Mail Net_SMTP Auth_SASL Net_Socket
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Server Side Actions

 


  • Related topics
    Replies
    Views
    Last post
cron