![]() |
|
RoundBox - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: Email Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=35) +---- Thread: RoundBox (/showthread.php?tid=1744) |
RoundBox - slug - 07-10-2015 I have an issue with roundbox. under settings->Identities Issue: I can add any email address I like, then have the server send it for me. Ie: I can add an identity like support@google.com Then send mail from support@google.com Most mail servers would block something like this as not being authentic. But, if I was sending email to a user on the same server the email would not be blocked. suggestion: Disable adding new Identities in roundbox. RE: RoundBox - Me.B - 07-10-2015 roundbox? do you mean roundcube? M B RE: RoundBox - slug - 07-10-2015 Yes, sorry about that. Here is the fix: in: /etc/sentora/configs/roundcube/roundcube_config.inc.php add this to the bottom of the file: //identity level $config['identities_level'] = 3; or set it to 1 to allow different names and signature... |