Re: Perl and Qmail

2001-08-12 Thread Henning Brauer
On Fri, Aug 10, 2001 at 08:44:56AM -0700, Greg White wrote: I'm not aware of any _reason_ you'd want to recieve mail in a Perl program -- that's what your MTA is there for. Ever thought about Mailrobots? I've written tons of them - how do you think all the domains get registered? -- *

Re: pop3d question

2001-08-12 Thread Henning Brauer
On Fri, Aug 10, 2001 at 01:42:27PM -0600, Charles Cazabon wrote: Good idea. Wouldn't the simplest way to accomplish this be to wrap qmail-pop3d with a shell script that did something like: qmail-pop3d ./Maildir/ rm -f ./Maildir/cur/* That's _very_ dangerous. What about dropped

Re: qmail-lspawn patch for hosting multiple local domains

2001-08-12 Thread Henning Brauer
On Fri, Aug 10, 2001 at 08:26:43PM +, MarkD wrote: argument, the name of the local user to verify. This patch makes qmail-lspawn call qmail-getpw with two arguments; the name and the domain of the local user to verify. This, together with a modified qmail-getpw, will enable qmail to

qmail anti-virii

2001-08-12 Thread Averroes
Hi There, I am new in qmail and want to migrate qmail with security purposes but I want to know how to deal with virus, worms, etc. It is possible to configure qmail with some tools which check the contents of mail, attached docs, etc. All my server are Linux powered and all clients are Win2k.

rblsmtpd and 'tagging' emails

2001-08-12 Thread Qmail
Hi Folks, Is there any way to use rblsmtpd to simply set a header in qmail, rather than bouncing emails? Thanks, Lance

Re: rblsmtpd and 'tagging' emails

2001-08-12 Thread Henning Brauer
On Sun, Aug 12, 2001 at 02:46:02PM -0700, Qmail wrote: Hi Folks, Is there any way to use rblsmtpd to simply set a header in qmail, rather than bouncing emails? Already posted the URL some weeks ago, http://www.lamer.de/maex/creative/software/qmail/ -- * Henning Brauer, [EMAIL PROTECTED],

Re: qmail anti-virii

2001-08-12 Thread Eduardo Augusto Alvarenga
Averroes [EMAIL PROTECTED] wrote: I am new in qmail and want to migrate qmail with security purposes but I want to know how to deal with virus, worms, etc. It is possible to configure qmail with some tools which check the contents of mail, attached docs, etc. All my server are Linux powered

Re: qmail anti-virii

2001-08-12 Thread Noel Mistula
You can also try this script; http://www.ornl.gov/its/archives/mailing-lists/qmail/2001/03/msg01041.html don't forget to use the -i flag on all grep commands so that you won't miss the upper case characters. cheers Eduardo Augusto Alvarenga wrote: Averroes [EMAIL PROTECTED] wrote: I

Re: qmail anti-virii

2001-08-12 Thread Bill Arlofski
I am working through a few last minor issues, but Kaspersky Antivirus for Linux servers has a nice qmail integration piece. http://www.kaspersky.com (You'll want at least the August 1st 3.5 build 136 version - mime problems with earlier versions) Basically, you start the antivirus daemon,

Qmail, tcpserver, environment variables, and qmail-smtpd

2001-08-12 Thread Bill Arlofski
Quick question regarding tcpserver, environment variables, and qmail-smtpd. I'd like to be able to stop inbound smtp connections for systems that don't have at least a DNS A record. I mean, c'mon... If you are running a mail server, it should have a valid DNS entry, no? Anyway, here is

temporary qmail-inject error

2001-08-12 Thread KY Lui
Title: temporary qmail-inject error hello i found temporary qmail-inject error in qmail log file what's the meaning? thanks regards KY

qmail-pop3d

2001-08-12 Thread qmail
After I test the qmail-smtpd and qmail-send is ok,it seems to me ok. I try to install qmail-pop3d and start this service. I add the run script in /var/qmail/supervise/qmail-pop3d I use the method to test the checkpasswd program, the response is ok. #!/bin/sh exec /usr/local/bin/softlimit -m

Re: qmail-pop3d

2001-08-12 Thread Greg White
On Mon, Aug 13, 2001 at 11:42:25AM -0400, qmail wrote: After I test the qmail-smtpd and qmail-send is ok,it seems to me ok. I try to install qmail-pop3d and start this service. I add the run script in /var/qmail/supervise/qmail-pop3d I use the method to test the checkpasswd program, the