Archive for December, 2008

utf8_mime2text error in compiling php

Monday, December 29th, 2008

The error:
==============
checking for utf8_mime2text signature… new
checking for U8T_CANONICAL… no
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information.
==============
The fix:
==============
yum install libc-client-devel
==============

Plesk9 integration with Postfix and ClamAV

Saturday, December 27th, 2008

Officially Plesk 9 does not supportĀ  ClamAV (Parallels as of the time of writing officially supports two antivirus solutions that needs you to pay for the license )
The integration uses Plesk9- Postfix - ClamSMTP - clamAV to get things working.This was accomplished in a CentOS -5.2 system .But it should work just fine on other [...]

Squirrel Mail error :- 110 Can’t open SMTP stream

Tuesday, December 23rd, 2008

Scenario :- Error while sending email using Squirrel Mail :-
Message not sent. Server replied:
Connection timed out
110 Can’t open SMTP stream
This problem usually occurs when CSF ( Config Server Firewall ) is installed on your server and it is interacting with the working of squirrel mail. So while configuring CSF enable both SMTP_BLOCK & SMTP_ALLOWLOCAL . [...]

List exims version and binary details

Wednesday, December 10th, 2008

The following command lists exim MTA’s version number .It also prints out the DBM library being used,the optional modules being used and drivers included in the binary
It also displays the name of the run time configuration file being used
===============
exim -bV
==============