Roundcube Community Forum

Release Support => Pending Issues => Topic started by: CarlosinFL on May 17, 2009, 11:00:33 PM

Title: Appending FQDN
Post by: CarlosinFL on May 17, 2009, 11:00:33 PM
When I send email from Roudncube, the recipient gets the message but the from to: address shows it's from "[email protected]" rather than "[email protected]".

I was wondering how I can resolve this problem.
Title: Appending FQDN
Post by: rosali on May 18, 2009, 12:22:24 AM
Check the identity values.
Title: Appending FQDN
Post by: CarlosinFL on May 20, 2009, 10:27:19 AM
Quote from: rosali;19057Check the identity values.

I'm not sure what that means but I changed the following in main.inc.php

// 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 "[email protected]" rather than "[email protected]".

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?