1 (edited by Xan 2013-04-05 20:30:49)

Topic: short username without domain part

==== Required information ====
- iRedMail version: 0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version:  Ubuntu 12.04
====

I have many many users and old mail server. I want to setup a new server without changes on workplaces.

But iRedmail make  username with domain part @yyy.org
How can I create box with short username ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: short username without domain part

iRedMail will configure Dovecot (POP3/IMAP server) and Roundcube webmail to use the first domain you added during iRedMail installation, so you can login as users without domain part in this domain, because Dovecot and Roundcube will append the domain name for you automatically.

Of course you can change the default domain name:

*) For Dovecot, please open /etc/dovecot/dovecot.conf and update "auth_default_realm =". Reloading or restarting Dovecot service is required.
*) For Roundcube webmail, please open /usr/share/apache2/roundcubemail/config/main.inc.php, update "$rcmail_config['username_domain'] =". Reloading or restarting Apache web service is required.