Hello. I love your Webmail software and installed it to 3 servers. I have a bit of a problem here
No input file specified
I get that when logging into cPanel's Webmail. I followed these instructions on 3 servers,
it works fine on one but not the other two. They are all exactly 100% the same servers
and installed using the following directions below
wget https://virtuosonetsolutions.com/cerberus/goto.php?url=http%3A%2F%2Fvoxel.d l.sourceforge.net%2Fsourceforge%2Froundcubemail%2Froundcube_webmail_0.1-2005 1021.tar.gz http://voxel.dl.sourceforge.net/sourceforge/roundcubemail/roundcube_webmail_ 0.1-20051021.tar.gz tar xzf roundcube_webmail*.tar.gz rm -f round*.tar.gz mv roundcube* roundcube cd round* cd config
nano main.inc.php $rcmail_config['default_host'] = 'localhost'
nano db.inc.php mysql://root:rootmysqlpassword@localhost/roundcube phpMyAdmin: create database roundcube Run mysql.initial.sql in phpmyadmin
nano /usr/local/cpanel/base/frontend/x/webmaillogin.html Add the following code after the first </cpanelif>
<td align="center" valign="bottom" width="200"> <a href="/roundcube/index.php"><img src="images/roundcube_logo.png" border="0"></a><br /><a href="/roundcube/index.php">RoundCube</a> </td>
cd /root/roundcube/skins/default/images/ cp roundcube_logo.png /usr/local/cpanel/base/frontend/x/images cp roundcube_logo.png /usr/local/cpanel/base/webmail/x/images
Copy webmaillogin.cgi to /usr/local/cpanel/base
Taken from: http://forums.cpanel.net/showthread.php?t=45819&page=1&pp=15 http://forums.cpanel.net/showthread.php?t=45819&page=1&pp=15
Attached is the webmaillogin.cgi file as well.
Any help is appreciated. Thank you.
On Jan 25, 2006, at 3:16 AM, crow wrote:
Is there any script or something that can auto create imap/pop3
accounts, so user can sign there. To offer something like hotmail,
or gmail....
Thats very operating system and imap server dependant. You could
probably write something like that fairly easily. Just be mindful of
security issues, an imap account shouldn't equate a system account
for a setup like that. Something like cyrus might be a good choice.
-- J.
Hello Jason, Thnx i am lookin at the cyrus imap project... Is this imap server recomended for use of roundcubemail or... I at shared hosting, so i acutaly cant do anything, but wonna offer my user free webmail and autosign in...
Thnx Wednesday, January 25, 2006, 2:11:54 PM, you wrote:
Thats very operating system and imap server dependant. You could
probably write something like that fairly easily. Just be mindful of
security issues, an imap account shouldn't equate a system account
for a setup like that. Something like cyrus might be a good choice.
-- J.
crow wrote:
Hello Jason, Thnx i am lookin at the cyrus imap project... Is this imap server recomended for use of roundcubemail or... I at shared hosting, so i acutaly cant do anything, but wonna offer my user free webmail and autosign in...
In theory, roundcube should work with any imap server. As for the rest, I'm really not familiar with your situation and wasn't trying to say that it was a drop in solution. However, in the past I've had good success creating sealed systems with cyrus, ldap and sendmail. This wasn't without a significant amount of effort however.....
Roundcube doesn't claim to be a drop in, turn key solution. Its just an imap client. You should probably contact your hosting provider and see what they support/recommend.
-- J.