Search: Advanced search |
Browse by category: |
| HowTo :: configure Qmail to run on another Port on Plesk powered server? | |||||||||||||
SSH to the server
and do the following: Create another copy of the smtp_psa file:
Change the service line in the new file from: Your file should look like this: service smtp2 {socket_type = stream protocol = tcp wait = no disable = no user = root instances = UNLIMITED server = /var/qmail/bin/tcp-env server_args = /usr/sbin/rblsmtpd -r bl.spamcop.net /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 } Edit /etc/services file with your favorite editor and add the tcp and udp lines for this service. The lines should look like this: smtp2 26/tcp mail smtp2 26/udp mailSave the file and then run the following command:
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 6989/xinetd tcp 0 0 0.0.0.0:26 0.0.0.0:* LISTEN 6989/xinetd Make the appropriate changes if you wish to run SMTP on a different Port than 26. |
|||||||||||||
| Other articles in this Category | |
| How can I change queue lifetime for Qmail? | |
| HowTo :: compile in patches to Qmail with Plesk? | |
Last update: August, 2008 ••• Copyright (c) 2004-2008 ServerTune Inc.