Check the identity values.
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.
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
I'm not sure what that means but I changed the following in main.inc.php
This set any new webmail users address to "$username@foo.com" rather than "$username@mail.foo.com".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';
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)