Ok, mistery solved!
I usually use an index.php example page por texting, whith this code:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
And when iRedMail is installed, the conf file /etc/php5/apache2/php.ini is moddified, and phpinfo is added to 'disable_functions', so, the blank page.
Thank you.