Author Topic: login on roundcube just using "user" instead user@domain.com  (Read 1745 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
login on roundcube just using "user" instead user@domain.com
« 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
« Last Edit: April 30, 2023, 04:36:57 PM by gabrielmsal »

Offline
****
Re: login on roundcube just using "user" instead user@domain.com
« Reply #1 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...

Offline
*
Re: login on roundcube just using "user" instead user@domain.com
« Reply #2 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

Offline
****
Re: login on roundcube just using "user" instead user@domain.com
« Reply #3 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
Code: [Select]
auth_default_realm
and then in roundcube conf:
Code: [Select]
$rcmail_config['username_domain'] = 'yourdomain.com';