Hi everyone. :)
I had put roundcube as my web mail client, with no big problems. However, i got a problem configuring my smtp server through a tls connection, so i left as below.
$rcmail_config['smtp_server'] = '';
But i'm having a bigger issue. It's suppose my mail users have our mail domain, but instead i have the domain as i put in my default_host parameter, when they send a mail.
My question is, how do i change it to the mail domain i pretend to?
Thanks in advance...
Hi,
Look at these two config parameters $rcmail_config['username_domain'], $rcmail_config['mail_domain'] and also check what the user's identity is setup as.