Roundcube Community Forum

 

Set from: domain

Started by richardgomer, October 13, 2008, 07:40:35 AM

Previous topic - Next topic

richardgomer

Hi,

I have installed roundcube on our intranet to allow users to access their email externally.  I'm having a bit of a problem with the configuration though.

Everything works, I can login, read messages and send email, but the "from" address that is automatically created is incorrect.  The IMAP server calls the domain "roseroad.local" but email addresses it handles are for the domain "roseroad.org.uk" (email used to be downloaded from another server).

My current configuration:

$rcmail_config['username_domain'] = 'roseroad.local';
$rcmail_config['mail_domain'] = 'roseroad.org.uk';


I was under the impression that [email protected]l would be used to log into the server, but that [email protected] would be used as the user's actual email address.  This doesn't seem to be the case though.

Is it possible to get the behaviour that I'm after?

Thanks,
Richard