Re: Alternate authentication source in OpenSMTPd

2013-09-25 Thread Daniel Ouellet
Thanks Gilles! I will test, but I sure can also wait for the 5.4 to be out as it is just around the corner anyway! Many thanks for the wonderful work! Daniel On 9/25/13 5:39 AM, Gilles Chehade wrote: > On Wed, Sep 25, 2013 at 04:15:01AM -0400, Daniel Ouellet wrote: >> Hi, >> > > Hi, > > >> Is

Re: Alternate authentication source in OpenSMTPd

2013-09-25 Thread Gilles Chehade
On Wed, Sep 25, 2013 at 01:03:45PM +0100, Craig R. Skinner wrote: > On 2013-09-25 Wed 11:39 AM |, Gilles Chehade wrote: > > > > It's officially still true, unofficially you can do it on recent > > versions by declaring a table (i'll use a static table for the example > > but you can use a file, db

Re: Alternate authentication source in OpenSMTPd

2013-09-25 Thread Craig R. Skinner
On 2013-09-25 Wed 11:39 AM |, Gilles Chehade wrote: > > It's officially still true, unofficially you can do it on recent > versions by declaring a table (i'll use a static table for the example > but you can use a file, db, sqlite or ldap one): > > $ encrypt > mypassword > $2a$06$BTOM8Ck.HEInGF88

Re: Alternate authentication source in OpenSMTPd

2013-09-25 Thread Gilles Chehade
On Wed, Sep 25, 2013 at 04:15:01AM -0400, Daniel Ouellet wrote: > Hi, > Hi, > Is this still true from the man himself: > > "What is not yet possible is to use alternate authentication sources." > > http://marc.info/?l=openbsd-misc&m=129230912814295&w=2 > It's officially still true, unoffici

Alternate authentication source in OpenSMTPd

2013-09-25 Thread Daniel Ouellet
Hi, Is this still true from the man himself: "What is not yet possible is to use alternate authentication sources." http://marc.info/?l=openbsd-misc&m=129230912814295&w=2 I try any and every way I could think of without success. I thought that may be there was a way to do so using some kind of

Re: Alternate authentication source in OpenSMTPd

2013-09-25 Thread Daniel Ouellet
I forgot to add that I also check this one out from the man page too. If the method of delivery is local, a user database may be specified to override the system database: [userbase ] Look up users in the table table instead of performing system lookups using the getpwnam(3) functio