+ Reply to Thread
Results 1 to 3 of 3

Thread: IMAP Error - stupidity?

  1. #1
    dezigner is offline Registered User
    Join Date
    Sep 2008
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default IMAP Error - stupidity?

    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 mymail@mydomain.com 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...

  2. #2
    dezigner is offline Registered User
    Join Date
    Sep 2008
    Posts
    2
    Downloads
    1
    Uploads
    0

    Default This one is solved

    Quote Originally Posted by dezigner View Post
    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 mymail@mydomain.com 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

  3. #3
    MadMike is offline Registered User
    Join Date
    Oct 2008
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    How did you resolve this issue? I´m getting the same error message...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts