Setting up Roundcube for Joomla - Joomla! Forum - community, help and support


sup all!

i figure out how things on own , first time in ages, i'm stuck!!

i need installing roundcube joomla please.  if there out there has managed configure it, please let me know.

can lend hand please.

configuration straightforwrd not obvious @ first. in actual fact joomlaplug's component simplifies installation.

a typical apache/control panel install this.

$rcmail_config['auto_create_user'] = true;
$rcmail_config['default_host'] = 'mail.yourdomain.com';
$rcmail_config['default_port'] = '143';
$rcmail_config['username_domain'] = 'yourdomain.com';
$rcmail_config['mail_domain'] = 'yourdomain.com';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '%u';
$rcmail_config['smtp_log'] = true;
$rcmail_config['smtp_server'] = '';
$rcmail_config['smtp_port'] = '25';
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
$rcmail_config['debug_level'] = '4';
$rcmail_config['enable_caching'] = true;
$rcmail_config['message_cache_lifetime'] = '10d';

logging in breeze, remembering of course roundcube interfacing real email accounts set through control panel.





Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'