[SOLVED] ISPConfig+RoundCube 0.95 problem! Hi, I use Ispconfig 3.0.5.2 + Ubuntu 12.04 + RoundCube 0.95. Before, I used RoundCube 0.72 and than 0.90 without any problem with "password plugin" and "SMTP identity plugin". But now, with 0.95, "Password plugin" doesn't work anymore and SMTP identity plugin fails because it doesn't use the correct SMTP server (I discovered that even if I set a wrong password or wrong destination SMTP server, it sends emails using my SMTP server without authentication; for this reason, these emails are blocked from ISP because they check that I have sent emails from a wrong SMTP server...) To better explain the problem: my domain is italiaserverone.it If I have to send email from an external domain that it is "istruzione.it"; so I have to configure "SMTP identity plugin" ; roundcube seems to ignore SMTP identity settings because it sends even with a wrong password... if the recipient is another "istruzione.it email user", their SMTP server rejects my email because it is sent from the wrong SMTP server... I have sent in another post ( http://www.howtoforge.com/forums/showthread.php?t=64534 ) a long debug information... Who can help me?
The solution for "SMTP plugin" is to change the /roundcube/config/main.inc.php from $rcmail_config['smtp_server'] = ''; to $rcmail_config['smtp_server'] = '%h';
The solution for "Password Plugin" is written in this guide: http://www.mrw0lf.com/tips/48-roundcube-ispconfig3-password-plugin.html
you could also use the corresponding ispconfig 3 plugins for roundcube. https://github.com/w2c/ispconfig3_roundcube
I had many problems when I have tryed this plugin with my emails account (I discovered that if I set 4096 MB, it gives an error). Do you know that it has been resolved?
No, because in the past I read another problem with ISPConfig plugin in this thread... http://www.howtoforge.com/forums/showthread.php?t=63434 So, do you say that now this plugin works well? It would be a good news!