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

Qmail SMTP On Alternate Port For FreeBSD

M

MattR@

Guest
Does anyone have any idea how to accomplish Qmail SMTP running on an alternate port for FreeBSD, the copying, /etc/services instructions for RedHat don't work / apply to the FreeBSD install. ANY help would be appreciated.

Matt
 
in /etc/services

smtpXXX NEWPORT/tcp mail #Simple Mail Transfer
smtpXXX NEWPORT/udp mail #Simple Mail Transfer

XXX= somehting unique so its different from just smtp, and NEWPORT is the port you wish to run it on (make sure you dont interfere with anything else)

in /etc/inetd.conf

copy the line that starts:

smtp stream tcp nowait root

and change smtp to smtpXXX

Now simply restart inetd

kill -HUP `cat /var/run/inetd.pid`

and check its running with

telnet localhost NEWPORT
 
Hi Mikk,

The posted solution allows Qmail to listen on both port 25 and newport for SMTP connections, or it only substitutes port 25 with newport ?

Thanks
 
Problem

Ok.. everythings looks right... but when i try to send to an email that the domain isn't on my server i got 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)

Anyone knows whats wrong?

Thanks in Advanced.
 
Tried those instructions

and when I do a telnet localhost 2525 it says connection refused.......

Any additional help?
 
Back
Top