Hello, After installing ISP Config 3 (big thx to till), I followed this tutorial http://www.howtoforge.com/install-horde-5-webmail-for-ispconfig-on-debian-wheezy to have a better webmail than SquirrelMail. So, I did everything as wrote on the tutorial and when I tried to first login on my-server-ip-address/horde, I felt on a login page requiring login + password. I can't just put the login I choose when I setted up Horde (cause it tolds me to give a password that I don't have). So I looked at the horde/congif/conf.php, replacing by Not working. I tried to create user + password directly into the DB (horde_users table) => Still not working. I changed $conf['signup']['allow'] to true, in order to try to create an account with Horde => White page.. I can see my email in $conf['auth']['admins'], but I don't know what to do now to make it work. Does someone know how to fix this ? Or just where to look to have some clues ? Thx in advance Regards, tonytroy.
Hi I do prefer an easier method for that. Login into your-server-ip-address/phpmyadmin Check there for the user of horde & password details. Br// Srijan
Hey Srijan, All tables of horde DB are empty, that's why I created user + password directly into the DB (horde_users table), as I said, but it didn't work. For the password I tried with "MD5" and "password" encryption but no result. Anyway, thx for your help
If you like to get a better webmail client then squirrelmail, then you should try out roundcube. It has also a nice plugin that integrates with ispconfig. http://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2
Thx again till for your precious help, it worked perfectly For horde, i'll try to make it work later (just because i'm curious and stubborn ^^). I have a last question/problem : Mails work perfectly (sending and receiving) with roundcube and squirrelmail. Now I'd like to make it work with smartphones, but I have one problem : an smtp server is requested.. I tried to put in it "mail.mydomain.tld" but it doesn't work. I also created a DNS A-Record with smtp and the IP address of the server, but nothing.. On my smartphone I have Did I missed something ?
As smtp server, you can use any domain name that points to your server in dns, so mail.mydomain.tld or even mydomain.tld is ok. The relay message indicates that your phone might have tried to send a email trough your server without authentication. check that you smtp authentication in your phone, the username is the full email address (some mail apps remove the @domain.tld part, if thats the case, add it again) and the password of the mail account (the one that you use for the webmail login as well).
Till, you're just the best Thank you very much, I think I won't bother you for a while. I'm really amazed by your knowledge !