The man pages for the version of qmail I'm using says that the
cdb file is made from the assign file:
"qmail-newu reads the assignments in /var/qmail/users/assign
and writes them into /var/qmail/users/cdb in a binary format
suited for quick access by qmail-lspawn."
Tony
-----Original Message-----
From: David Geller [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 06, 2000 4:27 PM
To: Tony Ennis
Cc: [EMAIL PROTECTED]
Subject: Re: qmail-users, users/assign, and qmail-newu
On Mon, 6 Nov 2000, Tony Ennis wrote:
> vy-anon(anumber)@mydomain.com
>
> where (number) is a timestamp. I do not know what the number will
> be since it is generated on-the-fly. However, all such emails
> will be processed by the same facility.
>
> Reading the man pages (shock!) I found that there is a facility for
> this very thing - you add a config line to users/assign file then
> run newu. Here is my config line:
>
> +vy-anon:fred:1000:100:/usr/local/myapp:::
>
> My problem is that I can't deduce what the .qmail file is supposed
> to be called. Everything works fine if I put .qmail-default in
> /usr/local/myapp. But I don't want a default file - I want a config
> file that is explicitly associated with vy-anon.
>
I think you want this line to go into /var/qmail/users/aliases. Then
run qmail-newu, which will gen the cdb file. I think you might need to
restart qmail too.
- David Geller