Hello,
Is anyone can help me with this:
latest development vpopmail 4.9.9
./configure --enable-ip-alias-domains=y
trying to use vipmap:
./vipmap -a 216.179.218.21 kende.net
./vipmap -a 216.179.218.X domain1.com
but
./vipmap -p doesn't printy out anything
where is vipmap storing the data, how should i debug what happening???
Thanks :)
Andras
----- Original Message -----
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Greg Cope" <[EMAIL PROTECTED]>
Cc: "vchkpw / vpopmail mailing list" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 7:53 AM
Subject: Re: bug / feature request in vmkpsswd
> Greg Cope wrote:
> >
> > Dear All
> >
> > I used vmkpasswd to recreate the vpasswd.cdb files as I hade moved
> > vpopmail from one machine to another, and changed the install dir to
> > /var/vpopmail.
> >
> > When run it changes the owner/group to whom ever is running it (in my
> > case root). I did not notice this and it then broke bits of qmailadmin.
> >
> > Can this be highlighted in the documentation, or can a simple chown call
> > (to change back to vpopuser:vpopgroup) be added to the end to change
> > vpasswd and vpasswd.cdb back to the right owners ?
> >
> > Greg
> >
> > ps thanks for a great bit of software !
>
> I can not replicate the problem. vmkpasswd is setting the ownership.
> In the cdb module
> int make_vpasswd_cdb(char *domain)
>
> chown(vpasswd_cdb_file, uid, gid);
> chown(vpasswd_lock_file, uid, gid);
> chown(vpasswd_file, uid, gid);
>
> Which version of vpopmail are you using? 4.9.8-1 and 4.9.9 don't
> show this behavior on my Linux machine.
>
> Ken
>