Control Web Panel

WebPanel => E-Mail => Topic started by: gabrielmsal on April 30, 2023, 04:08:07 PM

Title: login on roundcube just using "user" instead user@domain.com
Post by: gabrielmsal on April 30, 2023, 04:08:07 PM
Hello, anyone knows if its possible to do ?
thank you
ps: we have just one domain hosted on this server
Title: Re: login on roundcube just using "user" instead user@domain.com
Post by: overseer on April 30, 2023, 10:36:12 PM
I do that on my one dedicated bare metal server, not running CWP -- login is via short user name, not the full e-mail address. I would have to check within CWP what is possible. Unless a dev can answer first...
Title: Re: login on roundcube just using "user" instead user@domain.com
Post by: gabrielmsal on May 01, 2023, 09:27:04 PM
I do that on my one dedicated bare metal server, not running CWP -- login is via short user name, not the full e-mail address. I would have to check within CWP what is possible. Unless a dev can answer first...

Hi!!
what distro, mta and webmail u have used on your baremetal ?
thank you
Title: Re: login on roundcube just using "user" instead user@domain.com
Post by: overseer on May 02, 2023, 05:36:02 AM
It's a legacy macOS server running dovecot for IMAP, Postfix for the MTA and roundcube 1.5.x. So not 1:1 comparable to the other CentOS 7/CWP servers I run, but roundcube is roundcube...

Have you looked at your %d in Dovecot's config?
https://wiki2.dovecot.org/DomainLost (https://wiki2.dovecot.org/DomainLost)
Code: [Select]
auth_default_realm
and then in roundcube conf:
Code: [Select]
$rcmail_config['username_domain'] = 'yourdomain.com';