Email Account Management in Webuzo
How to create email accounts, set quotas, access webmail, and configure forwarders in Webuzo.
Create an email account
Mail client settings
| Setting | Value |
|---|---|
| IMAP server | Your server hostname or IP |
| IMAP port | 993 (SSL/TLS) |
| SMTP server | Your server hostname or IP |
| SMTP port | 587 (STARTTLS) or 465 (SSL) |
| Username | Full email address |
| Password | Mailbox password |
Webmail
Access webmail at:
https://yourdomain.com/webmail
Or from the Webuzo panel: Email → Webmail Access.
Email forwarders
Forward all mail from an address to another:
- Email → Email Forwarders → Add Forwarder
- Enter source address
- Enter destination address (can be any email, including Gmail, Outlook, etc.)
- Click Add
Email autoresponder
Set an out-of-office or automatic reply:
- Email → Autoresponder → Add Autoresponder
- Enter the address to add the autoresponder to
- Write the subject and message body
- Set start and stop dates (optional)
- Click Add
Manage existing accounts
Email → Email Accounts: lists all accounts with usage statistics.
Actions per account:
- Edit: change password or quota
- Delete: permanently removes the mailbox and all email in it
- Suspend: disables login without deleting
DNS records for email
Ensure these DNS records exist for your domain:
MX record: yourdomain.com → mail.yourdomain.com (priority 10)
A record: mail.yourdomain.com → YOUR_SERVER_IP
TXT record: v=spf1 ip4:YOUR_SERVER_IP include:mailchannels.net ~all
See the DNS records guide for full details including DKIM and DMARC.