Re: [toaster] Problem compiling courier-imap

2006-03-27 Thread Bob Hutchinson
On Monday 27 Mar 2006 03:27, Joao Manuel wrote:
> Hi,
> I'm installing the toaster but I got an error when  trying to compile
> courier-imap:
>
> ...
> [EMAIL PROTECTED] courier-imap-4.0.6]# chown -R vpopmail:vchkpw
> ../courier-imap-4.0.6
> [EMAIL PROTECTED] courier-imap-4.0.6]# su vpopmail
> [EMAIL PROTECTED] courier-imap-4.0.6]$ ./configure --with-redhat
> configure: error: sources are in ., but `cd .' does not work
>
> Any sugestions ? Thank you

I use


# build as vpopmail
su -s /bin/bash -c './configure; make' vpopmail

make install-strip
make install-configure


in my install script, running as root, works for me on Debian

HTH
-- 
-
Bob Hutchinson
Midwales dot com
-


[toaster] Thanks from pmailadmin

2006-03-27 Thread Rick Widmer

Bill:

I just finished running the pmailadmin daemon test suite against the 
vpopmaild installed with your toaster.  It ran perfectly the first time 
with no changes.



THANKS!!


Rick


Re: [toaster] Problem compiling courier-imap

2006-03-27 Thread Joao Manuel
Tks. In fact I've just found the problem: I was trying to compile it in root 
directory :-/



- Original Message - 
From: "Bob Hutchinson" <[EMAIL PROTECTED]>

To: 
Sent: Monday, March 27, 2006 8:58 AM
Subject: Re: [toaster] Problem compiling courier-imap



On Monday 27 Mar 2006 03:27, Joao Manuel wrote:

Hi,
I'm installing the toaster but I got an error when  trying to compile
courier-imap:

...
[EMAIL PROTECTED] courier-imap-4.0.6]# chown -R vpopmail:vchkpw
../courier-imap-4.0.6
[EMAIL PROTECTED] courier-imap-4.0.6]# su vpopmail
[EMAIL PROTECTED] courier-imap-4.0.6]$ ./configure --with-redhat
configure: error: sources are in ., but `cd .' does not work

Any sugestions ? Thank you


I use


# build as vpopmail
su -s /bin/bash -c './configure; make' vpopmail

make install-strip
make install-configure


in my install script, running as root, works for me on Debian

HTH
--
-
Bob Hutchinson
Midwales dot com
-





[toaster] LDAP auth

2006-03-27 Thread Joao Manuel
Hi again!  I would like to use LDAP auth with my toaster. I'm not familiar 
with LDAP, so can anybody point me some directions please ?
Tks! 



RE: [toaster] LDAP auth

2006-03-27 Thread Seferovic Edvin
www.qmail-ldap.org

it has it all. But it is not "./config make make install"-easy package. 

Regards,

Edvin

-Original Message-
From: Joao Manuel [mailto:[EMAIL PROTECTED] 
Sent: Montag, 27. März 2006 19:04
To: toaster@shupp.org
Subject: [toaster] LDAP auth

Hi again!  I would like to use LDAP auth with my toaster. I'm not familiar 
with LDAP, so can anybody point me some directions please ?
Tks! 




Re: [toaster] Problem compiling courier-imap

2006-03-27 Thread Bob Hutchinson
On Monday 27 Mar 2006 14:30, Joao Manuel wrote:
> Tks. In fact I've just found the problem: I was trying to compile it in
> root directory :-/

uhoh
use
/usr/local/src or /var/src
for all your compiles, then you know where they are, and hang on to them, you 
might well need to add a patch later, especially qmail ;-)

>
>
> - Original Message -
> From: "Bob Hutchinson" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, March 27, 2006 8:58 AM
> Subject: Re: [toaster] Problem compiling courier-imap
>
> > On Monday 27 Mar 2006 03:27, Joao Manuel wrote:
> >> Hi,
> >> I'm installing the toaster but I got an error when  trying to compile
> >> courier-imap:
> >>
> >> ...
> >> [EMAIL PROTECTED] courier-imap-4.0.6]# chown -R vpopmail:vchkpw
> >> ../courier-imap-4.0.6
> >> [EMAIL PROTECTED] courier-imap-4.0.6]# su vpopmail
> >> [EMAIL PROTECTED] courier-imap-4.0.6]$ ./configure --with-redhat
> >> configure: error: sources are in ., but `cd .' does not work
> >>
> >> Any sugestions ? Thank you
> >
> > I use
> >
> > 
> > # build as vpopmail
> > su -s /bin/bash -c './configure; make' vpopmail
> >
> > make install-strip
> > make install-configure
> > 
> >
> > in my install script, running as root, works for me on Debian
> >
> > HTH
> > --
> > -
> > Bob Hutchinson
> > Midwales dot com
> > -

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [toaster] Thanks from pmailadmin

2006-03-27 Thread Bill Shupp
Rick Widmer wrote:
> Bill:
> 
> I just finished running the pmailadmin daemon test suite against the
> vpopmaild installed with your toaster.  It ran perfectly the first time
> with no changes.

Excellent!  Do you plan to upload pmailadmin into CVS?  It doesn't
appear to be there.

Regards,

Bill


Re: [toaster] TMDA

2006-03-27 Thread Mick
> Mick wrote:
>
> No patch needed.  Just uncomment this line in chkuser_settings.h:
>
> #define CHKUSER_ENABLE_USERS_EXTENSIONS
>
> Regards,
>
> Bill
>

Great, thanks a lot.

Regards,
Mick



Re: [toaster] Thanks from pmailadmin

2006-03-27 Thread Rick Widmer

Bill Shupp wrote:


Rick Widmer wrote:


Bill:

I just finished running the pmailadmin daemon test suite against the
vpopmaild installed with your toaster.  It ran perfectly the first time
with no changes.



Excellent!  Do you plan to upload pmailadmin into CVS?  It doesn't
appear to be there.


Yes.  I'm cleaning it up now.  It certainly won't handle mailing lists 
yet, and until I hear what Tom wants to do with 5.4.15 it will only work 
with your toaster.  I hope to have it up within the week.



Rick