[vchkpw] [SPAM] Vpopmail end of headers

2013-04-06 Thread qmail
We are having some issues with Vpopmail , vdelivermail more precisely  
- in the function is_spam()


There is this code that is charged with finding out when the headers end:

switch(spambuf[k]) {
 /* skip blank spaces and new lines */
 case ' ':
 case '\n':
 case '\t':
 case '\r':
   break;


Basically it assumes that if it finds spaces or \n or \t or \r that  
it's a 'blank' character which means the headers are over and it can  
append the Spamassassin tags.


I think this is a problem because there are messages which have for  
example white spaces(WS) followed by newlines in the header:


\n

That code assumes that line is the end of the headers, but shouldn't  
the end be a new line that contains only \n ( or \r\n ) ?


Thank you!


!DSPAM:5160ef4a34141334075067!



Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
Hi Matt,

I am trying to compile 5.4.32. I had also did make install in
/var/src/vpopmail-5.4.32 but still having the same problem.

What can i try next?

Thanks
wL

On Mon, Jan 24, 2011 at 11:09 PM, Matt Brookings m...@inter7.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 01/23/2011 01:53 AM, Qmail List wrote:
 Hi,

 Tried to compile vusaged, but during the command ./configure i had
 encounter the error

 checking for vauth.h... yes
 checking for vauth_getpw in -lvpopmail... no
 checking for vauth_getall in -lvpopmail... no
 checking for get_domain_entries in -lvpopmail... no
 checking for client_query_quick in -lvpopmail... no
 configure: error: No vauth_getpw in libvpopmail
 What did i miss out?

 What version are you compiling vusaged under?  In the 5.4 tree, you
 have to already have the version installed that vusaged compiles against.

 If you're compiling a 5.4 version, run make install in the main
 source directory, and then try to compile vusaged.
 - --
 /*
    Matt Brookings m...@inter7.com       GnuPG Key FAE0672C
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
 */
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk09lhoACgkQIwet2/rgZyyOmgCgi+yZ/jr5hnVzXtAxLcd+Ie7F
 vbwAn3DnWLkvdCiTOP7zBSKQHugAJq53
 =Fzow
 -END PGP SIGNATURE-


!DSPAM:4d3d9b7e32711815617620!



Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
Hi,

I wanted to recompile vpopmail. So i did a make clean. I noticed
vusagec. Is this the daemon you were mentioning about?

Is there a way to check why am i missing vusage and vauth_getpw?

test -z libvpopmail.a || rm -f libvpopmail.a
test -z vchkpw vdelivermail clearopensmtp vadddomain vdeldomain
vpasswd vadduser vdeluser vaddaliasdomain vsetuserquota vpopbull
vdeloldusers vmoduser valias vuserinfo vmkpasswd vipmap vdominfo
vconvert vkill vmoddomlimits vchangepw dotqmail2valias vpopmaild vlist
authvchkpw vusagec || rm -f vchkpw vdelivermail clearopensmtp
vadddomain vdeldomain vpasswd vadduser vdeluser vaddaliasdomain
vsetuserquota vpopbull vdeloldusers vmoduser valias vuserinfo
vmkpasswd vipmap vdominfo vconvert vkill vmoddomlimits vchangepw
dotqmail2valias vpopmaild vlist authvchkpw vusagec

Thanks
wL

On Mon, Jan 24, 2011 at 11:34 PM, Matt Brookings m...@inter7.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 01/24/2011 09:32 AM, Qmail List wrote:
 Hi Matt,

 I am trying to compile 5.4.32. I had also did make install in
 /var/src/vpopmail-5.4.32 but still having the same problem.

 What can i try next?

 The error means the protocol API used by the vusage daemon is not in
 the vpopmail library.  vauth_getpw is not found either, which is a
 staple vpopmail API call.  It looks like it may not be able to find
 the vpopmail library.
 - --
 /*
    Matt Brookings m...@inter7.com       GnuPG Key FAE0672C
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
 */
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk09m/gACgkQIwet2/rgZyy/5wCfQcKTOeIPUw3cunbMxUQJAX5F
 14cAn1CGBz5mSh5TpiudYYJQzP4U3kHq
 =qyi4
 -END PGP SIGNATURE-


!DSPAM:4d3d9ee832711976258561!



Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
Hi,

For Vpopmail, i did this.

./configure --enable-logging=v \
make
make install-strip

Vpopmail config.log
http://pastebin.com/5xZT1EiH

Vpopmail config.h
http://pastebin.com/t6FQzp0U

For  Vusaged, i did this.
./configure
make

Vusaged config.log
http://pastebin.com/78MsKPjh

Vusaged config.h
http://pastebin.com/k9kk7Zff


Thanks
wL

On Mon, Jan 24, 2011 at 11:52 PM, Matt Brookings m...@inter7.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 01/24/2011 09:46 AM, Qmail List wrote:
 Hi,

 I wanted to recompile vpopmail. So i did a make clean. I noticed
 vusagec. Is this the daemon you were mentioning about?

 Is there a way to check why am i missing vusage and vauth_getpw?

 test -z libvpopmail.a || rm -f libvpopmail.a
 test -z vchkpw vdelivermail clearopensmtp vadddomain vdeldomain
 vpasswd vadduser vdeluser vaddaliasdomain vsetuserquota vpopbull
 vdeloldusers vmoduser valias vuserinfo vmkpasswd vipmap vdominfo
 vconvert vkill vmoddomlimits vchangepw dotqmail2valias vpopmaild vlist
 authvchkpw vusagec || rm -f vchkpw vdelivermail clearopensmtp
 vadddomain vdeldomain vpasswd vadduser vdeluser vaddaliasdomain
 vsetuserquota vpopbull vdeloldusers vmoduser valias vuserinfo
 vmkpasswd vipmap vdominfo vconvert vkill vmoddomlimits vchangepw
 dotqmail2valias vpopmaild vlist authvchkpw vusagec

 What is the configure line you're using?  Also, post the config.log
 and config.h the configure generates (using pastebin or some other
 service).
 - --
 /*
    Matt Brookings m...@inter7.com       GnuPG Key FAE0672C
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
 */
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk09oDYACgkQIwet2/rgZywdTwCgkLr6kDrsWkBZgKom55hHGqjn
 ht8AnRBwwVltwRLVYwwosUNS10DCO+PF
 =BenR
 -END PGP SIGNATURE-


!DSPAM:4d3da74a32711311418038!



Re: [vchkpw] vusaged compile error

2011-01-24 Thread Qmail List
Thanks Matt. I am able to proceed.

On Tue, Jan 25, 2011 at 12:37 AM, Matt Brookings m...@inter7.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 01/24/2011 10:34 AM, Qmail List wrote:
 Hi,

 I followed your instruction.

 export  LDFLAGS='-ldl'

 It's export LDFLAGS='-ldl'.  There's no  in it.
 - --
 /*
    Matt Brookings m...@inter7.com       GnuPG Key FAE0672C
    Software developer                     Systems technician
    Inter7 Internet Technologies, Inc.     (815)776-9465
 */
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk09qrsACgkQIwet2/rgZyyoqQCeMW5JswM/TQREdpvqSEP1wan0
 /ogAoIc1xoSHC/MF3A0tDhGwEQ+8sGc+
 =bwIs
 -END PGP SIGNATURE-


!DSPAM:4d3dacad32714254211647!



[vchkpw] segfault while starting up vusaged

2011-01-24 Thread Qmail List
 Hi,

While trying to start vusaged, encountered error.

/etc/init.d/vusaged start
Starting vusaged: /etc/init.d/vusaged: line 17: 31073 Segmentation
fault  $VUSAGED  /dev/null 2 /dev/null
failed

/var/log/message shows

kernel: vusaged[31085]: segfault at 00608b28 rip 00608b28
rsp 47ab1f08 error 15

Any idea?

regards
wL


!DSPAM:4d3db42332714273339809!


Re: [vchkpw] vusaged compile error

2011-01-23 Thread Qmail List
Hi,

I had tried the command, but it i am still having the error.

Any other suggestion?

thanks
wL

On Sun, Jan 23, 2011 at 5:12 PM, Thibault Richard th...@thibs.com wrote:

 Hello,

 Try with this command before

 cat  ~vpopmail/etc/vusagec.conf  __EOF__
 Server:
    Disable = True;
 __EOF__

 Thibault


 Le dimanche 23 janvier 2011 à 15:53 +0800, Qmail List a écrit :
  Hi,
 
  Tried to compile vusaged, but during the command ./configure i had
  encounter the error
 
  checking for vauth.h... yes
  checking for vauth_getpw in -lvpopmail... no
  checking for vauth_getall in -lvpopmail... no
  checking for get_domain_entries in -lvpopmail... no
  checking for client_query_quick in -lvpopmail... no
  configure: error: No vauth_getpw in libvpopmail
 
  What did i miss out?
 
  Thanks
  wL
 
 



 


!DSPAM:4d3bffe632712002244127!



[vchkpw] vusaged compile error

2011-01-22 Thread Qmail List
Hi,

Tried to compile vusaged, but during the command ./configure i had encounter
the error

checking for vauth.h... yes
checking for vauth_getpw in -lvpopmail... no
checking for vauth_getall in -lvpopmail... no
checking for get_domain_entries in -lvpopmail... no
checking for client_query_quick in -lvpopmail... no
configure: error: No vauth_getpw in libvpopmail
What did i miss out?

Thanks
wL


!DSPAM:4d3bde6632712090815233!


[vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
Hi,

I am trying out vusaged .. Installed a fresh copy of CentOS 5.5 i386. I got
the below error. Anyone has a work-around? 

[r...@localhost vusaged]# cd /var/src/vpopmail-5.5.0/vusaged
[r...@localhost vusaged]# make
gcc -o vusaged vusaged.o socket.o grow.o signal.o packet.o query.o cache.o
user.o directory.o userstore.o list.o domain.o queue.o shutdown.o vdb.o -L..
-lvpopmail   -pthread  -ldl -lcrypt  -Xlinker -R -Xlinker /home/vpopmail/lib
socket.o: In function `socket_init':
socket.c:(.text+0xc16): undefined reference to `ev_io_start'
socket.c:(.text+0xc7f): undefined reference to `ev_timer_start'
socket.o: In function `ev_default_loop':
socket.c:(.text+0xd21): undefined reference to `ev_default_loop_init'
socket.o: In function `ev_default_loop_uc':
socket.c:(.text+0xd31): undefined reference to `ev_default_loop_ptr'
socket.o: In function `socket_listen':
socket.c:(.text+0xd4e): undefined reference to `ev_loop'
socket.o: In function `socket_accept':
socket.c:(.text+0x1121): undefined reference to `ev_io_start'
socket.c:(.text+0x117a): undefined reference to `ev_io_start'
socket.o: In function `socket_close':
socket.c:(.text+0x1656): undefined reference to `ev_io_stop'
socket.c:(.text+0x166e): undefined reference to `ev_io_stop'
socket.o: In function `socket_write':
socket.c:(.text+0x1769): undefined reference to `ev_io_stop'
socket.o: In function `socket_timer':
socket.c:(.text+0x1952): undefined reference to `ev_unloop'
collect2: ld returned 1 exit status
make: *** [vusaged] Error 1

Thanks
wL


!DSPAM:4c20ba3b32718310010151!



RE: [vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
Thanks Harm van Tilborg

 The usage daemon uses libev, so you should install the libev development
 headers.

 In Debian/Ubuntu they're called libev3-dev. I'm not familiar with CentOS
 to know how to do this there, but I think this should help you out.

I had installed libev-3.9 via tarball. 

I did this

cd /var/src
tar -xzf tar/libev-3.9.tar.gz
cd libev-3.9
./configure
make
make install


!DSPAM:4c20c1e432711917115304!



RE: [vchkpw] compiling vusaged

2010-06-22 Thread Qmail List
 The usage daemon uses libev, so you should install the libev development
 headers.
 
 In Debian/Ubuntu they're called libev3-dev. I'm not familiar with CentOS
 to know how to do this there, but I think this should help you out.
 
 I had installed libev-3.9 via tarball. 
 
 I did this
 
 cd /var/src
 tar -xzf tar/libev-3.9.tar.gz
 cd libev-3.9
 ./configure
 make
 make install

 Why are you trying to build directly in the vusaged directory?  The
 configure script in the main source directory should have detected (or
 not detected) libev and made the proper configurations or warnings.

 Back out into the main 5.5.0 source directory and run ./configure.  It
 will build vusaged for you.

Thanks Matt. Now I have another issue. Trying to compile qmailadmin.

/home/vpopmail/include/vpopmail.h:149:1: warning: this is the location of
the previous definition
user.c: In function âcall_hooksâ:
user.c:522: error: âVPOPMAILDIRâ undeclared (first use in this function)
user.c:522: error: (Each undeclared identifier is reported only once
user.c:522: error: for each function it appears in.)
user.c: In function âset_qmaildefaultâ:
user.c:627: error: âVPOPMAILDIRâ undeclared (first use in this function)
make[1]: *** [user.o] Error 1
make[1]: Leaving directory `/var/src/qmailadmin-1.2.14'
make: *** [all] Error 2

I had googled. But I still cant find any solution

Thanks
wL.


!DSPAM:4c215b7d32711787462413!



[vchkpw] Dovecot deliver integration

2010-05-03 Thread qmail

Hello,

there was a thread on here about a year ago regarding  
replacing/inserting Dovecot's deliver in the mail delivery process.


I believe the last solution attempted was to have vdelivermail output  
to stdout and pipe that to deliver but it wasn't working so well.


Has anyone managed fully replace vdelivermail with deliver ?

I have it running as well but I need it to also handle my .qmail files.

Thanks!



!DSPAM:4bdee32332718591914589!



Re: [vchkpw] domain setup but no mail deing received

2008-04-16 Thread Qmail User

hi,

can you be more specific? can you at least tell us something like the 
exact error messages generated by your qmail for this particular 
transaction? there are many places that can cause failed delivery. 
perhaps the best place to look for hints would be the log file.


regards,

reuben

Sam Ami wrote:

hi guys

my first vpopmail install so i might have overlooked something...

i've setup a new domain with one user.

everything looks ok, no errors, local mail routing works fine i
can deliver a message to the user from root an the user gets the
message

however, when attempting a remote delivery, say from gmail, no mail is
recieved by my server (note, I can sent to remote addresses.)

Is there anything i need to edit in /home/vpopmail/etc ? to allow
remote email delivery ?




  



!DSPAM:4805b45e120503272032184!



[vchkpw] global contact list - ldap

2006-08-02 Thread Juliano Souza - qmail server
I want to add the Contact list to my vpopmail , but the contact list in 
most of the clients retrive the list of all users via LDAP.


How can I implement the global list of contacts using ldap to manage them?

ps: my case are qmail + vpopmail, the auth are by vpasswd.

Thanks,

Juliano Souza



[vchkpw] this list works?

2006-08-02 Thread Juliano Souza - qmail server




[vchkpw] Script for users to delete their own account

2003-08-30 Thread qmail
Dear All, 

I am looking for a webpage script or programme to let users to delete their 
own account. Do anyone have any idea about that? Thank you very much. 





vqregister and mySQL 3.23.45?

2001-11-26 Thread Qmail

Hello all,

I recently created a RH 7.2 box with the mySQL 3.23.45 RPM from mySQL.com.

I've managed to get vpopmail, qmail, qmailadmin and sqwebmail all happily
compiled, however I cannot get vqregister to compile.

The error I get is:

gcc  -o vqregister main.o cgi.o template.o global.o misc.o config.o
register.o password.o vpopmail.o db.o field.o badhosts.o
-L/home/vpopmail/lib -lvpopmail -lcrypt -L/usr/lib/mysql -lmysqlclient
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress':
my_compress.o(.text+0x9a): undefined reference to `uncompress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
`my_compress_alloc':
my_compress.o(.text+0x12a): undefined reference to `compress'
collect2: ld returned 1 exit status
make: *** [vqregister] Error 1


Looks more like a mysql issue than a vqregister, however since all the other
qmail/vpopmail pieces compile I'm at a loss of where to start.

Best,

Lance




RE: vqregister and mySQL 3.23.45?

2001-11-26 Thread Qmail

Thanks Ken!

That fixed it.

I'm still having troubles getting data inserted into the demographic table.

Is there any way to debug it? I've validated that the user/password for
mySQL works, I can do inserts using the mysql client, but no dice with
vqregister doing it automatically.

Lance


-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 26, 2001 11:01 AM
To: Qmail
Cc: vpopmail
Subject: Re: vqregister and mySQL 3.23.45?


On Mon, 2001-11-26 at 11:04, Qmail wrote:
 Hello all,
 
 I recently created a RH 7.2 box with the mySQL 3.23.45 RPM from mySQL.com.
 
 I've managed to get vpopmail, qmail, qmailadmin and sqwebmail all happily
 compiled, however I cannot get vqregister to compile.
 
 The error I get is:
 
 gcc  -o vqregister main.o cgi.o template.o global.o misc.o config.o
 register.o password.o vpopmail.o db.o field.o badhosts.o
 -L/home/vpopmail/lib -lvpopmail -lcrypt -L/usr/lib/mysql -lmysqlclient
 /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
`my_uncompress':
 my_compress.o(.text+0x9a): undefined reference to `uncompress'
 /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
 `my_compress_alloc':
 my_compress.o(.text+0x12a): undefined reference to `compress'
 collect2: ld returned 1 exit status
 make: *** [vqregister] Error 1
 
 
 Looks more like a mysql issue than a vqregister, however since all the
other
 qmail/vpopmail pieces compile I'm at a loss of where to start.
 
 Best,
 
 Lance
 

Add -lz after -lmysqlclient

Ken Jones

 




vqregister and user_store db

2001-11-22 Thread Qmail

Hello agian,

vqregister seems happy enough now on my system.

However, I can't seem to get the user_store feature to work.

The conf file mentions that it will create the DB if possible, however, it
doesn't seem to.

I've also create the user_store and user_info tables by hand, but no luck.

Any hints? Tips?

I don't seem to get any errors regardless.

TIA,

Lance








RE: web only access - disabling pop/smtp for some domains

2001-11-20 Thread Qmail

Thanks Bill,

How about appending something you outbound emails?

Any thoughts...?

-Original Message-
From: Bill Shupp [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 6:59 PM
To: [EMAIL PROTECTED]
Subject: Re: web only access - disabling pop/smtp for some domains


On Tuesday, November 20, 2001, at 07:53 PM, Qmail wrote:

 Hi Folks,

 I'm curious if there's a way to easily disable pop/smtp for some domains

This can be done with vmoduser -d -r domain.com

But beware.. if you use cdb authentication (vpopmail 5.0), running 
vmoduser on an entire domain will hose your vpasswd file.  I posted a 
patch to this list a few days ago that fixes it.


Regards,

Bill Shupp



more vqregister challenges

2001-11-19 Thread Qmail

Ok,

I tried to register an email address that already exists - and I get a
message saying it's already in use - so it's talking happily to mySQL.

However, my mysql logs show:

09 20:21:53  Aborted connection 64090 to db: 'vpopmail' user: 'root'
host: `localhost' (Got an error reading communication packets)

I've never seen this error until trying vqregister.

Any tips?

Thanks!



vqregister

2001-11-18 Thread Qmail

Hi folks,

I'm trying to get vqregister to work. I've set up the conf file, and I can
get the first page to come up.

However when I hit submit I get:

Unrecoverable Error: Although the domain you requested is available for
signup, this server does not yet support it.
An unrecoverable error occured while processing your request.
Please contact the administrator if this continues.

Any tips?




RE: vqregister

2001-11-18 Thread Qmail

Tried that - no luck, I pulled hotmail from badhosts as well.



-Original Message-
From: Ronald Rebideau [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 18, 2001 9:47 PM
To: [EMAIL PROTECTED]
Subject: Re: vqregister


 Hi folks,
 
 I'm trying to get vqregister to work. I've set up the conf file, and I
 can get the first page to come up.
 
 However when I hit submit I get:
 
 Unrecoverable Error: Although the domain you requested is available for
 signup, this server does not yet support it.
 An unrecoverable error occured while processing your request.
 Please contact the administrator if this continues.
 
 Any tips?

Send the confirmation email to an outside account like Yahoo.



problems getting supervise + qmail + logging to work

2001-11-17 Thread Qmail

Hi Folks,

I'm trying to get qmail + supervise + multilog to work. I'm testing pop3 on
a different port until this works.

I've got a /service/pop3 directory with a run command like:

#!/bin/sh
exec 21
exec /usr/local/bin/tcpserver -v -H -R -lmail5.ware.net -c200 0 119
/var/qmail/bin/qmail-popup mail5.ware.net /home/vpopmail/bin/vchkpw /va
r/qmail/bin/qmail-pop3d Maildir

And a /service/pop3/log/run file like:

#!/bin/sh
exec /command/setuidgid qmaill /command/multilog t n100 s100
/var/log/pop3test

tcpserver is running, but multilog isn't.

Any tips?



qmailadmin abd ezmlm

2001-11-09 Thread QMAIL








I need help. I have installed
the ezmlm and qmailadmin.

I can create lista with the
qmailadmin, but everybudy can send mails to this lists.

How can I do to restrinc, to only suscriptors send
messages to the list ?





Sorry by my english, but is not my languaje (I am from Argentina)



-- .--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/ 










smtp/tcp services dying

2001-11-03 Thread Qmail

Hi folks,

My tcpservers for smtp and pop seem to die every 12-48 hours.

It appears both of them die at the same time... 

Here's my startup lines, if they help: 

env - PATH=/var/qmail/bin:/usr/local/bin tcpserver -v -l mail5.ware.net -H
-R -x /etc/tcp.smtp.cdb \
 -c20 -u504 -g503 0 smtp fixcrio /var/qmail/bin/qmail-smtpd 21 | \
/command/setuidgid qmaill /command/multilog t n100 s100 /var/log/smtp

env - PATH=/var/qmail/bin:/usr/local/bin tcpserver -v -l mail5.ware.net -H
-R 0 pop-3 /var/qmail/bin/qmail-popup \
mail.ware.net /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
21 | \
/command/setuidgid qmaill /command/multilog t n100 s100 /var/log/pop3 

Thanks,

Lance



RE: [vtools] Virge Virus Scanning For Qmail/vpopmail Release 2

2001-10-25 Thread Qmail

Sean, et al,

Is there any way to add a header to the email to indicate that its been
scanned, etc?

Lance

-Original Message-
From: Sean C Truman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 8:08 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [vtools] Virge Virus Scanning For Qmail/vpopmail Release 2


Hey all,

Here is another release of the virge vpopmail/qmail patch.

CHANGE LOG:
* Updated patch so it works with verison 2.07 of Virge
* Added -q flag (lets you specify the executable for delivery)
* You no longer have to supply the -f and -d for virge when using the -q
flag

NOTES:
* You can use -q flag from within .qmail files so that mail will not be
missed with alias and such.

HOWTO Virge Virus Scanner for Vpopmail Release 2

Author: Sean C Truman ([EMAIL PROTECTED])

HOWTO:
 1. Obtain http://www.prodigysolutions.com/virge-2.07-qmail.patch.gz
 2. Obtain http://www.vanja.com/tools/virge/virge-2.07.tar.gz
 3. Obtain http://www.vanja.com/tools/sophie/sophie-1.16.tar.gz
 4. Obtain and Install Sophos Virus scanner for Unix http://www.sophos.com/
  4a. linux forget to run ldconfig
 5. cat virge-2.07.tar.gz | gunzip | tar xvf -
 6. cat sophie-1.16.tar.gz | gunzip | tar xvf -
 7. cat virge-2.07-qmail.patch.gz | gunzip
 8. mv virge-2.07-qmail.patch virge-2.07
 9. cd sophie-1.15
 10. ./configure
 11. make
 12. cp sophia /home/vpopmail/bin
 13. /home/vpopmail/bin/sophia -D (Must be ran as vpopmail)
 14. cd virge source directory
 15. cd virge-2.07
 16. patch -p1  virge-2.07-qmail.patch
 17. ./configure
 18. make
 19. cp virge /home/vpopmail/bin
 20. mkdir /home/vpopmail/virge
 21. mkdir /home/vpopmail/virge/etc
 22. chown vpopmail:vchkpw /home/vpopmail/virge
 23. edit etc/virge.conf to your liking.
  23a. Please change the virge_dir from /virge to /home/vpopmail/virge
 24. cp etc/virge.conf /etc
 25. cp etc/allow.users /home/vpopmail/virge/etc
 26. cp etc/extensions /home/vpopmail/virge/etc
 27. edit your .qmail-default delete | /home/vpopmail/bin/vdelivermail
''bounce-no-mailbox
 28. edit your .qmail-default add  | /usr/local/bin/virge -q
/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
 29. Done!

Thats it it should be working..

___
vtools mailing list
[EMAIL PROTECTED]
http://www.vanja.com/list/listinfo.cgi/vtools



silently dropping mail

2001-10-25 Thread Qmail

What's the best way to drop mail to certain accounts (nobody@.com)?

Thanks!



RE: slightly OT - qmail scanner

2001-10-22 Thread Qmail

Sean,

I've tried the directions below, but I can't seem to get the patch to fly
(my patch doesn't understand -c1, it supports -p1 though):

[root@mail5 virge-2.05]# patch -p1  virge-vpopmail.patch 
patching file virge_mail.c
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] y
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file virge_mail.c.rej
patching file virge.c
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file virge.c.rej

Any tips?



-Original Message-
From: Sean C Truman [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 10:21 AM
To: duncan; [EMAIL PROTECTED]
Subject: Re: slightly OT - qmail scanner


If your looking for something that is not written in Perl and more efficent.
Try Virge. It was originally written for sendmail but patches listed below
to allow it to work with Vpopmail. uses TrendMicro or Sophos.  And is much
eaiser to install (Don't have to mess with Perl or CSPAN).

If anyone need help implementing this See This message first before email
me.
http://www.mail-archive.com/vchkpw@inter7.com/msg06109.html

Virge Anti-Virus:
http://www.vanja.com/tools/virge/

Vpopmail Patch for Virge:
http://www.vanja.com/tools/virge/patches/


Sean Truman
Truson Technology
http://www.trusontechnologies.com


- Original Message -
From: duncan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 18, 2001 1:23 PM
Subject: slightly OT - qmail scanner


 Has anyone use qmail scanner with vpopmail?

 Can anyone make any statements to qmail scanner and its performance or
 reliability?

 what virus scanner do you use with it?

 Im thinking about using it.

 thx
 duncan





RE: slightly OT - qmail scanner

2001-10-22 Thread Qmail

Sean,

I've tried the directions below, but I can't seem to get the patch to fly
(my patch doesn't understand -c1, it supports -p1 though):

[root@mail5 virge-2.05]# patch -p1  virge-vpopmail.patch 
patching file virge_mail.c
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] y
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file virge_mail.c.rej
patching file virge.c
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file virge.c.rej

Any tips?

-Original Message-
From: Sean C Truman [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 10:21 AM
To: duncan; [EMAIL PROTECTED]
Subject: Re: slightly OT - qmail scanner


If your looking for something that is not written in Perl and more efficent.
Try Virge. It was originally written for sendmail but patches listed below
to allow it to work with Vpopmail. uses TrendMicro or Sophos.  And is much
eaiser to install (Don't have to mess with Perl or CSPAN).

If anyone need help implementing this See This message first before email
me.
http://www.mail-archive.com/vchkpw@inter7.com/msg06109.html

Virge Anti-Virus:
http://www.vanja.com/tools/virge/

Vpopmail Patch for Virge:
http://www.vanja.com/tools/virge/patches/


Sean Truman
Truson Technology
http://www.trusontechnologies.com


- Original Message -
From: duncan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 18, 2001 1:23 PM
Subject: slightly OT - qmail scanner


 Has anyone use qmail scanner with vpopmail?

 Can anyone make any statements to qmail scanner and its performance or
 reliability?

 what virus scanner do you use with it?

 Im thinking about using it.

 thx
 duncan





RE: slightly OT - qmail scanner

2001-10-22 Thread Qmail

Interesting the patch on vanja worked, but the one from Sean's site didn't.

Regardless, now virus scanning works great, however emails that should be
delivered aren't.

I get this in the logs:

@40003bd48cf423cc92dc info msg 634869: bytes 741 from [EMAIL PROTECTED]
qp 23666 uid 504
@40003bd48cf423efda1c starting delivery 8688: msg 634869 to local
[EMAIL PROTECTED]
@40003bd48cf423eff95c status: local 1/10 remote 0/100
@40003bd48cf425bf42ec delivery 8688: success:
procmail:_Unknown_user_sitescope/did_0+0+1/

-Original Message-
From: Steve Fulton [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 22, 2001 12:03 PM
To: [EMAIL PROTECTED]
Subject: Re: slightly OT - qmail scanner


 I've tried the directions below, but I can't seem to get the patch to fly
 (my patch doesn't understand -c1, it supports -p1 though):

  I had the same problem, you have to apply the patch against 2.04, not the
latest version.

-- Steve



RE: Vpopmail Virge

2001-10-22 Thread Qmail

I thought I followed these exactly.

I believe virge is using procmail to deliver after scanning.

I don't see where I'm supposed to change that?

The user exists (but it looks like the environment variables aren't being
expanded), but it seems that procmail isn't aware of where to deliver.

-Original Message-
From: Steve Fulton [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 22, 2001 8:25 PM
To: [EMAIL PROTECTED]
Subject: Vpopmail  Virge


Are you using Procmail?  Or did you just follow the docs verbratim?  Either
way, Procmail can't find the user to deliver to.  Here's a URL to Sean's
guide to getting Virge  Vpopmail working nicely together

http://www.mail-archive.com/vchkpw@inter7.com/msg06109.html

Retrace your steps.

-- Steve

- Original Message -
From: Qmail [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 22, 2001 8:24 PM
Subject: RE: slightly OT - qmail scanner


 Interesting the patch on vanja worked, but the one from Sean's site
didn't.

 Regardless, now virus scanning works great, however emails that should be
 delivered aren't.

 I get this in the logs:

 @40003bd48cf423cc92dc info msg 634869: bytes 741 from
[EMAIL PROTECTED]
 qp 23666 uid 504
 @40003bd48cf423efda1c starting delivery 8688: msg 634869 to local
 [EMAIL PROTECTED]
 @40003bd48cf423eff95c status: local 1/10 remote 0/100
 @40003bd48cf425bf42ec delivery 8688: success:
 procmail:_Unknown_user_sitescope/did_0+0+1/

 -Original Message-
 From: Steve Fulton [mailto:[EMAIL PROTECTED]]
 Sent: Monday, October 22, 2001 12:03 PM
 To: [EMAIL PROTECTED]
 Subject: Re: slightly OT - qmail scanner


  I've tried the directions below, but I can't seem to get the patch to
fly
  (my patch doesn't understand -c1, it supports -p1 though):

   I had the same problem, you have to apply the patch against 2.04, not
the
 latest version.

 -- Steve




upgrades and qmail-filter question

2001-09-17 Thread Qmail

Hi folks,

How difficult is it to upgrade a production box from: vpopmail-4.10.32
running mySQL
to the current version? Is this recommended?

Also, has anyone run Bruce Gunter's QMAILQUEUE patch and qmail-filter with
vpopmail?

Will it work?

Lance



running two copies of qmail-smtpd/tcpserver one with RBL one without...

2001-08-18 Thread Qmail

Is there any reason not to run two with seperate IPs on the same server. I'm
running 

This way we could easly allow domainholders to choose whether they want
their mail filtered using the various DNS based blacklists or not,
simply by pointing their mail to one of two IPs.

Everything else would be the same on the machine.

Am I missing something?




sqwebmail and ads

2001-08-18 Thread Qmail

I'm trying to ad a banner, in an ifrrame, using Commission Junction's
smartzone service.

Basically they give your a link to a Javascript file that automatically
rotates in a selection of banners thay you've chosen.

Ex: SCRIPT LANGUAGE=javascript src=http://www.qksz.net/1e-3oq3;
/SCRIPT

And I've setup an iframe: iframe scrolling=no marginwidth=0 marginheight=0
height=60 width=120 name=ad1 src=ad1.html/iframe

In the folders.html file. 

But I'm getting the login window in the Iframe.

Any tips?

Thanks,

Lance




vqadmin problems

2001-08-14 Thread Qmail

Hi,

I'm running vqadmin 1.18 w/vpopmail vpopmail-4.10.32 (and mySQL
3.23.38-1.i386.rpm) and I'm having problems with vqadmin.

It seems to read the configurations fine out of mySQL, but I can't make
changes or use any of the features per account.

Specifically it isn't keeping changes to the email profile (bounce,
disabled, etc). However, quota and password seem to work.

Any clues?

Do I need to update the schema since I did upgrade from vpopmail
vpopmail-4.10.14?

Thanks,

Lance



Virtualdomains...

2001-08-08 Thread Qmail-help

I have been looking for information on how to do this... If someone could 
point me to somewhere/something to read, that would be great ;).

I'm trying to get IP and HOSTNAME based e-mail working for 2 domains on the 
same smtppop3 mailserver...
i have mail.birminghamcontrolsystems.com, i also want ... say, for 
example  mail.foobar.com ...
Whenever i telnet into port 110 of my mailserver, it still says 
mail.birminghamcontrolsystems.com  I'd like each domain seperate, and 
users seperate as well.  Am I making any sense?
Thanks in advance,
Ethan




RE: Web-based server-side mail clients

2001-06-13 Thread Qmail

Which client is easier to customize the look and feel of?

Lance

-Original Message-
From: Steven Katz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 13, 2001 7:44 AM
To: [EMAIL PROTECTED]
Subject: RE: Web-based server-side mail clients


Thanks, Kieran. From the screenshots of both, SquirrelMail appears to 
have a nicer-looking interface. Do both handle qmail and virtual 
domains equally well? Whose IMAP server should I use?

Thanks again,
Steven


-Original Message-
From: Kieran Barnes [EMAIL PROTECTED]
Sent: Wednesday, June 13, 2001 4:20 AM
To: 'Steven Katz'
Cc: Vchkpw Mailing List (E-mail)
Subject: RE: Web-based server-side mail clients


Depends on your preference.

Two very good ones - in my opinion are SqWebMail and SquirrelMail

SqWebMail
http://www.inter7.com/sqwebmail
Written in C.
No need for an IMAP server.
Very fast. Might be a little tricky to install if your a newbie

SquirrelMail
http://www.squirrelmail.org
Written in PHP.
Requires an IMAP server.
Very fast and almost modular.


I supply SquirrelMail for my clients. For no special reason. Both are as
good as each other - again, in my opinion.

Depends on your user load too. I'd recommend SqWebmail for larger
installations. 1,000+ users, but then again, that depends on your hardware.

--
Regards,

Kieran Barnes
Signum 1226 Ltd
Visit our website at http://www.1226.net
Phone: 01772 622889 || Fax:   01772 622558


 -Original Message-
 From: Steven Katz [mailto:[EMAIL PROTECTED]]
 Sent: 12 June 2001 19:43
 To: [EMAIL PROTECTED]
 Subject: Web-based server-side mail clients
 
 
 Which Web-mail packages are compatible with qmail + vpopmail? Any 
 favorites?
 
 Thanks,
 Steven
 



maildrop

2001-06-10 Thread Qmail

Not sure if anyone saw this, but I'll troll again - since I didn't get an
answer and I'm still stuck


I've got sQwebmail installed, happy, etc 

But I can't seem to get the rules/autoresponder to work.

I noticed that sQwebmail has it's own copy of maildrop, additionally I
compiled and installed the stand alone version.

What do I need to do to tell sQwebmail to use maildrop?

Do I need to do something special with qmail to make it use maildrop?


Thanks!




vQadmin problems

2001-06-09 Thread Qmail

I've installed vQadmin, and te cgi recognizes me on the main menu screen:

Main Menu: lware (senior)

But fails when I try to do anything:

Authentication Failed: Authentication Failed: Username unknown

vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.


.htaccess is setup, and I've edited the ACLs 

No errors are logged, so I'm unsure of what's wrong!

Any ideas?

Thanks!

Lance




maildrop?

2001-06-08 Thread Qmail

Ok,

I've got sQwebmail installed, happy, etc 

But I can't seem to get the rules/autoresponder to work.

I noticed that sQwebmail has it's own copy of maildrop, additionally I
compiled and installed the stand alone version.

What do I need to do to tell sQwebmail to use maildrop?

Do I need to do something special with qmail to make it use maildrop?


Thanks!



RE: how to start vQadmin...?

2001-06-08 Thread Qmail

I have the same problem.

Only not the typo.

The cgi recognizes me on the main menu screen:

Main Menu: lware (senior)

But fails when I try to do anything:

Authentication Failed: Authentication Failed: Username unknown

vQadmin was unable to determine your username, which
means your webserver is improperly configured to run
with this CGI.  For security reasons, this script
will not run without Apache htaccess lists.


.htaccess is setup, and I've edited the ACLs 

-Original Message-
From: Jeff Gordon [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 4:26 PM
To: [EMAIL PROTECTED]
Subject: Re: how to start vQadmin...?


On Fri, Jun 08, 2001 at 07:15:09PM -0400, Jeff Gordon wrote:
 
 ...doesn't seem to do the trick.  Should I be seeing
 a -server- dialogue that I'm not?  Should the server
 be asking for my credentials beforehand...?  It isn't.
 I can see the .htaccess file right there, so -- why
 isn't it?

Found it -- transposition of two letters in httpd.conf. :-)

Thanks for listening

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.



Problems compiling qmailadmin

2001-06-07 Thread Qmail

Hey guys,

I've been struggling with getting qmailadmin to compile. 

I've got all the pieces installed, sQwebmail working happily, etc, but I
can't seem to get qmailadmin happy.

I'm using this as my configure line (although I've tried just plain
./configure):

./configure --enable-vpopmaildir=/home/vpopmail
--enable-htmldir=/var/www/html --enable-cgibindir=/var/www/cgi-bin
--with-htmllibdir=/var/www/qmailadminlib --enable-qmaildir=/var/qmail
--enable-autoresponder-bin=/usr/bin/qmail-autoresponder=/usr/local/bin/ezmlm


When I do a make I get:

[root@fax qmailadmin-0.45]# make clean
Making clean in .
make[1]: Entering directory `/root/qmailadmin-0.45'
test -z qmailadmin || rm -f qmailadmin
rm -f *.o core *.core
make[1]: Leaving directory `/root/qmailadmin-0.45'
[root@fax qmailadmin-0.45]# make
make  all-recursive
make[1]: Entering directory `/root/qmailadmin-0.45'
make[2]: Entering directory `/root/qmailadmin-0.45'
gcc -I. -I/home/vpopmail/include  -g -O2 -c qmailadmin.c
qmailadmin.c: In function `main':
qmailadmin.c:122: warning: assignment from incompatible pointer type
qmailadmin.c:206: warning: assignment from incompatible pointer type
gcc -I. -I/home/vpopmail/include  -g -O2 -c alias.c
alias.c: In function `show_redirect_lines':
alias.c:295: warning: assignment from incompatible pointer type
alias.c: In function `doredirect':
alias.c:326: warning: assignment from incompatible pointer type
alias.c: In function `moddotqmailnow':
alias.c:409: warning: assignment from incompatible pointer type
alias.c: In function `adddotqmailnow':
alias.c:501: warning: assignment from incompatible pointer type
alias.c: In function `delredirectnow':
alias.c:582: warning: assignment from incompatible pointer type
gcc  -g -O2  -o qmailadmin  qmailadmin.o alias.o autorespond.o forward.o
mailinglist.o sysadmin.o user.o util.o auth.o template.o command.o show.o
cgi.o limits.o dotqmail.o -L/home/vpopmail/lib -lvpopmail -L/usr/lib/mysql
-lmysqlclient -lz -lnsl -lm -lcrypt 
alias.o: In function `show_redirect_lines':
/root/qmailadmin-0.45/alias.c:301: undefined reference to `slen'
/root/qmailadmin-0.45/alias.c:303: undefined reference to `scopy'
/root/qmailadmin-0.45/alias.c:304: undefined reference to `scat'
alias.o: In function `doredirect':
/root/qmailadmin-0.45/alias.c:333: undefined reference to `slen'
/root/qmailadmin-0.45/alias.c:335: undefined reference to `scopy'
/root/qmailadmin-0.45/alias.c:336: undefined reference to `scat'
alias.o: In function `delredirectnow':
/root/qmailadmin-0.45/alias.c:587: undefined reference to `slen'
/root/qmailadmin-0.45/alias.c:589: undefined reference to `scopy'

And it continues. 

Seems like some libraries or something might be missing?





maildrop drawbacks

2001-06-06 Thread Qmail

Hi Folks,

After much struggling I finally got sQwebmail up last night.

Seems to be pretty darn fast. :-) 

I was noticing however, that I need maildrop if I want the filtering and
auto-response features to work. 

I'm just curious if there are any drawbacks to maildrop over the native
qmail programs?

Thanks,

Lance 





sqwebmail configure loops

2001-06-05 Thread Qmail

Hi Folks,

I'm trying to build sqwebmail-2.1.0.

Unfortunately when I run: ./configure --with-htmllibdir=/var/www/html
--with-module=authvchkpw --enable-webpass=vpopmail --enable-webpass=yes

The config process just loops, and loops, and loops. It never stops. 

I tried 2.0.0 as well, same problem. 

I'm running a pretty stock version of RH 7.1, and everything else configures
and compiles fine.

Any tips?

Lance





RE: sqwebmail configure loops

2001-06-05 Thread Qmail

Ok,

It did configure, of course... 

However, I have:

   CPPFLAGS=-I/usr/include/mysql
   LDFLAGS=-L/usr/lib/mysql

Set and exported. 

But I still get:

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/root/vpopmail-4.10.14/vauth.c:761: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vcreate_dir_control':
/root/vpopmail-4.10.14/vauth.c:1077: undefined reference to
`mysql_free_result

And the like on make.



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 10:50 AM
To: [EMAIL PROTECTED]
Subject: Re: sqwebmail configure loops


It is not looping. It is running configure in a whole
lot of directories. Just be patient. It will end. 

Ken 

Qmail writes: 

 Hi Folks, 
 
 I'm trying to build sqwebmail-2.1.0. 
 
 Unfortunately when I run: ./configure --with-htmllibdir=/var/www/html
 --with-module=authvchkpw --enable-webpass=vpopmail --enable-webpass=yes 
 
 The config process just loops, and loops, and loops. It never stops.  
 
 I tried 2.0.0 as well, same problem.  
 
 I'm running a pretty stock version of RH 7.1, and everything else
configures
 and compiles fine. 
 
 Any tips? 
 
 Lance 
 
 
 



RE: sqwebmail configure loops

2001-06-05 Thread Qmail

Still no dice:
gcc  -I/home/vpopmail/include -lmysqlclient -Wall -I.. -I./..
-L/home/vpopmail/lib -L/usr/lib/mysql -o authvchkpw  modauthvchkpw.o
libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm
-lcrypt 
.
.
.

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vwrite_dir_control':
/root/vpopmail-4.10.14/vauth.c:1030: undefined reference to `mysql_query'
/root/vpopmail-4.10.14/vauth.c:1034: undefined reference to
`mysql_store_result'
/root/vpopmail-4.10.14/vauth.c:1035: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vcreate_dir_control':
/root/vpopmail-4.10.14/vauth.c:1047: undefined reference to `mysql_query'
/root/vpopmail-4.10.14/vauth.c:1052: undefined reference to
`mysql_store_result'
/root/vpopmail-4.10.14/vauth.c:1053: undefined reference to
`mysql_free_result'
/root/vpopmail-4.10.14/vauth.c:1071: undefined reference to `mysql_query'
/root/vpopmail-4.10.14/vauth.c:1076: undefined reference to
`mysql_store_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vdel_dir_control':
/root/vpopmail-4.10.14/vauth.c:1088: undefined reference to `mysql_query'
/root/vpopmail-4.10.14/vauth.c:1092: undefined reference to
`mysql_store_result'
/root/vpopmail-4.10.14/vauth.c:1093: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/root/vpopmail-4.10.14/vauth.c:761: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vcreate_dir_control':
/root/vpopmail-4.10.14/vauth.c:1077: undefined reference to
`mysql_free_result'
collect2: ld returned 1 exit status
make[1]: *** [authvchkpw] Error 1
make[1]: Leaving directory `/usr/local/src/sqwebmail-2.1.0/authlib'
make: *** [all-recursive] Error 1
[root@fax sqwebmail-2.1.0]# pwd
/usr/local/src/sqwebmail-2.1.0

-Original Message-
From: Raghu V Singh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 1:06 PM
To: Qmail
Subject: RE: sqwebmail configure loops



Instead of your home directory try compiling it in /usr/local/src/

HTH

RVS

From:Qmail [EMAIL PROTECTED] on 06/05/2001 11:46 AM MST

Sent by: Qmail [EMAIL PROTECTED]

To:  '[EMAIL PROTECTED]' [EMAIL PROTECTED]
cc:  (bcc: Raghu V Singh/rsingh1/LSU)

Subject:  RE: sqwebmail configure loops



Ok,

It did configure, of course...

However, I have:

   CPPFLAGS=-I/usr/include/mysql
   LDFLAGS=-L/usr/lib/mysql

Set and exported.

But I still get:

/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/root/vpopmail-4.10.14/vauth.c:761: undefined reference to
`mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vcreate_dir_control':
/root/vpopmail-4.10.14/vauth.c:1077: undefined reference to
`mysql_free_result

And the like on make.



-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 10:50 AM
To: [EMAIL PROTECTED]
Subject: Re: sqwebmail configure loops


It is not looping. It is running configure in a whole
lot of directories. Just be patient. It will end.

Ken

Qmail writes:

 Hi Folks,

 I'm trying to build sqwebmail-2.1.0.

 Unfortunately when I run: ./configure --with-htmllibdir=/var/www/html
 --with-module=authvchkpw --enable-webpass=vpopmail --enable-webpass=yes

 The config process just loops, and loops, and loops. It never stops.

 I tried 2.0.0 as well, same problem.

 I'm running a pretty stock version of RH 7.1, and everything else
configures
 and compiles fine.

 Any tips?

 Lance