* * * * * * * * * * * * * * * Vexira NOTICE * * * * * * * * * * * * * * *
This version of Vexira MailArmor is a DEMO version and not full featured.
This banner message cannot be disabled until you purchase Vexira
Antivirus. After you purchase and install a license for use of Vexira
Antivirus for Mail servers this message will be deactivated.
Certain features are disabled in this DEMO version of Vexira Antivirus.
You can purchase Vexira Antivirus online at http://www.centralcommand.com
or contact our sales department at sales@xxxxxxxxxxxxxxxxxx
--- Begin Message ---
Daniel Roesen wrote:
* * * * * * * * * * * * * * * Vexira NOTICE * * * * * * * * * * * * * * *
This version of Vexira MailArmor is a DEMO version and not full featured.
This banner message cannot be disabled until you purchase Vexira
Antivirus. After you purchase and install a license for use of Vexira
Antivirus for Mail servers this message will be deactivated.
Certain features are disabled in this DEMO version of Vexira Antivirus.
You can purchase Vexira Antivirus online at http://www.centralcommand.com
or contact our sales department at sales@xxxxxxxxxxxxxxxxxx
------------------------------------------------------------------------
Subject:
Re: xinetd
From:
Daniel Roesen <dr@xxxxxxxxxx>
Date:
Mon, 16 Feb 2004 21:46:29 +0100
To:
fedora-list@xxxxxxxxxx
On Mon, Feb 16, 2004 at 01:38:11PM -0600, Nate Bradley wrote:
I solved the problem. The proftpd-inetd package behaves differently
than it does under RedHat 9.
Specifics?
Best regards,
Daniel (dr@xxxxxxxxxxx, having an eye on RPM packaging)
I am also nate@xxxxxxxxxxxxx
The proftpd package installs and defaults to runlevels 3 4 and 5.
The proftpd-inetd package installs and xinetd immediately binds to port
21(or prevents any other services from trying to use it, I don't know
which) so that when you attempt to start proftpd standalone it fails.
Under RedHat 9 this doesn't happen. I have both of the packages
installed together and proftpd standalone or xinetd doesn't complain.
What I did was change the ServerType directive to 'inetd' and changed
the runlevels of the standalone server (3, 4, and 5 to off). Then
added the line 'instances = 30' to the /etc/xinetd.d/proftpd file. I'm
not sure if it is even needed but it ought to restrict xinetd to a
maximum of 30 instances or concurrent connections. The proftpd.conf
file ought to handle this behavior as well per default. I'm not that
familiar with xinetd so I'm playing it safe.
--- End Message ---