Re: vpopmail domains directory behavior

2001-07-02 Thread Ken Jones
David Wartell wrote: > > This is a question for someone that knows a lot about how vpopmail stores mail in >the domains directory. I am not sure if this > behavior is a bug or not and I would appreciate any insight into how the directory >format of the domains directory works in > vpopmail. >

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-02 Thread Dushyanth Harinath
if u see the gcc compile lines > gcc -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. > -L/var/qmail/vpo pmail/lib -o authvchkpw modauthvchkpw.o libauthmod.a > libauth.a > ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail -lm -lcrypt there is no -lmysqlclient in it...thats why u get those

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-02 Thread Syed Faruque Ahmed
Hello Alexus Did you try the FAQ No. 28 in the latest vpopmail release?; i.e. you have to add an ENV in your shell before you run the configure script. This may work for you, depending on where your mysql libs are, env "LIBS=-L/usr/lib/mysql -lmysqlclient -lz" ./configure etc.,etc. Faruque

sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-02 Thread alexus
Sam.. please help me.. i'm beging you.. stop refering me to INSTALL and FAQ.. i've been there i've read all of them why do i get this error while compiling sqwebmail? what am i missing? my vpopmail compiled just fine and it works just fine.. the only thing i can't figure out at this point is ho

RE: how do control spam>to Kieran Barnes

2001-07-02 Thread bunk
Hello Mr. Barnes, I kind of interesting with this spam topic and your sugestion to use maildrop makes me wonder if you have been using maildrop. If you have, I have a little question for you. do you know a better way to install maildrop so that our users could edit their own filters from sqwebm

Vpopmail ./configure

2001-07-02 Thread Michael
the enable option for "tcpsever-file=" What is the name of the file?? Thanks Mick

Re: patch to vpopmail.c to fix Solaris unlink() bug

2001-07-02 Thread David Wartell
Chris, I looked at the int user_over_quota(char *maildir, char *quota) function which is called in vdelivermail.c to check the quota. From what I can tell this function calls off_t check_quota(char *maildir) which returns 0 if the .current_size file does not exist or it deliver the conten

RE: virus scanning

2001-07-02 Thread Ed Henderson
See http://www.qmail.org/top.html#microsoft > -Original Message- > From: KENet Webmaster [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 9:37 PM > To: [EMAIL PROTECTED] > Subject: Re: virus scanning > > > I need to find a Free virus scanner that I can use on the > server,

Re: virus scanning

2001-07-02 Thread KENet Webmaster
I need to find a Free virus scanner that I can use on the server, also, where is this "Qmail-Scanner" - Original Message - From: "Bjorn Nilsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 6:00 PM Subject: RE: virus scanning > Someone might find this useful.

Re: patch to vpopmail.c to fix Solaris unlink() bug

2001-07-02 Thread cbunnell
Good job on this patch David! I noticed the same behavior, but didn't put 2 and 2 together quite as well as you did... On a different note, in regard to bugs, have you noticed that the ".current_size" code in vdelivermail is broken? .current_size never reduces as you delete mail. It just keep

RE: virus scanning

2001-07-02 Thread Bjorn Nilsen
Someone might find this useful. I use qmail-scanner and McAfee's Virusscan here's the script I use daily as a cron job. It only downloads the update if it is new and email notification is by crontab as it just prints to STDOUT. Requires Perl, LWP, tar and uvscan. Config is in the script. cheers

vpopmail domains directory behavior

2001-07-02 Thread David Wartell
This is a question for someone that knows a lot about how vpopmail stores mail in the domains directory. I am not sure if this behavior is a bug or not and I would appreciate any insight into how the directory format of the domains directory works in vpopmail. Here is the questionable behavior

Re: virus scanning

2001-07-02 Thread Philip Wall
I received several requests to post the perl script I use to update Sophos IDE files. Runs as a cron job on my system twice a week at 4 am. Requires Perl, LWP and Qmail Read the comments in the script before running it please. Philip Wall The following section of this message contains a file

Re: virus scanning

2001-07-02 Thread Tim Janes
Philip, Yes please, I would like a copy of your script to grab the latest IDE update. just curious - You run it twice a week - why not every time they issue an email alert that there is a new one? Tim On Mon, 2 Jul 2001, Philip Wall wrote: > My company has used Qmail-Scanner and Sophos for t

patch to vpopmail.c to fix Solaris unlink() bug

2001-07-02 Thread David Wartell
Here is a patch to fix a bug that was found in int vdelfiles( char *) in vpopmail.c. The problem is that vdelfiles assumes that calling unlink() on a directory will return an error. This is true on Linux but is NOT true on Solaris. What the vdelfiles() code does on Solaris without this patch

Re: virus scanning

2001-07-02 Thread Philip Wall
My company has used Qmail-Scanner and Sophos for the last 8 months in production. Works like a charm. I do have a perl script I use to grab the IDE updates from their website twice a week if anyone is interested. Philip Wall On 2 Jul 01, at 11:52, Ed Henderson wrote: > Does anyone have any ex

error in mysql and w/ vpopmail

2001-07-02 Thread alexus
su-2.05# telnet 0 110 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. +OK <[EMAIL PROTECTED]> USER [EMAIL PROTECTED] +OK PASS x replace into lastauth set user='postmaster', domain='dataserv.org', remote_ip='xx.xx.xx.xx', timestamp=NOW() error inserting into lastauth table +OK

Re: Fixing tcp.smtp

2001-07-02 Thread Syed Faruque Ahmed
As Ken says, one way would be to run "clearopensmtp" if you have compiled vpopmail with "--enable-roaming-users=yes". Otherwise, in the directory that has your tcp.smtp file, just do /path/to/tcprules tcp.cdb tcp.tmp < tcp.smtp that will produce a cdb file by the name of tcp.cdb in that direc

Re: .current_size fails to update

2001-07-02 Thread cbunnell
Update: Well, that was an easy fix.. All I had to do was reverse the order in this IF statement. /* If the message is greater than 1000 bytes and * the user is over thier quota, return it back * to the sender. We allow messages less than 1000 bytes * to go

Re: FYI: .current_size fails to update

2001-07-02 Thread Bill Shupp
on 7/2/01 11:56 AM, chris at [EMAIL PROTECTED] spake: > Just an FYI: > > > While working on mods to vdelivermail for "user over quota messages," I > discovered a bug. It seems that due to the way checks are made for messages > under 1000 bytes, the .current_size file in each users mailbox isn'

FYI: .current_size fails to update

2001-07-02 Thread chris
Just an FYI: While working on mods to vdelivermail for "user over quota messages," I discovered a bug. It seems that due to the way checks are made for messages under 1000 bytes, the .current_size file in each users mailbox isn't getting updated for all messages. Any message under 1000 bytes g

Re: virus scanning

2001-07-02 Thread Michael French
I use qmail scanner with McAfee antivirus with excellent results. I have caught quite a few viruses and the qmail-scanner is very flexible as far as configuring it to pull by virus name or payload size or just regular scan. I even discovered that my roommate had gotten a virus on my home mac

Re: virus scanning

2001-07-02 Thread Tim Janes
Hi, We went live with qmail, vpopmail, qmail-scanner, & Sophos sweep last weekend. 15,000 messages scanned, 4 virus detected, no problems - so far :-) Anyone done a script to automatically download the new IDE when Sophos send out an email alert? Tim. On Tue, 3 Jul 2001, Mark Lo wrote: >

RE: virus scanning

2001-07-02 Thread Kieran Barnes
We have qmail-scanner running with qmail+vpopmail in a development enviroment. It runs fine, no problems installing it, just read the documention before you start to install. -- Regards, Kieran Barnes Signum 1226 Ltd Visit our website at http://www.1226.net Phone: 01772 622889 || Fax: 01772 6225

Re: virus scanning

2001-07-02 Thread Mark Lo
use www.avp.ru is good... - Original Message - From: "Ed Henderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 11:52 PM Subject: virus scanning Does anyone have any experience with virus scanning emails? I am looking at Amavis vs. Qmail-scanner (formerly sca

virus scanning

2001-07-02 Thread Ed Henderson
Does anyone have any experience with virus scanning emails? I am looking at Amavis vs. Qmail-scanner (formerly scan4virus) with Sophos SAV "sweep". Any experience with either? Any thing to watch for with vpopmail? Any help is much appreciated! Ed.

Re: Fixing tcp.smtp

2001-07-02 Thread Ken Jones
> Alex Hathaway wrote: > > Ok.. I had to update tcp.smtp with another relay allowed IP address > for our local offce... I thought tcp.smtp.cbd was dynamically made, so > I removed this file.. how on earth do you recreate it? Seems every > time I restart qmail this isn't re-created. > > *woof* >

Fixing tcp.smtp

2001-07-02 Thread Alex Hathaway
Ok.. I had to update tcp.smtp with another relay allowed IP address for our local offce... I thought tcp.smtp.cbd was dynamically made, so I removed this file.. how on earth do you recreate it? Seems every time I restart qmail this isn't re-created.   *woof* `Alex

RE: HOW TO UNSUBSCRIBE?

2001-07-02 Thread Kieran Barnes
Its in the welcome message you got when you subscribed.   --- Here are the ezmlm command addresses. I can handle administrative requests automatically. Just send an empty note to any of these addresses: <[EMAIL PROTECTED]>: Receive future messages sent to the mailing list. <[EMAIL PROTECTED]>:

HOW TO UNSUBSCRIBE?

2001-07-02 Thread chris larsen
it's surely not on the website, nor the bottom of these emails, nor the usual way(s) of doing it! - Original Message - From: Kieran Barnes To: 'hari_bhr' ; [EMAIL PROTECTED] Sent: Monday, July 02, 2001 8:48 AM Subject: RE: how do control spam I don't think anyon

Re: Virtual User Deliver Problem/Question?

2001-07-02 Thread Henrik Hudson
On Monday 02 July 2001 01:44, Ken Jones wrote: > Henrik Hudson wrote: > > Evening List- > > > > I having a problem either understanding this or just having a real > > problem :) > > > > I have setup qmail and setup vpopmail and it seems to all be working, > > except mail doesn't get delivered for

RE: how do control spam

2001-07-02 Thread Kieran Barnes
I don't think anyone can answer that question.   How do you want to control spam? What do you mean by control.   Attempt to stop it appearing in your inbox?http://www.lifewithqmail.org/lwq.html#rblsmtpdhttp://maps.vix.com/rbl/   Filter it out?http://www.flounder.net/~mrsam/maildrop   --Rega

Re: how do control spam

2001-07-02 Thread hari_bhr
  - Original Message - From: hari_bhr To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 7:29 PM Subject: how do control spam hi   how do i control spam  

how do control spam

2001-07-02 Thread hari_bhr
hi   how do i control spam  

signal.h missing from vdelivermail.c ?

2001-07-02 Thread Donal Diamond
Hi, I'm running FreeBSD 4.3 Stable while trying to compile 4.10.26 I get the error: vdelivermail.c: In function `run_command': vdelivermail.c:645: `SIGPIPE' undeclared (first use in this function) vdelivermail.c:645: (Each undeclared identifier is reported only once vdelivermail.c:645: for each

vpopmail's old safestring is more robust

2001-07-02 Thread Ender Hikmet KILICOGLU
Hi, I have an application written in java which loads jni lib in linux. In old version using safestring was working but in the new version this isnt work. I took 2-3 day of error find period. But after using safestring everything is okay. And at last using string.h in redhat 7.0 7.1 memory leaks h

named file must "reload" after poweroff

2001-07-02 Thread Trine Skjølås
The person who installed vpopmail didnt put the line which loads the daemon. The named.conf file must be reinitiated or something. I have stydied this for hours but cant find out what the commands for this is and my boss looses his patience very soon. I want to put this line in the script so that

Re: vpopmail: new 4.10.26 development version available

2001-07-02 Thread Ken Jones
Gabriel Ambuehl wrote: > > Hello Ken, > > Monday, July 02, 2001, 9:35:33 AM, you wrote: > > machines. The only problem we are seeing is about once every > > 5 days one of the machines locks up. We have not found out why > > yet. It might be hardware failure. The symptoms are we see > > Sounds p

Re[2]: vpopmail: new 4.10.26 development version available

2001-07-02 Thread Gabriel Ambuehl
Hello Ken, Monday, July 02, 2001, 9:35:33 AM, you wrote: > machines. The only problem we are seeing is about once every > 5 days one of the machines locks up. We have not found out why > yet. It might be hardware failure. The symptoms are we see Sounds pretty probable if it happens on only one o

Re[2]: vpopmail: new 4.10.26 development version available

2001-07-02 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Ken, Monday, July 02, 2001, 9:35:33 AM, you wrote: > machines. The only problem we are seeing is about once every > 5 days one of the machines locks up. We have not found out why > yet. It might be hardware failure. The symptoms are we see Sounds pretty

Re: vpopmail: new 4.10.26 development version available

2001-07-02 Thread Ken Jones
Gabriel Ambuehl wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hello Ken, > > Sunday, July 01, 2001, 2:27:19 PM, you wrote: > > > Note: this is a development release and is not complete for > > all platforms or configure options. > > I'd very much like to have the new forward options up on