Roundcube Community Forum

 

new user has incorrect reply to address

Started by hepkat63, April 22, 2008, 12:15:32 AM

Previous topic - Next topic

hepkat63

Hi,
I have searched the forum and can't find the answer to what should be a simple fix. I have just had to do a fresh install of roundcubemail on virtualmin and all works well globally. All users can log in just fine. problem is - when they SEND mail from the webmail interface the REPLY address is username.domain@localhost   when it SHOULD be [email protected]

I did see that i had this issue last year and was referred to a hack that will put the domain name in there - but this doesn't work for some reason.

Yes, i can go in to peferences, identities and change it - but I don't want hundreds of users to have to do this.

Can anyone help please?

regards
steve

vakis

hi hepkat63

You find any solutions for this problem?

Thanks in advance
Vakis

JohnDoh

check your config file for $rcmail_config['mail_domain']
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

vakis

You mean $rcmail_config = array('mail_domain'); in main.inc.php ?

Thanks for you reply

JohnDoh

i think its probably wirtten as $rcmail_config['mail_domain'] = '......' in your config, it is by default any way. if you write it the other way wouldnt it nuke the rest of the array?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...