Mailbox Setup Guide
Set up your first mailbox in under 5 minutes.
Step 1: Create a Mailbox
Register your domain and create a Simple or Encrypted mailbox.
Domain: example.com
Alias: admin (creates [email protected])
Type: Simple or Encrypted
Certificate: (Only for Encrypted — Generate new or upload existing)
Step 2: Configure DNS
Set up MX records to route emails through Motorical.
Type: MX
Name: @
Value: mail.motorical.com
Priority: 10
Step 3: Access Your Emails
Configure your email client with the provided IMAP credentials. Works the same for both Simple and Encrypted mailboxes.
IMAP Configuration:
Server: mail.motorical.com
Port: 993 (SSL/TLS)
Username: [provided-username]
Password: [provided-password]
Security: SSL/TLS
Compatible with: Thunderbird, Outlook, Apple Mail, K-9 Mail, and any IMAP client.
Your IMAP credentials are provided when you create a mailbox. They are different from your Motorical login credentials.
Step 4: Certificate Management (Encrypted Only)
For Encrypted mailboxes, download your certificates for email client configuration or sharing with correspondents.
Certificate Types:
- PKCS#12 (.p12) — For email clients
- PEM format — For servers
Simple Mailboxes do not require certificates. Just use your IMAP credentials and start receiving email immediately.
Email Client Setup
Thunderbird
- Open Account Settings → Add Mail Account
- Enter your name, email address, and IMAP password
- Set incoming server to
mail.motorical.com, port993, SSL/TLS - For encrypted mailboxes, import your PKCS#12 certificate under Privacy & Security
Outlook
- Go to File → Add Account
- Choose Manual setup and select IMAP
- Set server to
mail.motorical.com, port993, encryption method SSL/TLS - Enter your IMAP username and password
Apple Mail
- Open System Preferences → Internet Accounts → Add
- Choose Other Mail Account
- Enter your email and IMAP credentials
- Set incoming server to
mail.motorical.comwith port993
Testing Your Connection
Verify IMAP connectivity with openssl:
openssl s_client -connect mail.motorical.com:993 -crlf
Expected: A successful TLS handshake and IMAP banner.