solved the problem in this issue is related with mysql record. When first login with wrong configuration, roundcube write mail_host value at users table and changing mail_domain value didn't change anything. Changing mail_host value from mysql or logining with another user fixed it. Anyway, correct conf. for this situation is;
$rcmail_config['default_host'] = 'localhost'; $rcmail_config['mail_domain'] = 'mydomain.org <http://emo.org.tr/>'; $rcmail_config['smtp_helo_host'] = 'mydomain.org'; serkan On Fri, Sep 25, 2009 at 08:48, serkan <[email protected]> wrote: > Any idea? > > serkan > > > > On Thu, Sep 24, 2009 at 11:29, serkan <[email protected]> wrote: > >> Maybe these can solve this problem but in squirrelmail use only these >> lines; >> $domain = 'example.com'; >> $imapServerAddress = 'localhost'; >> $smtpServerAddress = 'localhost'; >> $useSendmail = false; >> >> >> >> >> serkan >> >> >> >> On Thu, Sep 24, 2009 at 09:44, serkan ?apkan <[email protected]>wrote: >> >>> Thanks, I will try this night, but there should be another way in only >>> roundcube config file. >>> >>> serkan >>> >>> On 24.Eyl.2009, at 01:36, "MARTINEZ LACASTA, ANGEL" < >>> [email protected] >>> > wrote: >>> >>> > I did a trick to solve this problem sure there is another way to >>> > doing better. >>> > >>> > just, in the server, where you have the webmail hosted, edit the >>> > hosts file setting >>> > >>> > <IP of mail.example.com> example.com >>> > >>> > In the $rcmail_config['default_host'] = you should write example.com >>> > >>> > and then all of your users that log in at the webmail will have the >>> > correct domain. This is only usefull when you have 1 domain. >>> > >>> > surely there is a better way to do this. >>> > >>> > >>> > ________________________________________ >>> > De: [email protected] [users- >>> > [email protected]] En nombre de >>> > serkan [[email protected]] >>> > Enviado el: miƩrcoles, 23 de septiembre de 2009 21:42 >>> > Para: [email protected] >>> > Asunto: [RCU] sending address problem >>> > >>> > Hi, >>> > I have installed roundcube 0.3 and configure it via main.inc.php. >>> > My server name is mail.example.com<http://mail.example.com> and my >>> > user's mail address is [email protected]<mailto:[email protected]>. >>> > When i configure conf. file like; >>> > $rcmail_config['default_host'] = 'mail.example.com< >>> http://mail.example.com >>> > >'; >>> > i can login but sending address is seen as [email protected] >>> <mailto:[email protected] >>> > > but this is not correct. >>> > How can i solve this issue. >>> > thanks.. >>> > >>> > serkan >>> > _______________________________________________ >>> > List info: http://lists.roundcube.net/users/ >>> >> >> >
_______________________________________________ List info: http://lists.roundcube.net/users/
