Author Topic: Set from: domain  (Read 2005 times)

Offline richardgomer

  • Newbie
  • *
  • Posts: 1
Set from: domain
« on: October 13, 2008, 07:40:35 AM »
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:

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


I was under the impression that user@roseroad.local would be used to log into the server, but that user@roseroad.org.uk 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