[vchkpw] vpopmail directory bug

2004-10-15 Thread Dmitriy MiksIr
Hello all! ./configure script set home of vpopmail users as vpopmail directory for instalation and ignore --prefix options. It's bug or feature? =) Dmitriy MiksIr

[vchkpw] vuserinfo setuid

2004-10-28 Thread Dmitriy MiksIr
Hello! Why vuserinfo make setuid call to user - owner of domain? For example users/assign: +somedomain-:somedomain:10001:10001:/mail/somedomain:-:: Results of strace: setgid32(10001) = 0 setuid32(10001) = 0

[vchkpw] libvpopmail

2005-10-11 Thread Dmitriy MiksIr
Hello. When i make changes in libvpopmail and recompile it, i must recompile all packages, which use this lib (as courier-aithlib, qmailadmin)?

[vchkpw] Re: libvpopmail

2005-10-11 Thread Dmitriy MiksIr
Any suggestions? How create shared library. And why it's not happens by default =) Rick Widmer wrote: Dmitriy MiksIr wrote: Hello. When i make changes in libvpopmail and recompile it, i must recompile all packages, which use this lib (as courier-aithlib, qmailadmin)? Yes.

[vchkpw] Re: vpopmail + spamcontrol patch

2005-12-22 Thread Dmitriy MiksIr
Umar Draz wrote: hi dear members! i have recently Install qmail with spamcontrol patch i use vpopmail but smtp-auth not working. i think Spamcontrol use cram-md5 Please help me how i can use spamcontrol patch with vpopmail. For cram-md5 auth your vpopmail must compile

[vchkpw] vpopmail and access to Maildir for users

2006-06-01 Thread Dmitriy MiksIr
Hi! Is anyone implement vpopmail with separate uid (per-user uid) for place users maildir to his own home directory? As bonus for this scheme - user will have access to his mail (for read/delete via shell) What troubles and security holes can make this schema?

[vchkpw] vchkpw and vpopmaild

2006-06-05 Thread Dmitriy MiksIr
Is available vchkpw version which use connect to vpopmaild for verify users?

[vchkpw] vpopmaild patch

2006-06-09 Thread Dmitriy MiksIr
by Dmitriy MiksIr ([EMAIL PROTECTED]) + + if (vget_assign(domain, user_dir, sizeof(user_dir), NULL, NULL) == NULL) { + snprintf(WriteBuf,sizeof(WriteBuf), RET_ERR XXX domain not exist RET_CRLF); + return(-1); + } + + snprintf(path, sizeof(path), %s/.qmail-default, user_dir); + readed = 0

[vchkpw] Re: vpopmaild patch

2006-06-14 Thread Dmitriy MiksIr
bit better? =( Sorry, if not =) DAve пишет: VeNoMouS wrote: Let me be the first to say WTF? Is it just me or is this English so bad it makes no sense to you either? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dmitriy MiksIr Sent: Saturday, 10 June 2006 4:08 a.m

[vchkpw] Re: vpopmaild patch

2006-06-16 Thread Dmitriy MiksIr
://www.interazioni.it/opensource) + // rewriten by Dmitriy MiksIr ([EMAIL PROTECTED]) + + if (vget_assign(domain, user_dir, sizeof(user_dir), NULL, NULL) == NULL) { + snprintf(WriteBuf,sizeof(WriteBuf), RET_ERR XXX domain not exist RET_CRLF); + return(-1); + } + + snprintf(path, sizeof(path), %s