• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SMTP Server (QMail) will not run

M

MarcoVeenendaal

Guest
Hello,

Im trying to set up my new VPS and i run into a problem.
My mailserver (Qmail) will not run, actually the pop3 and imap do work but the SMTP server doesnt.
At the Services management page in the parallels panel i see that the service "SMTP Server (QMail)" is not running and can't be started.

I don't know what to do, maybe you guys can help me out!

Kind regards,

Marco
 
Let me know your plesk version. You may use bootstrapper.sh repair the plesk

/usr/local/psa/bootstrapper/pp10.13.4-bootstrapper/bootstrapper.sh repair
 
My version is:
Parallels Plesk Panel v10.4.4
(_build1013111102.18 os_CentOS 5)

This is my first experience with plesk and linux in general, i have executed the bootstrapper.sh repair, but the mail server doesn't run.
Do i have to take additional steps?

Thanks for the quick reply by the way!
 
This is the output:

==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_handlers_init... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok
==> Checking for: mailman_lists_dump... ok
==> Checking for: mail_kav8_restore... ok
==> Checking for: mail_responder_restore... ok
==> Checking for: mail_spam_restore... ok
==> Checking for: mail_grey_restore... ok
==> Checking for: mail_mailbox_restore... ok
==> Checking for: mail_spf_restore... ok
==> Checking for: mail_dk_restore... ok
==> Checking for: mail_drweb_restore... not exists

(SMTP server still won't run)
 
Seems to be ok, Kindly check Qmail is running in your server. If not then start qmail

/etc/init.d/qmail start
 
It seems qmail is running i've executed the following commands with output:

# /etc/init.d/qmail status
qmail-send (pid 6782) is running...
# /etc/init.d/qmail start
Starting qmail: [ OK ]
 
At the service management panel this is listed (V is a green play icon -> X is a red error icon -> - is a grey icon):

V Web Server (Apache)
X SMTP Server (QMail)
V IMAP/POP3 Server (Courier-IMAP)
V DNS Server (BIND)
- Tomcat Java
- ColdFusion (Not configured)
- PostgreSQL
V SpamAssassin
- Parallels Premium Antivirus
- Kaspersky Antivirus
- Plesk milter (Postfix)
 
I've installed postfix and this seems to work, thanks!
 
Back
Top