Hello-
I run a VPS for a small number of a websites with about 25 email accounts between 8 domains.
If I have the below settings, will Roundcube restrict access to the domains on my server? I don't mind folks having to type
[email protected]. I don't want to restrict access to Roundcube to just the primary domain on the VPS, but would like it to work on all the domains...for example, webmail.mainsite.com is where Roundcube is installed, but then everyone can access their own webmail account with this one Roundcube install. The server hosting Roundmail is also the primary mail server (Courier IMAP/POP3 with QMAIL). But I don't want anybody except my hosted email accounts using Roundcube.
$rcmail_config['default_host'] = 'localhost';
$rcmail_config['smtp_server'] = 'localhost';
$rcmail_config['auto_create_user'] = true;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = '';