+ Reply to Thread
Results 1 to 2 of 2

Thread: IMAP / User domain???

  1. #1
    blackace is offline Registered User
    Join Date
    Oct 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default IMAP / User domain???

    Now one question on the creat config page and insert my domain for default_host and my domain username_domain I get an error on the next page for the database. How can I set it up so that I don't have to input user@domain.com or a domain for the server?

  2. #2
    blackace is offline Registered User
    Join Date
    Oct 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    I found how.

    In case anyone else is looking for it.

    Changes made in main.inc.php. Which is located in the roundcubemail/config folder.

    This removed adding username with @domain.com

    Code:
    $rcmail_config['username_domain'] = '';
    add domain in the ''.

    example

    Code:
    $rcmail_config['username_domain'] = 'yourdomain.com';

    And also remove the server entry


    Code:
    $rcmail_config['mail_domain'] = '';
    add domain in the ''

    example

    Code:
    $rcmail_config['mail_domain'] = 'yourdomain.com';

+ 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