Proftpd 1.28 + FreeBSD 5.1

2003-12-05 Thread Kliment Andreev
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

Port21
Umask   022
MaxInstances30

Usernobody
Group   nogroup
TimeoutStalled  300


AllowOverwrite  On



Userftp
Group   ftp
AnonRequirePassword on
DisplayLogin.welcome.msg
DisplayQuit .quit.msg
AllowStoreRestart   On
RequireValidShell   off

  

  AllowAll


  DenyAll

  

  

  DenyAll

  


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proftpd 1.28 + FreeBSD 5.1 - SOLVED

2003-12-05 Thread Kliment Andreev
> > 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?

IdentLookups off
UseReverseDNS off

in proftpd.conf solved the problem.


Thanks to Denis R.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"