Bob
When I use aut_flat_file I am able to send mail if I don't supply a username(?) If I do, I have to give a password as well.
I want: - all USERS to authenticate - to receive mail from external mailservers.
How do I do this?
Bob wrote:
Hans Sandsdalen wrote:
John Peacock wrote:
Hans Sandsdalen wrote:
Where do I find authentication plugin(s) to use with qpsmtpd? I have version 0.28.
Upgrade to 0.29 and you get auth_vpopmail_sql, which you can use as is (if you happen to be running vpopmail) or you can use that as an example of how to write your own auth plugin.
Unfortunately, Ask hasn't updated the web site to reflect that the current release is 0.29, so you can either download it blindly:
http://smtpd.develooper.com/files/qpsmtpd-0.29.tar.gz
or get Subversion:
http://subversion.tigris.org
and get the bleading edge code (0.30-dev) with the following command:
svn co http://svn.perl.org/qpsmtpd qpsmtpd-dev
HTH
John
John
I am up running with 0.29 now. I'm not running vpopmail. How can I use this plugin then? Any examples?
Actually you can start authenticating easier with the flat file auth, then you won't have to deal with sql to start out, if that would slow you down. Then you could move to either sql or ldap if you wanted to, at any time. Here's some documentation--
perldoc /var/qpsmtpd/plugins/auth/auth_flat_file
-Bob
