AirV's Blog

Just another blog

Atmail

Installation du client webmail Atmail

L’interface est sympathique mais :

  • nécessité de double-clic pour visualiser le mail…
  • problème de la fonction recherche

En conclusion gardons Roundcubemail !

Problème de connexion après l’installation

Sur le forum du site :

I found it easier to hack on ATMail than to reconfigure my IMAP servers

Edit libs/IMAP_Client.php
function login($user, $pass)
{
list($user, $crap) = split(« @ », $user, 2);
$this->user = $user;

Add in the underlined code, it simply strips the @domain part of the variable before attempting to log in to the server.

Then you can edit html/login-light.html and use <input type=hidden value= »your mailserver name »> in the appropriate place. Basically change the input type from text to hidden and hardcode in your values there.

It’s worked for me, mind you I’ve only just started playing with ATMail. If anyone has a more elegant solution, lets have it.

vendredi 12 août 2011 Posté par à 10:51 | Informatique, Logiciel | pas de commentaire