How To Create Email Account In Webmin

Serversupportz
2 min readMar 5, 2021

--

Webmin is a free control panel for webservers. Here I am explaining the way to create a new email account for a domain under your server via webmin control panel.

STEP 1: Login to Webmin control panel

http://YourIP:10000

STEP 2: From the left-side Menu, click “System” and then click on “Users and Groups”
STEP 3: Click on “Create a new user” link
STEP 4: Fill in the form with appropriate information,

- Username (if you want to have an email address demo@yourdomain.com , set the username’s value to demo)
- User ID: leave it automatic
- Real Name: required only for you to identify each account from the list
- Home Directory: Click “Directory” and set it to: /home/ where is what you set in the Username field
- Shell: Leave it as it is
- Password: click the “Normal password” and type your desired password (it will be encrypted on save/exit)

You will see few more settings/fields on the same form. You may fill them in if you like. However, the above mentioned fields are those required to have a valid e-mail account created.

FINAL STEP 4: Now click the “Create” button to complete.

You can access the webmail from web browser by using the port 20000

http://YourIP:20000

Thank you for your time.

--

--