RE: [Dbmail] SMTP Authentication - pam-mysql

2005-09-29 Thread Mikael Henriksson
unez Sent: den 29 september 2005 17:54 To: DBMail mailinglist Subject: Re: [Dbmail] SMTP Authentication - pam-mysql Mikael Henriksson wrote: >Hi all, > >I have a problem that's probably more related to pam-mysql than to dbmail, >but I just >wanted to check wether you have seen

Re: [Dbmail] SMTP Authentication - pam-mysql

2005-09-29 Thread Leonel Nunez
Mikael Henriksson wrote: Hi all, I have a problem that's probably more related to pam-mysql than to dbmail, but I just wanted to check wether you have seen it before. I've managed to get sendmail to authenticate to the dbmail datbase via pam-mysql, so I know that the configuration is (proba

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? > >> > >>I'm having a problem with evolution trying to do pop before smtp since > >>I'm u

Re: [Dbmail] smtp authentication

2005-07-14 Thread Humberto Valiente G.
Leonel Nunez wrote: Leonel Nunez wrote: Humberto Valiente G. wrote: 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 co

Re: [Dbmail] smtp authentication

2005-07-14 Thread Leonel Nunez
David Rebarchik wrote: 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

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 Leonel Nunez
Leonel Nunez wrote: Humberto Valiente G. wrote: 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 bef

Re: [Dbmail] smtp authentication

2005-07-14 Thread Leonel Nunez
Humberto Valiente G. wrote: 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 do

Re: [Dbmail] smtp authentication

2005-07-14 Thread Humberto Valiente G.
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 and i get

RE: [Dbmail] smtp authentication

2005-07-01 Thread Niblett, David A
D] Network Administrator | Phone: (352) 334-3400 Gainesville Regional Utilities | Web: http://www.gru.net/ -Original Message- From: Curtis Maurand [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 9:16 AM To: DBMail mailinglist Subject: Re: [Dbmail] smtp authentication Is th

Re: [Dbmail] smtp authentication

2005-07-01 Thread M. J. [Mike] O'Brien
You need to store passwords in plaintext to use SASL. best... Mike - Original Message - From: "Curtis Maurand" <[EMAIL PROTECTED]> To: "DBMail mailinglist" Sent: Friday, July 01, 2005 9:16 AM Subject: Re: [Dbmail] smtp authentication Is there a sasl c

Re: [Dbmail] smtp authentication

2005-07-01 Thread Curtis Maurand
Is there a sasl configuration file I should look at? How should I store passwords? currently I have a mixture of plaintext and md5's that have been imported from a linux system. should I store them all as md5's I like plaintext or something I can decode them later for a user if need be. Sorry

RE: [Dbmail] smtp authentication

2005-07-01 Thread Niblett, David A
Curtis, You would need to compile your postfix with DB support and sasl support. Then you can simply use the dbmail_users table as the authentication for sasl. I currently run mine that way, I can provide config files if you like. Check out: http://www.postfix.org/SASL_README.html If you look