Date: Fri, 5 Dec 2003 14:28:43 -0500 From: "Kliment Andreev" <klimenta@futurebit.com> To: <freebsd-questions@FreeBSD.org> Subject: Proftpd 1.28 + FreeBSD 5.1 Message-ID: <001101c3bb66$00d03810$ca0110ac@vinyl.tkvbp.com>
next in thread | raw e-mail | index | archive | help
Hi, I have a strange problem with proftpd 1.28. When I connect to the ftp server with a client (same problem from the inside/outside the network) I got that message "connected to abc.xyz.com" immediately, but after that, there is a lag for about 5 seconds before login prompt comes. After that everything is working normal. All other services (mail/www) are working fine. Is this an issue with a proftpd? Thanks... /usr/local/etc/proftpd.conf ServerName "ProFTPD" ServerType standalone DefaultServer on AuthPAM on Port 21 Umask 022 MaxInstances 30 User nobody Group nogroup TimeoutStalled 300 <Global> AllowOverwrite On </Global> <Anonymous ~ftp> User ftp Group ftp AnonRequirePassword on DisplayLogin .welcome.msg DisplayQuit .quit.msg AllowStoreRestart On RequireValidShell off <Directory UL> <Limit READ STOR CWD MKD> AllowAll </Limit> <Limit RMD DEL> DenyAll </Limit> </Directory> <Directory DL> <Limit WRITE> DenyAll </Limit> </Directory> </Anonymous>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001101c3bb66$00d03810$ca0110ac>