From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx2.fone.net ([206.168.68.96] helo=nsfone.fone.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1FJkwf-00053X-00 for ; Thu, 16 Mar 2006 00:22:45 -0500 Received: from mail2.fone.net (mail2.fone.net [206.168.68.165]) by nsfone.fone.net (8.12.10+Sun/8.12.10) with ESMTP id k2G5LGN7010967 for ; Wed, 15 Mar 2006 22:21:16 -0700 (MST) Received: from grandmasfury (ftcw30.ftc.fone.net [207.174.192.34]) by mail2.fone.net (8.12.10+Sun/8.12.10) with SMTP id k2G5LC43025959 for ; Wed, 15 Mar 2006 22:21:15 -0700 (MST) Message-ID: <002301c648b9$8eae1200$6501a8c0@grandmasfury> From: "Tyler Littlefield" To: "Speakup is a screen review system for Linux." Subject: help with proftpd? Date: Wed, 15 Mar 2006 22:22:01 -0700 Organization: Dataplus MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.03.15.205107 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.7 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.7 Precedence: list Reply-To: Tyler Littlefield , "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 05:22:45 -0000 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 DenyGroup !ftp deny user !Anonymous RootLogin off RequireValidShell on DefaultRoot /ftp User ftp Group nogroup UserAlias anonymous ftp DirFakeUser on ftp DirFakeGroup on ftp RequireValidShell off DenyAll AllowAll DefaultRoot ~ AllowAll 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,