353e2d9a17
Patch provided by Juan RP via PR pkg/20610 with small cleanups. Changes: 1.0.14: ======= - Privilege separation has been introduced. When this feature is enabled, each client session spawns two processes communicating over a private channel : a restricted trusted part, and the main part that definitely revokes all privileges after authentication and chroot(). Add --with-privsep to ./configure in order to enable that feature. - Automatic detection of Virtuozzo was added. - Forced passive IP addresses (-P) can now work with gateways whoose addresses are dynamic (DSL and cable modem users), using symbolic host names. 1.0.13a: ======== - The previous release broken compilation with PostgreSQL, and it didn't work any more with very old versions of the Perl interpreter. Both issues were fixed. No other change has been made - If 1.0.13 works for you, there's absolutely no need to upgrade. 1.0.13: ======= - Traditional and simplified chinese translations are not messed any more (Thanks to Ying-Chieh Liao) . - The documentation has been improved. - OpenLDAP 2.1.x is now supported. - New LDAP directives were added to provide more flexibility (LDAPFilter, LDAPHomeDir and LDAPVersion, see README.LDAP) . - On-demand directories are now also created when path contains extra slashes. - pure-uploadscript will no more immediately give up when the server hasn't been started before. - Files whoose names contains non-printable characters are not listed any more. - A new switch (--with-boring) has been introduced to produce more professional-looking messages. - Zero-copy transfers of large files have been fixed on Solaris, thanks to Emmanuel Hocdet. - Larger banner messages can now be displayed. - Owner-readability is now only enforced for files when quotas are enabled (Claudiu) . - A new Czech translation has been added. Contributed by Martin Sarfy <xsarfy@informatics.muni.cz> - Default UID and GID can now be used for SQL-based authentication, contributed by Clive Goodhead, adapted to PostgreSQL as well. - A Vpopmail authentication module has been added (contrib/pure-vpopauth.pl) . - "make -f Makefile.gui" should work again on most today's Linux distributions. - The Win32 port was slightly improved. The server is now compiled as non-root (but binds port 21), and ASCII transfers are not mangled any more.
17 lines
594 B
Text
17 lines
594 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2003/03/07 18:21:47 salo Exp $
|
|
|
|
To use pureftpd, you will need to perform the following steps:
|
|
|
|
1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy
|
|
${PREFIX}/etc/rc.d/pure_ftpd to /etc/rc.d/pure_ftpd and add
|
|
|
|
pure_ftpd=YES
|
|
|
|
to /etc/rc.conf. Other FTP servers should be disabled.
|
|
|
|
2. Stop any other running FTP server. Now start pureftpd by issuing the
|
|
command
|
|
|
|
/etc/rc.d/pure_ftpd start
|
|
===========================================================================
|