22. How to Create Email Accounts in CyberPanel
- 
Log in to CyberPanel.
 - 
Navigate to Email > Create Email.
 - 
Select the domain.
 - 
Fill in the email username and password.
 - 
Click Create Email.
 - 
Your email account is now active.
 
23. How to Access Webmail (SnappyMail) with Your Domain
- 
Visit
http://yourdomain.com/snappymail. - 
Enter your full email address and password.
 - 
Click Login.
 
If SSL is enabled, use https://yourdomain.com/snappymail for secure access.
24. How to Configure Your Email on Outlook or Thunderbird
Use the following settings:
- 
Incoming Server (IMAP):
- 
Server:
mail.yourdomain.com - 
Port: 993 (SSL) or 143 (non-SSL)
 
 - 
 - 
Outgoing Server (SMTP):
- 
Server:
mail.yourdomain.com - 
Port: 465 (SSL) or 25/587 (non-SSL)
 
 - 
 - 
Username: Full email address
 - 
Password: Your email password
 
Add these settings in your preferred email client (Outlook, Thunderbird, etc.).
25. How to Set Up SPF, DKIM, and DMARC in CyberPanel
- 
SPF:
- 
Go to DNS > Add/Delete Records.
 - 
Add a TXT record:
@→v=spf1 +a +mx +ip4:your_server_ip ~all 
 - 
 - 
DKIM:
- 
Go to Email > DKIM Manager.
 - 
Enable DKIM for your domain.
 - 
Copy the generated DKIM TXT record to your DNS zone.
 
 - 
 - 
DMARC:
- 
Add a TXT record:
- 
Name:
_dmarc - 
Value:
v=DMARC1; p=none; rua=mailto:admin@yourdomain.com 
 - 
 
 - 
 
26. Troubleshooting Email Delivery Issues
- 
Check logs: Go to Email > Mail Queue or Email > Mail Logs.
 - 
Verify DNS: SPF, DKIM, and DMARC must be configured correctly.
 - 
Test email: Use services like MailTester to diagnose problems.
 - 
Blacklists: Check if your server IP is blacklisted.
 
27. How to Fix "Certificate Not Trusted" Errors in Email Clients
- 
Ensure SSL is issued for your mail domain:
- 
Go to Websites > List Websites.
 - 
Click Issue SSL.
 
 - 
 - 
If using custom mail domain (e.g., mail.yourdomain.com), create a subdomain and issue SSL for it.
 - 
Restart mail services:
systemctl restart postfix && dovecot 
28. Setting Up Email Forwarders and Autoresponders
- 
Forwarders:
- 
Go to Email > Forwarding.
 - 
Enter the source and destination email addresses.
 - 
Click Create Forwarder.
 
 - 
 - 
Autoresponders:
- 
Go to Email > Autoresponder.
 - 
Set the subject, body, and from/to addresses.
 - 
Enable and save.
 
 - 
 
29. Using Mail Tester to Improve Your Email Deliverability Score
- 
Visit https://www.mail-tester.com.
 - 
Copy the temporary test email address.
 - 
Send an email from your CyberPanel webmail or Outlook.
 - 
Refresh Mail Tester and review your score.
 - 
Follow recommendations to improve SPF/DKIM/DMARC or content.
 
30. Understanding and Fixing Blacklisted IPs
- 
Use tools like https://mxtoolbox.com/blacklists.aspx to check your server IP.
 - 
If listed:
- 
Check the blacklist provider’s delisting instructions.
 - 
Ensure your server is not sending spam.
 - 
Set up SPF, DKIM, DMARC correctly.
 - 
Consider using a mail relay like MailChannels.
 
 -