On Wed, 23 Sep 2009 22:42:36 +0300, serkan <[email protected]> wrote: > Hi, > I have installed roundcube 0.3 and configure it via main.inc.php. > My server name is mail.example.com and my user's mail address is > [email protected]. > When i configure conf. file like; > $rcmail_config['default_host'] = 'mail.example.com'; > i can login but sending address is seen as [email protected] but this > is > not correct. > How can i solve this issue. > thanks.. > > serkan
If you're running your own MTA (e.g. postfix) you can configure it there. For postfix you would use the "masquerade_domains" option, see http://www.postfix.org/rewrite.html#masquerade . Tristan _______________________________________________ List info: http://lists.roundcube.net/users/
