public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* help with proftpd?
@  Tyler Littlefield
   ` Gregory Nowak
  0 siblings, 1 reply; 2+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hay,
would someone be willing to go over my proftpd configuration file?
here it is...
Thanks,
ServerName "Ty's domain ftp server"
ServerType   standalone
DefaultServer   on
Port    21
MaxInstances   30
IdentLookups on
ServerIdent on "Slackware ftpd ready."
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
ExtendedLog /var/log/ftp_auth.log AUTH auth
ExtendedLog /var/log/ftp_access.log WRITE,READ write
Umask 022 022
<Limit LOGIN>
DenyGroup !ftp
deny user !Anonymous
</Limit>
<Global>
RootLogin off
RequireValidShell on
</Global>
<directory ~*>
<Anonymous /ftp>
DefaultRoot /ftp
   User                       ftp
   Group                nogroup
   UserAlias                  anonymous ftp
   DirFakeUser    on ftp
   DirFakeGroup on ftp
    RequireValidShell         off
   <Directory *>
     <Limit WRITE>
       DenyAll
     </Limit>
   </Directory>
<directory /ftp/uploads>
     <Limit WRITE>
       AllowAll
     </Limit>
</Anonymous>
<ftp ~>
DefaultRoot ~
<directory *>
AllowAll
</directory>
</ftp>
the thing with this, is it will let users in annonymous, so the people can login, but they have to know I support it.
It is kind of dumb, but. it works.
then, ftp is the group I add all users into, to give them ftp access, if proftpd sees that they have ftp group, then they have ftp group...
Just thought I would explain a few things.
The error I get when I connect to this is
connection reset.
proftpd doesn't give me any errors though.
Thanks,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 help with proftpd? Tyler Littlefield
 ` Gregory Nowak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).