+ Reply to Thread
Results 1 to 3 of 3

Thread: Appending FQDN

  1. #1
    CarlosinFL is offline Registered User
    Join Date
    May 2009
    Location
    Orlando, FL
    Posts
    77
    Downloads
    0
    Uploads
    0

    Default Appending FQDN

    When I send email from Roudncube, the recipient gets the message but the from to: address shows it's from "user@mail.myserver.com" rather than "user@myserver.com".

    I was wondering how I can resolve this problem.

  2. #2
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,392
    Downloads
    36
    Uploads
    0

    Default

    Check the identity values.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  3. #3
    CarlosinFL is offline Registered User
    Join Date
    May 2009
    Location
    Orlando, FL
    Posts
    77
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by rosali View Post
    Check the identity values.
    I'm not sure what that means but I changed the following in main.inc.php

    Code:
    // This domain will be used to form e-mail addresses of new users
    // Specify an array with 'host' => 'domain' values to support multiple hosts
    $rcmail_config['mail_domain'] = 'foo.com';
    This set any new webmail users address to "$username@foo.com" rather than "$username@mail.foo.com".

    Now my problem is all 200 users that logged into webmail before I made this change have their data in MySQL as @mail.foo.com rather than @foo.com.

    How can I resolve this problem?

+ 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