Hello,
I made the changes as you had suggested, but there is a problem with
Sqwebmail now.
These are the LDAP attributes for the user
mailmessagestore - /var/qmail/maildirs/user
homedirectory - /var/qmail/maildirs/
This the present directory structure
/var/qmail/maildirs/
user1/ -----------
This was created manually
Maildir / -----------
Created by automaildirmake
cur/
tmp/
new/
--------------------After making the suggested
changes----------------------------------------
user/ ----------
This was created automatically by autohomedirmake
^^^^^^^^^^^^^
cur/ ----------
This was created by automaildirmake
tmp/
new/
There is no /Maildir sub folder under the user's folder :-( Sqwebmail
expects this. If I create the users folder manually, automaildirmake creates
Maildir sub folder automatically. Any ideas ?
Please help
Regards,
Michael Fuller
----- Original Message -----
From: "J�rg Sippel" <[EMAIL PROTECTED]>
To: "Michael Fuller" <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 5:07 PM
Subject: Re: automaildirmake
Hello,
Yes, you have to enable autohomedirmake and automaildirmake in the
Makefile -> see my first mail
the homedirectory is set via mailMessageStore in the ldap. I use the
complete path there.
The homedirectory is then automatically created when you set up dirmaker and
the script as written
Regards,
J�rg Sippel
----- Original Message -----
From: "Michael Fuller" <[EMAIL PROTECTED]>
To: "Qmail Forum" <[EMAIL PROTECTED]>
Cc: "Qmail LDAP Forum" <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 8:00 AM
Subject: Re: automaildirmake
> Hello,
>
> There are no eror messages in the log. Do I need to use the
autohomedirmake
> feature to get this done ? If so, how do I set $HOME directory to be
> /var/qmail/maildirs/user for a virtual user ? automaildirmake will create
a
> Maildir directory under this automatically; but how to create this (users
> $HOME) directory ?
>
>
> Regards,
> Michael Fuller
>
> ----- Original Message -----
> From: "Michael Fuller" <[EMAIL PROTECTED]>
> To: "J�rg Sippel" <[EMAIL PROTECTED]>
> Cc: "Qmail Forum" <[EMAIL PROTECTED]>; "Qmail LDAP Forum"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, December 10, 2002 12:35 PM
> Subject: Re: automaildirmake
>
>
> > Hello,
> >
> > The mailMessageStore value is set to user/.
> > var/qmail/control/ldapmessagestore is set to /var/qmail/maildirs/ .
> However,
> > the ldapgid and ldapgid are set to vmail.
> >
> > Regards,
> > Michael Fuller
> >
> > ----- Original Message -----
> > From: "J�rg Sippel" <[EMAIL PROTECTED]>
> > To: "Michael Fuller" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 10, 2002 12:25 PM
> > Subject: Re: automaildirmake
> >
> >
> > Hello,
> >
> > Do you have set up the mailMessageStore: Attribute in the ldap
directory?
> I
> > have also set up an virtual user in my system for these home directories
> and
> > set the uid/gid of this User in ldapgid and ldapuid. That works for me.
> >
> > Do you have any error messages in the log?
> >
> > Regards,
> > J�rg Sippel
> >
> > ----- Original Message -----
> > From: "Michael Fuller" <[EMAIL PROTECTED]>
> > To: "J�rg Sippel" <[EMAIL PROTECTED]>
> > Cc: "Qmail LDAP Forum" <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 10, 2002 5:21 AM
> > Subject: Re: automaildirmake
> >
> >
> > > Hello,
> > >
> > > These are virtual users, without system accounts. Their "$HOME"
> directory
> > in
> > > this case would be /var/qmail/maildirs/"user" How do I create $HOME
> > > directories for virtual (LDAP) users ?
> > >
> > >
> > > Regards,
> > > Michael Fuller
> > >
> > > ----- Original Message -----
> > > From: "J�rg Sippel" <[EMAIL PROTECTED]>
> > > To: "Michael Fuller" <[EMAIL PROTECTED]>
> > > Cc: <[EMAIL PROTECTED]>
> > > Sent: Monday, December 09, 2002 9:45 PM
> > > Subject: Re: automaildirmake
> > >
> > >
> > > Hello,
> > >
> > > there are 2 different things. The one is autohomedirmake and the other
> ist
> > > automaildirmake. Both you have to enable in your makefile.
> > >
> > > After setting this up, create a script called dirmaker.sh or so with
the
> > > following command:
> > >
> > > #!/bin/sh
> > > mkdir -m 700 -p $1
> > >
> > > Then you have to create a file in the control directory called
> dirmarker.
> > > Insert the full path and name of the script which will create the home
> > > directories like this:
> > >
> > > /var/qmail/control/dirmaker.sh
> > >
> > > After that your qmail should now create the homedirs too.
> > >
> > > Regards,
> > > J�rg Sippel
> > >
> > > ----- Original Message -----
> > > From: "Michael Fuller" <[EMAIL PROTECTED]>
> > > To: "Qmail LDAP Forum" <[EMAIL PROTECTED]>
> > > Sent: Monday, December 09, 2002 12:00 PM
> > > Subject: automaildirmake
> > >
> > >
> > > > Hello users,
> > > >
> > > > I have successfully installed Qmail + Qmail-LDAP patch. Things are
> going
> > > > smoothly, except some confusion over the automaildirmake option.
> > > >
> > > > The default maildirectory is /var/quail/maildirs. Now, does
> > > automaildirmake
> > > > create the user directory AND the maildir directory ?
> > > >
> > > > In my setup, /var/qmail/maildir is the default path. Unless I create
> the
> > > > user/ directory under this, Maildir is not created. Do I have to
> create
> > > the
> > > > user directories for all the users ? Or am I going wrong somewhere ?
> > > >
> > > > To illustrate,
> > > >
> > > > /maildirs -------- Already exists
> > > >
> > > > /user -------- I am
> > > creating
> > > > this manually
> > > >
> > > >
> /Maildir --------
> > > > Created automatically, AFTER I create the above /user directory.
> > > >
> /cur
> > > >
> /new
> > > >
> /tmp
> > > >
> > > >
> > > > I have hundreds of LDAP users. Do I have to create a user directory
> for
> > > each
> > > > one of them ?
> > > >
> > > >
> > > > Regards,
> > > > Michael Fuller
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>