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
hi hepkat63
You find any solutions for this problem?
Thanks in advance
Vakis
check your config file for $rcmail_config['mail_domain']
You mean $rcmail_config = array('mail_domain'); in main.inc.php ?
Thanks for you reply
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?