How to Check Email Configuration in Plesk
Plesk provides tools and recommended settings to help users verify and troubleshoot their email setup. This includes SMTP/IMAP settings, DNS records (SPF, DKIM, DMARC), and connection details for email clients.
Step 1: Log in to Plesk
Open:
https://your-server-ip:8443
Log in using your admin or domain credentials.
Step 2: Go to the Mail Section
-
Click Mail in the sidebar
-
Click on the email address you want to check (e.g.
[email protected]
)
Step 3: View Mail Client Configuration
-
After selecting the email account, scroll down to the "How to configure mail client" section
-
You’ll see the recommended settings:
Setting | Value |
---|---|
Incoming Server | mail.yourdomain.com |
IMAP Port (SSL) | 993 |
POP3 Port (SSL) | 995 |
Outgoing Server (SMTP) | mail.yourdomain.com |
SMTP Port (SSL) | 465 or 587 |
Encryption | SSL/TLS |
Username | Full email address |
You can copy/paste these settings into apps like Outlook, Thunderbird, Apple Mail, or mobile devices.
Step 4: Test Email Send & Receive
-
Use Webmail (
https://webmail.yourdomain.com
) to:-
Send a test email
-
Verify the delivery
-
Receive a test email from another service (like Gmail)
-
If the email fails to send or receive, continue to the next steps.
Step 5: Check DNS Records (SPF, DKIM, DMARC)
For email deliverability and spam protection:
-
Go to Mail > Mail Settings
-
Enable:
-
SPF protection
-
DKIM signing
-
DMARC policy (optional)
-
-
Go to DNS Settings and verify that:
Record | Example |
---|---|
TXT (SPF) | v=spf1 +a +mx +ip4:your.server.ip ~all |
TXT (DKIM) | Added automatically when enabled |
TXT (DMARC) | v=DMARC1; p=none; rua=mailto:[email protected] |
Wait a few minutes for changes to take effect.
Step 6: Check Logs (Optional for Admins)
If emails are not sending/receiving:
-
Go to Tools & Settings > Mail Log Browser (if available), or
-
Use SSH to check
/var/log/maillog
Summary Checklist
Task | Where |
---|---|
View mail client settings | Mail > [Email] > Configuration section |
Test webmail | https://webmail.yourdomain.com |
Enable SPF/DKIM | Mail Settings |
Verify DNS records | DNS Settings |
Check logs | Mail Log Browser or /var/log/maillog (SSH) |