Hi folks !
I just instaled RCube, but can not solve stupid problem ... The thing is I'v got dedicated server where is about 30 diferent domains, i just want to make RCube for one of them (myself ;) ).
For example i have
mydomain.com, my mail server is
mail.maydomain.com, and i installed RCube in
webmail.mydomain.com.
My cofig looks like that:
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 4;
$rcmail_config['enable_caching'] = FALSE;
$rcmail_config['message_cache_lifetime'] = '10d';
$rcmail_config['auto_create_user'] = FALSE;
$rcmail_config['default_host'] = 'localhost';
$rcmail_config['default_port'] = 143;
$rcmail_config['imap_auth_type'] = check;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = 'mail.mydomain.com';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '';
$rcmail_config['smtp_server'] = '';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = '';
and i'm geting this message:
IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Authentication failed."
Warning: Cannot modify header information - headers already sent in /home/pastas.simonaitis.lt/public_html/program/include/rcmail.php on line 694Istead of localhost I have tired to put: mydomain.com?
Where is the problem?
Please help!
Thank you...
Quote from: dezigner;13984Hi folks !
I just instaled RCube, but can not solve stupid problem ... The thing is I'v got dedicated server where is about 30 diferent domains, i just want to make RCube for one of them (myself ;) ).
For example i have mydomain.com, my mail server is mail.maydomain.com, and i installed RCube in webmail.mydomain.com.
My cofig looks like that:
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 4;
$rcmail_config['enable_caching'] = FALSE;
$rcmail_config['message_cache_lifetime'] = '10d';
$rcmail_config['auto_create_user'] = FALSE;
$rcmail_config['default_host'] = 'localhost';
$rcmail_config['default_port'] = 143;
$rcmail_config['imap_auth_type'] = check;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = 'mail.mydomain.com';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '';
$rcmail_config['smtp_server'] = '';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = '';
and i'm geting this message: IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Authentication failed."
Warning: Cannot modify header information - headers already sent in /home/pastas.simonaitis.lt/public_html/program/include/rcmail.php on line 694
Istead of localhost I have tired to put: mydomain.com?
Where is the problem?
Please help!
Thank you...
Well i solved it my self :)