Re: vadddomain not adding domain

2001-08-05 Thread Manvendra Bhangui
Check out your /var/qmail/users/assign file. The entry would be there. Remove it and run /var/qmail/bin/qmail-newu On Sat, 4 Aug 2001, chris larsen wrote: > Date: Sat, 4 Aug 2001 23:44:44 -0500 > From: chris larsen <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: vadd

Re: [vchkpw] uid and gid in assign

2003-01-08 Thread Manvendra Bhangui
correct your assign file (put back the first one) and run /var/qmail/bin/qmail-newu. After that run chown -R vpopmail:vchkpw ~vpopmail/domains/mavin.ath.cx On Wed, 8 Jan 2003 08:59:16 +0100 Tobias Åman <[EMAIL PROTECTED]> wrote: > Sorry it was me who wrote that mail to fast it should be like thi

Re: [vchkpw] uid and gid in assign

2003-01-08 Thread Manvendra Bhangui
Are you using vadddomain on this server compiled from a different box ? Regards Manvendra On Wed, 8 Jan 2003 08:59:16 +0100 Tobias Åman <[EMAIL PROTECTED]> wrote: > Sorry it was me who wrote that mail to fast it should be like this > > first it looked like this > +mavin.ath.cx-:mavin.ath.cx:89

Re: Deferral on database failure

2001-07-10 Thread Manvendra Bhangui
I have done this by using a global variable which is set to 1 in the function vauth_getpw when there are no records found for this user i.e. if (mysql_num_rows(res) == 0) { permanent_error = 1; return (NULL); } in the vdelivermail.c i then use this

Re: qmail and Hight CPU

2001-07-12 Thread Manvendra Bhangui
root 1096 0.8 0.2 1336 348 ?SJul10 15:40 supervise qmail-imapd You have a problem with your supervise supvervising imapd. It could be if you have alread started the imapd outside supervise and hence supervise is not able to start it (bind address already in use). If the run

Re: [vchkpw] Added vmoduserflags binary to 5.5 branch

2009-03-27 Thread Manvendra Bhangui
On Fri, Mar 27, 2009 at 2:57 PM, Wouter van der Schagt wrote: > I have one more request. Could you have a look at > > https://sourceforge.net/tracker/?func=detail&atid=577801&aid=2532389&group_id=85937 > for possible inclusion in 5.5? It is a nice feature that is also useful in > automation which

Re: [vchkpw] vmoddomain and vfilter

2009-03-27 Thread Manvendra Bhangui
On Fri, Mar 27, 2009 at 7:29 PM, Matt Brookings wrote: > I'm adding vmoddomain to 5.5 along with a few other changes and I noticed a > 'vfilter' flag in > vmoddomain which is not used. What is the purpose of this flag? > Left-overs from other work? > If it has no specific use within vpopmail as

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-03-29 Thread Manvendra Bhangui
On Mon, Mar 30, 2009 at 9:05 AM, Itamar Reis Peixoto < ita...@ispbrasil.com.br> wrote: > what you think about a separated script called fixperms wich ends with > exit ( 0 ) ? > > I use a command /usr/bin/fakeroot which allows most of the command to succeed under non-root user Fakeroot [1

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-30 Thread Manvendra Bhangui
On Mon, Mar 30, 2009 at 11:06 PM, Rick Romero wrote: > Programming question - if I write to fd0 (STDOUT), and then exec() a > process, will that child process see the data I put in fd0 from the parent? > Maybe I'll just try that as well. > make fd0 a file (using makeseekable) and do lseek (0, 0

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-30 Thread Manvendra Bhangui
On Tue, Mar 31, 2009 at 9:19 AM, Manvendra Bhangui wrote: > On Mon, Mar 30, 2009 at 11:06 PM, Rick Romero wrote: > >> Programming question - if I write to fd0 (STDOUT), and then exec() a >> process, will that child process see the data I put in fd0 from the parent? >>

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 12:52 PM, John Simpson wrote: > On 2009-03-30, at 0844, Matt Brookings wrote: > >> >> I think the build system needs is a way to stop the -o and -g statements >> when building a package, and to use them when not. Most everyone has >> been installing vpopmail from source, a

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 7:12 PM, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Manvendra Bhangui wrote: > > if [ " $(DESTDIR)" = " " ] ; then \ > > if test `...@idcommand@` != "0" ; then \ > >

[vchkpw] Further Information for Building RPM for vpopmail

2009-04-01 Thread Manvendra Bhangui
I have worked extensively last few months in building RPM for my project. So I can work with anyone who is doing this for vpopmail. For the RPM installation, it is a good practice to set the permission for every file/directory under the %files section. It shouldn't be done under %pre or %post secti

[vchkpw] Re: Further Information for Building RPM for vpopmail

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 7:31 PM, Manvendra Bhangui wrote: > I have worked extensively last few months in building RPM for my project. > So I can work with anyone who is doing this for vpopmail. > For the RPM installation, it is a good practice to set the permission for > every file/dir

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 9:41 PM, John Simpson wrote: > maybe it doesn't need to be part of the build/packaging process, but it > *is* something people need after the system is installed and running, > because people *do* tweak their files by hand sometimes, and they may forget > (or not know how)

Re: [vchkpw] help porting qmail to auto-tools

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 10:05 PM, Itamar Reis Peixoto < ita...@ispbrasil.com.br> wrote: > Hi > > I want to create rpm for qmal and vpopmail. > > anyone can help me porting qmail build system to gnu auto-tools ? > There are few who have already built rpm for qmail. Why reinvent the wheel? or do you

Re: [vchkpw] help porting qmail to auto-tools

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 10:40 PM, Itamar Reis Peixoto < ita...@ispbrasil.com.br> wrote: > qmail is not FHS > hmm. Looks like a difficult task (but not impossible). The equivalent of prefix is is the file conf-qmail then you have the following directories alias control queue users boot where shoul

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 10:36 PM, Matt Brookings wrote: > 5.5 is moving towards an initialization type function, but there isn't > one as of yet. It will most likely end up being a part of the config > file API. maybe something like this in all programs having main() if (vpopmailuid == -1 || v

Re: [vchkpw] help porting qmail to auto-tools

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 10:47 PM, aledr wrote: > I'm already packaging vpopmail on my home repo on openSUSE Build > Service, you can check the spec file there at home:aledr. > > Just took a look at it. Looks like a good starting point. I also see that you have netqmail. Why don't you include netqm

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-01 Thread Manvendra Bhangui
On Wed, Apr 1, 2009 at 9:41 PM, John Simpson wrote: > the only problem i see at the moment is how the FHS stuff is going to > affect where the files are. i want the program to self-adjust to "FHS > layout" or "built from source layout" automatically, which means i'll need > to be able to tell eit

[vchkpw] Domainkey-Signature to vpopmail list does not verify

2009-04-01 Thread Manvendra Bhangui
Just noticed that none of domainkey-signature in mails to vchkpw mailling list verify. Looks like the dspam headers are the culprit. Is it possible to have the headers above the domainkey-signature header? -- Manvendra Bhangui www.indimail.org !DSPAM:49d4491832681995072061!

Re: [vchkpw] Further Information for Building RPM for vpopmail

2009-04-02 Thread Manvendra Bhangui
2009/4/2 John Simpson > i hope these aren't the settings you're actually using on a real server > anywhere. Yes they are on a live server serving > 3 million users. But these programs have extra authentication/checks before they actually do the setuid(). In fact that is the first thing done afte

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-03 Thread Manvendra Bhangui
On Fri, 2009-04-03 at 18:49 -0400, John Simpson wrote: > normally the "configure" command builds a file like "config.h", which > all of the other source files include. my question was what > information is, or will be, available in "config.h" to tell where the > various pieces of the package

Re: [vchkpw] vpopmail make install should support DESTDIR

2009-04-06 Thread Manvendra Bhangui
On Mon, 2009-04-06 at 08:53 -0500, Matt Brookings wrote: > This information is set in the 5.5 branch. > > > /home/experiments/vpopmail-5.4.27>grep vpopmail.mysql *.c > > vmysql.c:Add error result for "unable to read vpopmail.mysql" and return > > it > > vmysql.c:sprintf(config, "%s/etc/%s", VP

[vchkpw] libvpopmail.so vpopmail-5.5

2009-04-06 Thread Manvendra Bhangui
/lib/ld-linux.so.2 (0x0036b000) I had to do the following # echo "/var/vpopmail/lib" > /etc/ld.so.conf.d/vpopmail.conf # /sbin/ldconfig -- Manvendra Bhangui www.indimail.org !DSPAM:49da144532686899313688!

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-23 Thread Manvendra Bhangui
On Thu, 2009-04-23 at 17:41 +0530, Koustubha Kale wrote: > Now we can receive all mail from outside world ok, but any mail delivered to > the central server with > maildirsmtp from the branches bounces with "mail is looping" error. This must > be because of the > Delivered-To: header present in

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, Apr 24, 2009 at 11:25 AM, Koustubha Kale wrote: > here it is. I have obfuscated user, domain names & IP's. > > - Original Message - From: > To: > Sent: Wednesday, April 22, 2009 10:42 AM > Subject: failure notice > > > > Hi. This is the qmail-send program at hub.domain1.com. > >

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, Apr 24, 2009 at 1:52 PM, Koustubha Kale wrote: > How do I know if I am reaching the header limit? Take a mail and cut all lines below the first blank line from the top and do wc -l to count the no of headers > > I dont have a control/MAXHOPS Never had. > If that is the problem how does

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, Apr 24, 2009 at 3:39 PM, Koustubha Kale wrote: > > 1. On the central server you are using vdelivermail to deliver it to a >> Maildir >> Check your .qmail-default file on the central server. >>vdelivermail adds a Delivered-To: header >> > > My .qmail-default on central server is >

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, Apr 24, 2009 at 1:52 PM, Koustubha Kale wrote: > > Delivered-To: alias-ppp-rc...@branch2.domain1.com > Delivered-To: rc...@branch2.domain1.com > From: "sender" > To: , > "rcpt1" > Cc: > Subject: Re: some subject > Date: Fri, 24 Apr 2009 13:23:40 +0530 > X-Priority: 1 > X-MSMail

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, 2009-04-24 at 18:41 +0530, Koustubha Kale wrote: > Question is why it causes "mail is looping" bounces with vdelivermail 5.4.27 > and why not in 5.4.9 > when both are receiving exactly the same headers? And what can I do to get it > working in 5.4.27? ( > The setup has been running pas

Re: [vchkpw] Mails delivered by maildirsmtp bounce with looping error after upgrade from 5.4.9 to 5.4.27

2009-04-24 Thread Manvendra Bhangui
On Fri, 2009-04-24 at 18:41 +0530, Koustubha Kale wrote: > Question is why it causes "mail is looping" bounces with vdelivermail 5.4.27 > and why not in 5.4.9 > when both are receiving exactly the same headers? And what can I do to get it > working in 5.4.27? ( > The setup has been running past

Re: [vchkpw] vpopmail UID/GID hardcoded in config.h

2009-08-18 Thread Manvendra Bhangui
On Tue, 2009-08-18 at 18:34 -0500, Tom Collins wrote: > How often does the code actually reference the UID/GID? Could you > have a function to look it up and cache it in a static once found? > > A quick check and it looks like it's only referenced when adding a > user or updating the tcp.smt

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Manvendra Bhangui
On Thu, Oct 8, 2009 at 9:05 PM, Javier de Miguel Rodrí­guez < javierdemig...@us.es> wrote: > > cat /var/qmail/users/assign > > +javierito.com-:javierito.com:89:89:/home/vpopmail/domains/javierito.com: > -:: > .. > Just to eliminate that the file /var/qmail/users/cdb is up to date, what is the out

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Manvendra Bhangui
2009/10/9 Javier de Miguel Rodrí­guez > > Hi, >> >> Can you do a >> >> ps -ax | grep qmail-lspawn >> >> > ps -ax | grep qmail-lspawn > > Warning: bad syntax, perhaps a bogus '-'? See > /usr/share/doc/procps-3.2.7/FAQ > 18860 ?S 0:00 qmail-lspawn ./Maildir/ > 30482 pts/0R+ 0:

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Manvendra Bhangui
2009/10/9 Javier de Miguel Rodrí­guez > > > I attach the straced "/tmp/problem.log" gzipped > > Regards and LOT of thanks for the help, you are great guys!!! > > > The strace output shows that vdelivermail executes maildrop 31280 waitpid(31281, 31281 rt_sigaction(SIGPIPE, {SIG_DFL, [PIPE], SA_

Re: [vchkpw] DKIM?

2011-01-26 Thread Manvendra Bhangui
On Thu, Jan 27, 2011 at 10:39 AM, Tom Collins wrote: > Any advice on setting up DKIM to sign outbound mail on my vpopmail server?   > I've spent some time looking around at various patches and I'm a little > overwhelmed. > > I host about 150 domains, and I don't want to mess around with setting u

Re: [vchkpw] DKIM?

2011-01-29 Thread Manvendra Bhangui
On Sun, Jan 30, 2011 at 2:45 AM, Tom Collins wrote: > Manvendra, > > Do you have a page on how to configure DKIM after patching qmail?  Or is it > in the dkfilter man page as part of the patch? > I think you mean dk-filter. The man page is part of the patch. You can use qmail-dkim(8) if you want

Re: [vchkpw] DKIM?

2011-01-31 Thread Manvendra Bhangui
On Tue, Feb 1, 2011 at 1:01 AM, Roberto Puzzanghera wrote: > Hello Manvendra, I'm testing your patch and reading all your docs. > Can you please clarify which is the advantage of filtering at smtp level? At the SMTP level, qmail-smtpd does not break a mail addressed to multiple recipients. Hence

Re: [vchkpw] Forward non-existing accounts to another server (same domain)

2011-05-09 Thread Manvendra Bhangui
On Mon, May 9, 2011 at 1:43 PM, Carlos Miranda Molina (Mstaaravin) wrote: > Hi! > > I have one domain "mydomain.com" and i need split this between 3 > geographical places, differents users of course. You can achieve this by writing a qmail-remote wrapper which gets called in .qmail files. Search

Re: [vchkpw] Re: Tom's fork of vpopmail (and qmailadmin)

2003-09-10 Thread Manvendra Bhangui
Let us stop this now and put this war behind us. I can see that Tom has added Ken as an admin. Cheers to Tom and Ken Regards Manvendra On Wed, 2003-09-10 at 19:39, Benjamin Tomhave, CISSP wrote: > First off, everybody needs to quit whining. Seriously, if Tom hadn't > taken up the reins, there wou

Re: [vchkpw] Qmail should queue every mail

2004-01-09 Thread Manvendra Bhangui
t get the best answers on > this list here :-) > > How can I make qmail to queue every incoming mail and not sending it? I mean > qmail should keep every mail in its queue without actually delivering it. How > can I do that? > > Bye and thanks, > Werner. -- Manvendra Bhangui <[EMAIL PROTECTED]>

Re: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin

2004-07-27 Thread manvendra bhangui
On Tue, 27 Jul 2004 12:57:20 -0500, Ken Jones <[EMAIL PROTECTED]> wrote: > > Anyone interested in trying simscan before I release it? Can you send it to me ? I will love to try it. -- Regards Manny "Unix is simple, but it takes a genius to understand the simplicity." - Dennis Ritchie

Re: [vchkpw] alias problem

2004-08-06 Thread manvendra bhangui
On Fri, 6 Aug 2004 11:22:17 +0200, fmessere <[EMAIL PROTECTED]> wrote: > My mail account is insert in a lot of aliases so if someone send a mail to > two or tree of this I receve the same mail a lot of time. Is there a way to > avoid this? > google eliminate-dups -- Regards Manny "Unix is sim

Re: [vchkpw] R: [vchkpw] alias problem

2004-08-09 Thread manvendra bhangui
You can get eliminate dups from http://www.gormand.com.au/peters/tools/ -- Regards Manny "Unix is simple, but it takes a genius to understand the simplicity." - Dennis Ritchie

Re: [vchkpw] vpopmail postfix devel mailing list / calling all experts

2004-10-01 Thread manvendra bhangui
On Fri, 1 Oct 2004 00:11:21 -0500, Jeremy Kitchen <[EMAIL PROTECTED]> wrote: > Due to recent displays of interest for vpopmail/postfix integration on this I wrote a postfix wrapper for vdelivermail 1.5 years ago. With the wrapper you can use either qmail or postfix with vpopmail. Also the wrapper

[vchkpw] libnss support for IndiMail/vpopmail

2008-08-19 Thread Manvendra Bhangui
I feel happy to announce that I have built NSS support for IndiMail (http://www.indimail.org). It is based on a patch on libnss-mysql at sourceforge.net. IndiMail is mail server which patches qmail to integrate qmail-smtpd (auth, relay,etc), qmail-local, qmail-remote, with IndiMail's MySQL databas

[vchkpw] ANNOUNCE: IndiMail authmodule for courier-imap

2008-08-24 Thread Manvendra Bhangui
IndiMail (http://www.indimail.org) works with a hacked authvchkpw module to authenticate with courier-imap. courier-imap no longer supports the vchkpw module. After getting tired of frequently hacking the authvchkpw module to work with new versions of courier-imap, I have finally made the module i

Re: [vchkpw] Set external and internal users

2008-08-28 Thread Manvendra Bhangui
On Thu, 2008-08-28 at 14:31 +0800, Kenny Lee wrote: > Internal group: which mean that those user set in this group can send mail > to example.com's users only. vmoduser -r [EMAIL PROTECTED] sets no external relay flag - which means the user should not be able to send mails to external domains.

[vchkpw] brand new courier-imap authmodule for vpopmail-5.4.26d

2008-08-28 Thread Manvendra Bhangui
I think this might be useful for few. so I did a strace to hack the courier-imap authentication protocol. I have tweaked a bit the module which i wrote for IndiMail to make it work for vpopmail. The module is totally independent of courier-imap (i.e. it will get installed in the vpopmail bin dire

Re: [vchkpw] Set external and internal users

2008-08-29 Thread Manvendra Bhangui
On Fri, 2008-08-29 at 17:06 +0800, Kenny Lee wrote: > not really understand ... please you tell me where to set the auth smtp or > disable the default allowed relay ? vpopmail should have been configured with --enable-roaming-users while building vpopmail. I am assuming that this was done 1. Chec

[vchkpw] ANNOUNCE: Flexible Single Sign-On for IndiMail and Vpopmail

2008-09-04 Thread Manvendra Bhangui
FSSOS stands for Flexible Single Sign-On Solution and has been written by Ben Goodwin for extending authentication via getpwnam(), getspnam(), getgrent(), etc calls. Official website: http://fssos.sourceforge.net/ This source has been hacked and adapted to IndiMail as nssd from the FSSOS

Re: [vchkpw] vpopmail development

2009-01-08 Thread Manvendra Bhangui
On Thu, 2009-01-08 at 17:10 -0500, DAve wrote: > My reward for fixing the dir_control to backfill still stands. > > http://pixelhammer.com/Dan/aargh.jpg > > Follow the thread... > http://www.mail-archive.com/vchkpw@inter7.com/msg25272.html > > I could improve on the prize some as well, how about

Re: [vchkpw] vpopmail development

2009-01-12 Thread Manvendra Bhangui
On Fri, 2009-01-09 at 08:57 -0600, Matt Brookings wrote: > This would not work because users can be deleted out of the hash tree > anywhere. It appears your patch assumes a FILO ordering of user additions > and deletions. I have not been able to explain properly. It would be FIFO. > If the hashes

[vchkpw] Backfill Patch for dir_control

2009-01-14 Thread Manvendra Bhangui
On Mon, 2009-01-12 at 08:22 -0600, Matt Brookings wrote: > Okay. I can definitely see how this would work. It is a reasonable > solution, and I'd be very interested to see a completed patch against > the CVS head. > I have completed the patch. How do I use CVS? I know very little of CVS. But a

Re: [vchkpw] Backfill Patch for dir_control

2009-01-14 Thread Manvendra Bhangui
On Wed, Jan 14, 2009 at 9:17 PM, Matt Brookings wrote: > Does your patch take into account that dir_control is occasionally inside a > database, or does it only work with the CDB backend? It's okay if it > doesn't > yet, but we definitely need it to in the future. The patch uses the dir_contro

Re: [vchkpw] Backfill patch

2009-01-15 Thread Manvendra Bhangui
On Fri, Jan 16, 2009 at 6:36 AM, Shane Chrisp wrote: > Not having a go at the excellent work that's been done, but I don't know > why anyone would want to run courier these days when Dovecot runs so much > faster and uses so much less in the way of system resources. I use courier imap for few

Re: [vchkpw] Opinions needed - Bignum Arithmetic

2009-01-22 Thread Manvendra Bhangui
On Wed, 2009-01-21 at 21:13 -0800, Tom Collins wrote: > Two thoughts on quotas. > > You're going to have to deal in sub-megabyte numbers, since the size > of most messages are measured in KB. Maybe you could track the quota > in kbytes, rounding up/down as necessary? > > All programs that de

[vchkpw] New Command vmoddomain

2009-01-29 Thread Manvendra Bhangui
I have added a new command vmoddomain based on a request by Wouter van der Schagt. Have attached vmoddomain.c in the tracker request. Currently the command will change the catch-all address usage: vmoddomain [options] domain options: -f (Sets the Domain with VFILTER capability) -h

Re: [vchkpw] New Command vmoddomain

2009-01-31 Thread Manvendra Bhangui
On Sat, Jan 31, 2009 at 7:47 PM, Wouter van der Schagt wrote: > Not that i can think off, most things are popbox specific. Is this in the > development version already? if now, how can i link and test it? > vmoddomain.c is attached as a file in the following tracker https://sourceforge.net/track

Re: [vchkpw] New Command vmoddomain

2009-02-02 Thread Manvendra Bhangui
On Mon, Feb 2, 2009 at 2:28 PM, Wouter van der Schagt wrote: > To compile, edit Makefile.am and add vmoddomain as a program in >> vpopmailbin_PROGRAMS >> and also add the following >> vmoddomain_SOURCES = vmoddomain.c >> vmoddomain_LDADD = libvpopmail.a @auth_libs@ >> >> After editing Makefile.am

Re: [vchkpw] vpopmail now hosted in a Subversion repository

2009-02-10 Thread Manvendra Bhangui
On Tue, Feb 10, 2009 at 11:46 PM, Matt Brookings wrote: > > What does this patch do exactly? From looking at the patch and trying it, > I don't see any difference in operation related to the requirement of root. > The patch removes all references to user/groups in /etc/passwd and hence dependenc

Re: [vchkpw] vpopmail now hosted in a Subversion repository

2009-02-10 Thread Manvendra Bhangui
On Wed, Feb 11, 2009 at 12:04 AM, Matt Brookings wrote: > The configure script still expects you to be root, so the patch needs to > adjust > for that as well. The issue is with the macro AC_TRY_RUN which expects vpopmail user to be added before configure can be run. the code in configure.in i

Re: [vchkpw] vpopmail now hosted in a Subversion repository

2009-02-10 Thread Manvendra Bhangui
On Wed, Feb 11, 2009 at 12:14 AM, aledr wrote: > I agree to add an option, I sent the patch just to explain myself. =D > Can I write the modifications or someone of inter7 will do that? > the option enable-non-root-build has already been put by someone in configure script. -- Regards Manvendr