Run perl script

2000-06-10 Thread Anzej Becan
Hello! I'm new in qmail so please dont wory if I'm asking elementary questions :-)) I want to run perl script and do some actions if comes mail on [EMAIL PROTECTED] So I created .qmail-test file with contents: | ./perlscript.pl Problem now is how to import this mail into script and parse

Psuedo-benchmarks?

2000-06-10 Thread Eric Cox
Hi All! Okay, here's a chance for all of you guys that run huge sites to brag a little. I run several smallish qmail installations and am trying to convince a couple of larger MS-Centric ISPs (that get ALOT of spam) to let me switch them over to qmail - and increase my cash-flow in the proce

550 User not local

2000-06-10 Thread Col Wilson
I'm trying to use a box (armagh.my.net) as qmail server. Everything except sending mail to my IP works fine. As per the manual I have set up for a ppp connection and mail to remote addresses does in fact end up in the alias/pppdir/new directory. However when I try to do: > /usr/local/bin/maildirs

qmail Digest 10 Jun 2000 10:00:00 -0000 Issue 1028

2000-06-10 Thread qmail-digest-help
qmail Digest 10 Jun 2000 10:00:00 - Issue 1028 Topics (messages 42936 through 42965): Allow only certain user 42936 by: Andrés deferral: Can't_create_tempfile_(#4.3.0) 42937 by: zealot Virt Domains: All work but one oddball ... 42938 by: Mark E. Drummond 42

Re: Run perl script

2000-06-10 Thread Will Harris
>I want to run perl script and do some actions if comes mail on >[EMAIL PROTECTED] So I created .qmail-test file with contents: > | ./perlscript.pl > >Problem now is how to import this mail into script and parse it. Any idea >or >example script? The mail is available on STDIN. Anyt

Re: Psuedo-benchmarks?

2000-06-10 Thread clemensF
> Eric Cox: > So, if you're so inclined, could you send me a message with > your basic setup (like CPU/Speed,RAM,OS,HDs,connection in/out), > approx. number of users, approx. volume of mail, and a rough > idea of how well the machine(s) are handling the volume, etc... > > directly to me - if

Re: Psuedo-benchmarks?

2000-06-10 Thread Dave Kelly
Well, we don't run an enormous setup, but here's some stats on one of our busiest servers: 400MHz Pentium II 256 MB RAM RAID 5 on IBM UltraStar 7200RPM drives RH Linux 6.2 with the latest kernel (2.2.16) This box supports 4000 - 4500 SMTP and POP3 customers, with no signs of slowing down. Now t

Redirecting double bounces

2000-06-10 Thread Ben Beuchler
We are getting a ton of double bounces, mostly spam bouncing back to non-existent addresses. In an attempt to thin out my inbox, I set the double bounces to got to a seperate address ([EMAIL PROTECTED]). Here's the relevant snippet from qmail-showctl: - doublebouncehost: 2B recipient host: b

Re: Run perl script

2000-06-10 Thread Magnus Bodin
On Sat, Jun 10, 2000 at 09:00:54AM +0200, Anzej Becan wrote: > > I want to run perl script and do some actions if comes mail on > [EMAIL PROTECTED] So I created .qmail-test file with contents: > | ./perlscript.pl > > Problem now is how to import this mail into script and parse it. Any idea

vpopmail + qmail + mail filters

2000-06-10 Thread Ramy M. Hassan
Hi everyone. I am using qmail with vpopmail to offer mail services to multiple virtual domains. My mail client is sqwebmail. I want my users (virtual users) to be able to filter mail messages. I tried MAILDROP which does not seem to work with virtual maildirs, although it worked fine with real use

ultra160 scsi disks

2000-06-10 Thread Ken Jones
Has anyone tried out the new ultra160 scsi? Here is a link to an old artcle announcing the standard, September 14, 1998. http://www.pcworld.com/pcwtoday/article/0%2C1510%2C8078%2C00.html It's supposed to be twice as fast as ultra2 scsi Here is a link to the ultra160 web site: http://www.ultra16

Re: deferral: Can't_create_tempfile_(#4.3.0)

2000-06-10 Thread Ken Jones
zealot wrote: > > I repeatedly see this message in /var/log/qmail/current: > > delivery 787: deferral: Can't_create_tempfile_(#4.3.0)/ > status: local 0/10 remote 0/20 > starting delivery 788: msg 69232 to local > [EMAIL PROTECTED] > > What causes this error message and what can I do to f

Re: ultra160 scsi disks

2000-06-10 Thread Steve Wolfe
> Has anyone tried out the new ultra160 scsi? Nope. ; ) > Since qmail is disk I/O bound I'm interested in hearing > or discussing the advantages of a ultra160 machine. In my opinion, I really don't think it's going to be as large of an increase as you think for a single drive, because even

IMAP / POP conflicts

2000-06-10 Thread Martin Langhoff
hi, i'm quite a newcomer to email administration, and I'm attempting to set up qmail to server both IMAP and POP clients. For POP i'm using the qmail's pop3d (ruinning just fine) , and I'm installing Courier to handle IMAP clients. Are there any problems in : a - having one vdomain handl

Testing

2000-06-10 Thread Bolivar Diaz Galarza
Testing

Open Relay

2000-06-10 Thread Bolivar Diaz Galarza
Hi there, I am running an open relay because I took out the file /var/qmail/control/rcpthosts. I took it out because if I copy whatever is in locals (I don't have any virtual domains) and place it in rcpthosts, I can not send any messages to the outside world, I get an error that reads like this:

Re: Open Relay

2000-06-10 Thread Chris Johnson
On Sat, Jun 10, 2000 at 03:58:20PM -0600, Bolivar Diaz Galarza wrote: > I am running an open relay because I took out the file > /var/qmail/control/rcpthosts. I took it out because if I copy whatever is in > locals (I don't have any virtual domains) and place it in rcpthosts, I can > not send any

Re: deferral: Can't_create_tempfile_(#4.3.0)

2000-06-10 Thread clemensF
> Ken Jones: > You might want to try changing this code to: > sprintf(tmp_file,"tmp/%lu.%d.%s",tm,pid,hostname); > if ((mailfile = creat(tmp_file,S_IREAD | S_IWRITE)) == -1) > failtemp ("Can't create tempfile (#4.3.0)\n"); > > make ; make install > Then see if you still get the e

Re: deferral: Can't_create_tempfile_(#4.3.0)

2000-06-10 Thread Vince Vielhaber
On Sat, 10 Jun 2000, clemensF wrote: > > Ken Jones: > > > You might want to try changing this code to: > > sprintf(tmp_file,"tmp/%lu.%d.%s",tm,pid,hostname); > > if ((mailfile = creat(tmp_file,S_IREAD | S_IWRITE)) == -1) > > failtemp ("Can't create tempfile (#4.3.0)\n"); > > > >

Re: ultra160 scsi disks

2000-06-10 Thread Neal Pollack
So here is what we did and it works Use several drives in a RAID array, and the R/W performance more than doubles. THEN, we added a SCSI Solid State CACHE into the mix. It is esentially a huge RAMDISK, with electronics that has and in and out scsi connector. You can put it between the phys

Re: deferral: Can't_create_tempfile_(#4.3.0)

2000-06-10 Thread Ken Jones
clemensF wrote: > > > Ken Jones: > > > You might want to try changing this code to: > > sprintf(tmp_file,"tmp/%lu.%d.%s",tm,pid,hostname); > > if ((mailfile = creat(tmp_file,S_IREAD | S_IWRITE)) == -1) > > failtemp ("Can't create tempfile (#4.3.0)\n"); > > > > make ; make install

Who sets 'Return-Path'?

2000-06-10 Thread Ben Beuchler
I'm sure this is a basic question, but who controls the 'Return-Path' header? The MTA or MUA? Thanks, Ben -- The spectre of a polity controlled by the fads and whims of voters who actually believe that there are significant differences between Bud Lite and Miller Lite, and who think that profe

Re: Who sets 'Return-Path'?

2000-06-10 Thread Chris Johnson
On Sat, Jun 10, 2000 at 11:20:14PM -0500, Ben Beuchler wrote: > I'm sure this is a basic question, but who controls the 'Return-Path' > header? The MTA or MUA? The local delivery agent sticks the Return-Path header in there. According to the qmail-local man page, "The message's envelope sende

Newbie tcpserver

2000-06-10 Thread Boyd Kelly
Hello, I have been using qmail under redhat 6.1 for a few weeks now and would like to implement tcpserver. After installation, I am not able to telnet to localhost on port 25. (Connection refused) Followed the install instructions here. http://cr.yp.to/ucspi-tcp/install.html which was really s

Re: Newbie tcpserver

2000-06-10 Thread Chris Johnson
On Sat, Jun 10, 2000 at 11:07:41PM -0700, Boyd Kelly wrote: > I have been using qmail under redhat 6.1 for a few weeks now and would like > to implement tcpserver. After installation, I am not able to telnet to > localhost on port 25. (Connection refused) > > Followed the install instructions h