Re: Auto-Homedir-make question.

2004-12-20 Thread Mike Zupan
The way to do it is uncomment these two in the Makefile #MDIRMAKE=-DAUTOMAILDIRMAKE #HDIRMAKE=-DAUTOHOMEDIRMAKE then in the /var/qmail/control dir create a dirmaker file with the following in it /var/qmail/bin/custom_dirmaker then create that file with contents like this #!/bin/sh logger "Creat

My qmail-ldap howto

2004-12-17 Thread Mike Zupan
I have written a howto that covers ldap/qmail-ldap and courier IMAP mainly for redhat/fedora I hope it helps some people out there http://www.zcentric.com/wiki/tiki-index.php?page=Qmail++Ldap++Courier+IMAP -- http://ww.zcentric.com My Linux Howto/Tips Wiki

spamassassin

2004-12-17 Thread Mike Zupan
I'm trying to get spamassassin working in my setup. I am a bit unsure out to go about this with qmail. let alone qmail-ldap. Here is what i have in my qmail file in /var/qmail/maildirs/domain/user.qmail | spamassassin -P |maildir ./Maildir/ I believe that is wrong.. but my mail is getting to the

Re: qmail-ldap + mailman

2004-12-08 Thread Mike Zupan
I set deliveryMode: alias still no luck.. its like it doesn't even get to mailman.. i see nothing in the mailman logs On Wed, 8 Dec 2004 23:47:37 +0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > sympa is very easy to work with qmail-ldap and more stronger > > å

qmail-ldap + mailman

2004-12-08 Thread Mike Zupan
I'm having some issues trying to get mailman working with a mailing list i'm putting into ldap. Right now I just have the post alias in ldap. Here is the ldif file dn: uid=developers-list,ou=account,dc=electronicgroups,dc=com --- objectClass: top

Re: dirmaker help

2004-12-01 Thread Mike Zupan
i could run that file.. I ran a make in the /var/qmail/control directory and now it works On Wed, 1 Dec 2004 08:57:21 -0800, Chris Wilkes <[EMAIL PROTECTED]> wrote: > On Wed, Dec 01, 2004 at 09:29:50AM -0500, Mike Zupan wrote: > > I'm having some issues getting the custom dir

dirmaker help

2004-12-01 Thread Mike Zupan
I'm having some issues getting the custom dirmaker to work. I had it working before.. but now it will not create a new directory. Here is what i have in my qmail Makefile MDIRMAKE=-DAUTOMAILDIRMAKE HDIRMAKE=-DAUTOHOMEDIRMAKE All my ldap files in /var/qmail/control are ok. I can do a [EMAIL PRO