• 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.

Plesk 8.2 and submission port

E

EsmaS

Guest
Hello,

I have Plesk version 2.1.

Is it possible to add submission port (587) to Plesk version 2.1?


--
Esma
 
Yes,

Just add a new file in /etc/xinetd.d

You can copy the "smtp_psa" and rename e.g. "smtp_587"

This is my smtp_587:
####################

service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
######################

And restart xinetd.
 
Hello,
Thanks,
I tried as you say. But not work.I gave the firewall trace.

Error is given below.

*******
C:\>telnet mail.atermit.com 587
Connecting To mail.atermit.com...Could not open connection to the host, on port
587: Connect failed
*******
A setting outside of this topic should I do? Can you help me please?

Thank yo very much.

--
 
Hello,

I have solved my problem as follows:

***********
smtp_submission
service submission
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
env = SMTPAUTH=1
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
***********
Thank you very much for your helps.. : )

--
Esma
 
Back
Top