Re: [Dbmail] SMTP Auth

2004-05-06 Thread David Rebarchik
I've just finished a setup where sasl2 contacts the database directly, rather than using PAM. I had to compile sasl2 with sql support, and postfix with sasl2 support (I also have postfix setup with sql support so all config is in the database) If you like I'll send along the notes I plan on ma

Re: Re[2]: [Dbmail] Virus message blocking [off-topic]

2004-09-12 Thread David Rebarchik
I use a program called ASSP to filter spam and viruses. It seams to work really well. see http://assp.sourceforge.net for more info. Dave Quoting Jeff Brenton <[EMAIL PROTECTED]>: > Hello Paul, > > >> If you program the MTA to accept-analyze-drop messages, you risk a > >> false positive not bei

Re: [Dbmail] DBmail - SASL smtp auth

2004-10-18 Thread David Rebarchik
the part after the @ is split off to become the realm. You need to set up saslauthd to use the realm and then add it back in when querying the database. I've got my setup to use the auxprop. My sasl2/smtpd.conf is: sasl_pwcheck_method: auxprop sasl_auxprop_plugin: mysql sasl_auto_transitio

Re: [Dbmail] DBmail - SASL smtp auth

2004-10-18 Thread David Rebarchik
(I dream of walkthroughs, complete docs and compatible methods :-))) > > thanks for all > > Alex > > > On Mon, 2004-10-18 at 13:21, David Rebarchik wrote: > > the part after the @ is split off to become the realm. You need to set up > > saslauthd to use the realm and

Re: [Dbmail] DBmail - SASL smtp auth

2004-10-18 Thread David Rebarchik
> Dunno how to find out if ist compiled with mysql support or not. > > compile from sources? your mean remove the installed sasl and start from > scratch or?... > > want ssh? :-) > > sigh > > Alex > > > On Mon, 2004-10-18 at 16:38, David Rebarchik wrote: > &g

Re: [Dbmail] Restricting Access

2005-06-03 Thread David Rebarchik
The first quick thought is to have the web interface add a standard suffix onto the password if they are a web only customer. Then this is the password for the mail system and they will not know what that is so it won't work form them. Also, add that or a difftrent char when the account is disabl

Re: [Dbmail] smtp authentication

2005-07-14 Thread David Rebarchik
Curtis Maurand wrote: > Hi, > Is it possible to configure postfix to use dbmail's database for smtp > authentication? > > I'm having a problem with evolution trying to do pop before smtp since > I'm using IMAP. While I have imap configured and imap before smtp, > evolution doesn't understand it

Re: [Dbmail] smtp authentication

2005-07-14 Thread David Rebarchik
Quoting Leonel Nunez <[EMAIL PROTECTED]>: > David Rebarchik wrote: > > >Curtis Maurand wrote: > > > > > > > >>Hi, > >> Is it possible to configure postfix to use dbmail's database for smtp > >>authentication? > >> >