New & Free Webmail client!

oh ok thanks :d but.. i use customapache on my box... how can i pass from customapache to custmbuild without make mistakes and down? ^^

and... ive to install impa too, is avaible on custombuild too?

thanks
 
Code:
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update_data
./build all d

IMAP is available, but it's available in CustomApache too :) If you are talking about IMAP support for PHP - it's not available in CustomBuild, you need to install it manually.
 
this webmail need impa php support?

but, those command are going to update my apache php and mysql? i actually still use apache 1.3 mysql 4 and php 4

thanks for suppoprt
 
No, it doesn't. It won't install MySQL by default. If you want to leave apache 1.3 and PHP4 - edit options.conf after "./build update_data".
 
ok thanks :)

Code:
#PHP settings. default_php possible values - 4 or 5
default_php=4
php4_cli=yes
php4_cgi=no
php5_cli=no
php5_cgi=no
zend=no

#Possible values - 4.1, 5.0 or 5.1
mysql=4.1
mysql_inst=no
mysql_backup=no

#Possible values - 1.3, 2.0 or 2.2
apache_ver=1.3


is that correct?
 
Yes, it is :) If you want to update mysql, you should set mysql_int=yes too.
 
Code:
>./build mysql
--17:05:30--  http://files.directadmin.com/services/all/mysql/debian/mysql-4.1.22-linux-i686.tar.gz
           => `mysql-4.1.22-linux-i686.tar.gz'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com[72.35.85.222]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
17:05:30 ERROR 404: Not Found.

Stopping mysqld ...
Stopping mysqld:                [ FAILED ]
tar: mysql-4.1.22-linux-i686.tar.gz: impossibile open: No such file or directory
tar: Errore irrimediabile: esco subito
tar: Child returned status 2
tar: Uscita per errore ritardata dall'errore precedente
./build: line 2068: cd: mysql: No such file or directory
chown: impossibile accedere a `/usr/local/mysql-4.1.22-linux-i686': No such file or directory
/etc/init.d/mysqld: line 9: cd: /usr/local/mysql: No such file or directory
Giving mysqld a few seconds to start up...
cp: target `/usr/lib/mysql/' is not a directory: No such file or directory
Restarting MySQL.
Stopping mysqld:                [ FAILED ]
/etc/init.d/mysqld: line 9: cd: /usr/local/mysql: No such file or directory
It is recommended to do "./build php n" after MySQL update.

how can i solve this? now mysql is no more working on my machine

thanks
 
Ok all wokring but... two problems...

1 - how i can install imap for make this client work?
2 - on one of my box where i did those upgrades, this webmail say that cannot connect to database... ive tryed to reinstall, but, nothing changed and mysql is working correctly.

thanks
 
Ok all wokring but... two problems...

1 - how i can install imap for make this client work?
2 - on one of my box where i did those upgrades, this webmail say that cannot connect to database... ive tryed to reinstall, but, nothing changed and mysql is working correctly.

thanks

1. It doesn't need IMAP support for PHP.
2. Try:
Code:
rm -rf /var/lib/mysql/da_atmail/
./build atmail
 
Ok now i dont get that error no more, thanks again :)

I thought i need imap cause when i try to send an email i got this error:

Could not send message - Please check the recipients are correctly formatted and contact the System Admin

and when i try to open an email i see all data white, like if there is nothing.

From: Sent:
To:
Priority:
Subject: Type:

Thanks again
 
nothing changed, same problem...

i see that if i delete an email, that dont be move to trash.... but if i update inbox page i see again the mail ive just deleted...
 
Hmh, I think it's permissions problem. I could take a look at your server if you want.
 
Fixed. SeLLeRoNe renamed atmail-1.01 folder to webmail, that was the problem, because he didn't change a full path to thes file in libs/Atmail/Config.php file.
 
thanks a lot smtalk,

i didnt know there was a Config with the full path... my mistake that didnt thought about this solution

Now ive two question about the login of this webmail.

May i change the login data? I mean, i wanna put italian like default language and delete protocol, language and mailserver field from login page
How can i put italian like default language?

thanks again
 
Back
Top