• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Email not working on Centos VPS

VojkanC

Basic Pleskian
Hi,

I am using Parallels Plesk Panel 11.0 Pack 30 on Hetzner's vServer VQ 12 (CentOS 6.4 minimal 64bit) and I have problem with email.
I've successfully created email account at Subscriptions / mydomain.com / Mail / Create E-mail Address, but email is not working.
I can't access it by webmail, nor by email clients.
When I enter mail.mydomain.com I get redirected to my primary domain (myprimarydomain.com not mydomain.com), nor to webmail login page.
I've tried setting up email on other domains, but it does not work either.
In Plesk / Mail settings / Mail service / Activate mail service on domain is checked.
I've not changed anything on server, except adding Customers, Resellers, Domains and Subscriptions via Plesk.

While adding domains https://robot.your-server.de/dns (Hetzner's control panel for DNS)I have chosen DNS entry with standard zonefile.

This is how my DNS looks like:
$TTL 86400
@ IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. (
2013052900 ; serial
14400 ; refresh
1800 ; retry
604800 ; expire
86400 ) ; minimum

@ IN NS robotns3.second-ns.com.
@ IN NS robotns2.second-ns.de.
@ IN NS ns1.first-ns.de.

@ IN A 78.46.xxx.yyy
localhost IN A 127.0.0.1
mail IN A 78.46.xxx.yyy
www IN A 78.46.xxx.yyy
ftp IN CNAME www
imap IN CNAME www
loopback IN CNAME localhost
pop IN CNAME www
relay IN CNAME www
smtp IN CNAME www
@ IN MX 10 mail


Kind Regards,
Vojkan
 
For webmail access you should have webmail A DNS record at least. By default it is defined in DNS template Tools & Settings > DNS Zone Template
 
Hi,

Thanks for the reply.
I've managed to solve the problem with the help of support.
Here is their answer:
Webmail in Plesk should be reachable via https://webmail.<yourdomain>. However,
this subdomain "webmail" is not defined by default if you create a dns entry with
the option "standard zonefile".

If you are using Plesk to configure your domain, I recommend to use the option
"Slave DNS entry" when creating a new dns entry over the Robot. In this case, our
nameservers will transfer the dns zonefile from you Plesk server automatically.

To change your dns entry in the Robot, please delete the current entry and re-
create it by using the option "Slave DNS entry". The webmail subdomain should be
resolved properly within a few hours.
 
Back
Top