Novaza Mail Administration#
This guide is intended for administrators of the mail system. You need admin privileges to perform the actions below.
Setting Up a Custom Domain#
To send and receive mail on your own domain (e.g. name@yourcompany.com), you need to configure the domain’s DNS records.
Step 1: Add the Domain#
- Sign in to the Novaza Mail admin console
- Navigate to Settings → Domains → Add Domain
- Enter the domain name (e.g.
yourcompany.com) - The system will generate the required DNS records
Step 2: Configure DNS#
Add the following records to the domain’s DNS:
MX record (inbound mail)#
Type: MX
Host: @
Value: mail.novaza.ai
Priority: 10SPF record (prevent sender spoofing)#
Type: TXT
Host: @
Value: v=spf1 include:mail.novaza.ai ~allDKIM record (message authentication)#
The system will generate a unique DKIM value for your domain. Copy the value from the admin console and add it to DNS:
Type: TXT
Host: novaza._domainkey
Value: (value provided in the admin console)DMARC record (spoofing policy)#
Type: TXT
Host: _dmarc
Value: v=DMARC1; p=quarantine; rua=mailto:admin@yourcompany.com; ruf=mailto:admin@yourcompany.com; fo=1Step 3: Verify#
After publishing the DNS records (propagation can take 1-24 hours), return to the admin console and click Verify Domain. The system will validate the configuration.
User Management#
Create a mailbox#
- Navigate to Settings → Accounts → Create Account
- Enter name, email address and a temporary password
- Optionally require a password change on first sign-in
- Click Create
Disable a mailbox#
- Navigate to Settings → Accounts
- Locate the account
- Click Disable — the account can no longer sign in, but its mail is preserved
Delete a mailbox#
- Navigate to Settings → Accounts
- Locate the account
- Click Delete — this action cannot be undone
Storage Quotas#
Administrators can set storage quotas per mailbox or across an entire domain.
- Navigate to Settings → Accounts → (select account) → Quota
- Set a quota (e.g. 5 GB, 10 GB, 50 GB)
- Users receive warnings at 80% and 95% of their quota
Default quotas#
| Plan | Quota per mailbox |
|---|---|
| Community | 2 GB |
| Professional | 10 GB |
| Enterprise | 50 GB |
Mailing Lists and Aliases#
Create a group address that forwards mail to multiple recipients:
- Navigate to Settings → Groups → Create Group
- Enter the group address (e.g.
sales@yourcompany.com) - Add member recipients
- Optionally restrict the list to internal senders only