6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ftp server with c...
FromSent OnAttachments
Craig ColesMar 29, 2006 11:43 am 
Jay LeeMar 29, 2006 11:52 am 
Craig ColesMar 29, 2006 12:32 pm 
Jay LeeMar 29, 2006 12:40 pm 
Stefan HornburgMar 29, 2006 11:55 pm 
Mark ConstableMar 30, 2006 2:27 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] ftp server with courier-authActions...
From:Mark Constable (mar@renta.net)
Date:Mar 30, 2006 2:27:40 am
List:net.sourceforge.lists.courier-users

On Thursday 30 March 2006 17:54, Stefan Hornburg wrote:

Is there an ftp server that others have used that work with courier-authentication, that will grab the users home directory so the user can exchange files via ftp in a virtual (no system accounts) environment.

Courier is the only software I'm aware of that utilizes courier-authlib. However, if your using mysql or ldap (you didn't specify which backend your using for virtual users), ProFTPD http://www.proftpd.org/, should meet your needs.

I prefer Pure-FTPd, which is MySQL/LDAP ready as well and can easily extended by a script to authenticated against courier-authlib.

Totally concur here. We also use pure-ftpd-mysql (deb package) in conjunction with the full courier suite and authenticating from the same MySQL table as does authdaemond.mysql. It's also postgresql ready as well.. but unfortunately not SQLite ready.

I'm happy to provide some mysql & postgresql configs off-list.

--markc