Re: follow:How do I fix up messages from broken SMTP clients?

1999-06-28 Thread Hideki Kubo
At 01:37 $B8aA0(B 1999/06/29 -0400, you wrote: > Hideki Kubo writes: > > I want to know the method of generating Date and/or Message-Id to > > mail header with qmail-smtpd like ofmipd, except for no Message-ID > > and/or Date rugged line. > > Why not use ofmipd? > The functions not support

Re: follow:How do I fix up messages from broken SMTP clients?

1999-06-28 Thread Russell Nelson
Hideki Kubo writes: > I want to know the method of generating Date and/or Message-Id to > mail header with qmail-smtpd like ofmipd, except for no Message-ID > and/or Date rugged line. Why not use ofmipd? -- -russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~nelson Crynwr supports Open Sour

Re: DNS error

1999-06-28 Thread Jacob (Mettavihari)
On Sun, 27 Jun 1999, Robbie Walker wrote: > Like I said, I don't have my ref book here, but I don't think you are > supposed to have a nameserver entry point to a CNAME... Thank you very much I think you are right, I have changed the DNS entry as you suggested. I though still have an error. I

RE: help with Child Crashing during delivery

1999-06-28 Thread Peter Mahnke
First of all, thanks for the email... Second of all... I poked around... and I still have no idea where do I start looking? It seems that only 2 virtual domains have this problem but the .qmail-default files are the same as other directories... as well as all of the file ownership and pe

follow:How do I fix up messages from broken SMTP clients?

1999-06-28 Thread Hideki Kubo
Hi. It is following of the mail which I transmitted last time. >Hi. >Two FAQ was found as mailer measures by which Message-ID/Date header >was not put up. >1. Header supplementation by qmail-inject which uses virtualdomain >2. Ofmipd operates instead of qmail-smtpd. > >I want to supplement

RE: new environment variable for qmail-local!!

1999-06-28 Thread Anonymous
Try: struct stat filesize_stat; char filesize_str[30]; if ( !fstat(0, &filesize_stat) && filesize_stat ) if ( sprintf(filesize_str, "%i", filesize_stat.st_size) ) env_put2("MESSAGESIZE", filesize_str); Warning: This is not debugged, just off the top of my head. - David Harris P

Re: Mbox to Maildir conversion issues

1999-06-28 Thread Anonymous
On 28 Jun 1999 17:55:16 -0400 [EMAIL PROTECTED] wrote: > Once you have both, the appropriate command is: > >formail -I 'From ' -s safecat MAILDIR/tmp MAILDIR/new > > Note also that safecat can store anything you like in a Maildir. Some > of DJB's tools, notably serialmail, assume that the

RE: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
I got around this with a wrapper before and after checkpassword.. I call it logpopauth-pre and logpopauth-post. It is written in perl and works quite fine with both tcpserver and inetd. The logpopauth-pre program sets up a filehandle to whatever you want to log to, places the fd number in the en

Re: onelist.com?

1999-06-28 Thread Fred Lindberg
On Mon, 28 Jun 1999 13:46:45 -0500, Fred Lindberg wrote: >They used to use ezmlm+ezmlm-idx, but seem to have since made their own Sorry - my info was for makelist->eGroups, not onelist.com. I now know that onelist.com is a totally different venture and that they never used ezmlm in production.

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
On Mon, Jun 28, 1999 at 11:39:07PM +0200, Stefan Paletta wrote: > Albert Hopkins wrote/schrieb/scribsit: > > I've got qmail-pop3d piped to splogger, but I am not seeing any logins in > > my log files. Does qmail-pop3d not support this? > > $ cat /var/qmail/bin/qmail-pop3d-log > #!/bin/sh > logge

Re: Mbox to Maildir conversion issues

1999-06-28 Thread Anonymous
Albert Hopkins <[EMAIL PROTECTED]> writes: > ...My problem now is getting mail from users stored in ~/Mailbox to > convert to Maildir...Is there a utility or spec to do this? Yes, there is: formail (part of the procmail package) to split the mbox, and safecat to deposit each one in a maildir. Yo

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
Albert Hopkins wrote/schrieb/scribsit: > I've got qmail-pop3d piped to splogger, but I am not seeing any logins in > my log files. Does qmail-pop3d not support this? $ cat /var/qmail/bin/qmail-pop3d-log #!/bin/sh logger -p local2.info -t pop3d "$USER logged in from $TCPREMOTEHOST [$TCPREMOTEIP]"

Solaris 2.7

1999-06-28 Thread Silvia M. Baeder
Hi all, I have just installed Solaris 2.7 - sparc 10 . I use Sun compiler to compile qmail. When i run the test, the qmail processes start but the splogger dies. I tried to change the permission of /dev/conslog (622) but it didn't work. In fact, i tried to change a lot of permissions but it didn

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
Balazs Nagy writes: > On Mon, 28 Jun 1999, Russell Nelson wrote: > > > Balazs Nagy writes: > > > And where will you log? I think you'll directly to stdout... > > > > If you're using inetd, sure. Inetd is stupid, broken, and susceptible > > to slow-motion denial of service attacks. Don

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999, Russell Nelson wrote: > Balazs Nagy writes: > > And where will you log? I think you'll directly to stdout... > > If you're using inetd, sure. Inetd is stupid, broken, and susceptible > to slow-motion denial of service attacks. Don't use it. Use > tcpserver instead. ;)

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
Balazs Nagy writes: > And where will you log? I think you'll directly to stdout... If you're using inetd, sure. Inetd is stupid, broken, and susceptible to slow-motion denial of service attacks. Don't use it. Use tcpserver instead. -- -russ nelson <[EMAIL PROTECTED]> http://crynwr.com/~ne

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999, Russell Nelson wrote: > Albert Hopkins writes: > > > I've got qmail-pop3d piped to splogger, but I am not seeing any logins > > in my log files. Does qmail-pop3d not support this? > > qmail-pop3d has nothing to say about what it does. You could write a > shell script wrapp

Re: onelist.com?

1999-06-28 Thread Anonymous
Dave Kitabjian wrote: > > Does anyone know if "onelist.com" uses Qmail/ezmlm? > > We seem to get a lot of mail to our customers from "onelist.com" of the form: > > <[EMAIL PROTECTED]> > > Or do other mailing lists use the "joeuser=domain.com" syntax? > Yes, we use qmail. Everything el

Re: help with Child Crashing during delivery

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999 14:42:11 -0400, Peter Mahnke wrote: >930589844.541445 delivery 74: deferral: Aack,_child_crashed._(#4.3.0)/ This is the only line in your except that refers to delivery 74. Most likely, you have a program delivery in the particular .qmail file and that program crashes. If del

Re: onelist.com?

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999 13:33:09 -0400, Dave Kitabjian wrote: >Does anyone know if "onelist.com" uses Qmail/ezmlm? They used to use ezmlm+ezmlm-idx, but seem to have since made their own software (strongly ezmlm-influenced) that uses a database back-end. Their system appears user centered whereas ez

help with Child Crashing during delivery

1999-06-28 Thread Anonymous
Hello, I have a problem with deliveries of mail seeming to crash in the server during delivery. The mail headers get delivered, but the system attempts to redeliver the email every minute or so, crashing , but devilering the headers, creating a real headache I have included the qmail log as

Re: onelist.com?

1999-06-28 Thread Anonymous
On Mon, Jun 28, 1999 at 01:33:09PM -0400, Dave Kitabjian wrote: > Does anyone know if "onelist.com" uses Qmail/ezmlm? They at least use qmail : orion:/var/named/sirius $ telnet www.onelist.com 25 Trying 209.207.164.201... Connected to www.onelist.com. Escape character is '^]'. 220 onelist.com ES

onelist.com?

1999-06-28 Thread Anonymous
Does anyone know if "onelist.com" uses Qmail/ezmlm? We seem to get a lot of mail to our customers from "onelist.com" of the form: <[EMAIL PROTECTED]> Or do other mailing lists use the "joeuser=domain.com" syntax? Dave

Re: PTR issue / question

1999-06-28 Thread Anonymous
Quoting Scott D. Yelich ([EMAIL PROTECTED]): > > > > Jun 26 01:10:23 ns1 tcp-env[4348]: refused connect from 216.221.160.30 > > > > dig -x output... > > > > ;; ANSWER SECTION: > > > > 30.160.221.216.in-addr.arpa. 11h22m24s IN PTR cobalt. > > > > 30.160.221.216.in-addr.arpa. 11h22m24s IN PTR co

Re: does qmail-pop3d not record logins?

1999-06-28 Thread Anonymous
Albert Hopkins writes: > > I've got qmail-pop3d piped to splogger, but I am not seeing any logins in > my log files. Does qmail-pop3d not support this? qmail-pop3d has nothing to say about what it does. You could write a shell script wrapper around any one of qmail-popup, checkpassword, or

Re: how to deal with mail over quota limit

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999 10:03:07 -0500, [EMAIL PROTECTED] wrote: >What is the normal policy for handling email that goes >over a users quota? Looking at logs for a number of mailing lists, it's about 50:50. There are even sites that bounce mail for "user is over hourly mail quota". IMHO, you bounce

does qmail-pop3d not record logins?

1999-06-28 Thread Albert Hopkins
I've got qmail-pop3d piped to splogger, but I am not seeing any logins in my log files. Does qmail-pop3d not support this? -- Albert Hopkins Sr. Systems Specialist Dynacare, Inc [EMAIL PROTECTED]

RE: Bug in rewriting of sender address?

1999-06-28 Thread Fred Lindberg
On Mon, 28 Jun 1999 10:16:54 -0400, David Harris wrote: >An e-mail off to Dan six days ago describing a bug in qmail-local.c and have >not heard any response back. When I posted the original bug report to the >list there was some discussion about it, but no one confirmed or disproved >the bug rep

Re: small "stat" bug in qmail-pop3d.c

1999-06-28 Thread Aaron Nabil
Aaron Nabil writes... >Stat is only supposed to include un-marked-for-deletion messages for >both the size and enumeration values, not just the size as qmail >is doing. A couple people asked me for "more info", here's an extract from rfc1939 that describes the STAT command. The important bit i

Re: how to deal with mail over quota limit

1999-06-28 Thread Richard Shetron
We don't run hard quota's. We do charge for extra disk usage. If a customer goes way over we may contact them as excessive disk space in email is often a sign of a problem. The user may be getting mail bombed, the account might be hacked, etc. If the problem is not the user's fault or does not

Re: how to deal with mail over quota limit

1999-06-28 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > What is the normal policy for handling email that goes > over a users quota? I would think it should be one of the items of local policy agenda. Either it is immediately bounced to the sender (notifying him that the addressee didn't receive the m

how to deal with mail over quota limit

1999-06-28 Thread Anonymous
What is the normal policy for handling email that goes over a users quota? Is the mail normally bounced back to the sender, just dropped or something else? I'm looking at adding user quota's to vchkpw, which uses a single /etc/passwd user for all pop mail accounts. Ken Jones Inter7

new environment variable for qmail-local!!

1999-06-28 Thread Anonymous
hi, some days ago i posted to this list asking for the possibility to add a environment variable to qmail-local. here again my question: anybody got an idea how to add an environment variable MESSAGESIZE to qmail-local? this would be great for message routing depending on their size. i tried this

Re: Bug in rewriting of sender address?

1999-06-28 Thread Aaron Nabil
David Harris writes... >Russell Nelson [mailto:[EMAIL PROTECTED]] > wrote: >> Typically, Dan doesn't acknowledge bug reports. He just fixes them >> for the next release. Given that Dan is working on qmail 2.0, I >> expect that you'll find the problem gone by th

RE: Bug in rewriting of sender address?

1999-06-28 Thread David Harris
Russell Nelson [mailto:[EMAIL PROTECTED]] wrote: > Typically, Dan doesn't acknowledge bug reports. He just fixes them > for the next release. Given that Dan is working on qmail 2.0, I > expect that you'll find the problem gone by then. > > In the meantime, su

RE: Bug in rewriting of sender address?

1999-06-28 Thread Russell Nelson
David Harris writes: > > An e-mail off to Dan six days ago describing a bug in qmail-local.c and have > not heard any response back. When I posted the original bug report to the > list there was some discussion about it, but no one confirmed or disproved > the bug report. Typically, Dan doe

RE: Bug in rewriting of sender address?

1999-06-28 Thread David Harris
David Harris [[EMAIL PROTECTED]] wrote: > An e-mail off to Dan six days ago describing a bug in qmail-local.c and have [snip] Change to "I sent an e-mail" *sigh* - David Harris Principal Engineer, DRH Internet Services

RE: Bug in rewriting of sender address?

1999-06-28 Thread David Harris
An e-mail off to Dan six days ago describing a bug in qmail-local.c and have not heard any response back. When I posted the original bug report to the list there was some discussion about it, but no one confirmed or disproved the bug report. Now I am at the point of assuming that my bug report i

qmail installation

1999-06-28 Thread Tarkan Hocaoglu
Hi, I'm a newbie and I'm trying to install qmail. I have some problems. I've downloaded qmail-1_03_tar.gz. I want to install it on a RedHat 5.2 Linux box with kernel 2.0.36. I read INSTALL file and Adam McKENNA's qmail-howto. I create the working directory and the users then make setup check

RE: where is checkpassword and ucspi-tcp?

1999-06-28 Thread Dave Kitabjian
I had the same problem once. Assuming you have access to an FTP Proxy server, enable it in your web browser. Otherwise, you may never get to Dan's qmail page, ftp://koobera.math.uic.edu/www/qmail.html. HTH. Dave On Saturday, June 26, 1999 11:16 PM, Denis Voitneko [SMTP:[EMAIL PROTECTED]] w

How do I fix up messages from broken SMTP clients?

1999-06-28 Thread Anonymous
Hi. Two FAQ was found as mailer measures by which Message-ID/Date header was not put up. 1. Header supplementation by qmail-inject which uses virtualdomain 2. Ofmipd operates instead of qmail-smtpd. I want to supplement similar header with the qmail-smtpd unit. Please teach if you know su

Re: rejecting spesific recipient

1999-06-28 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I believe this would do the trick; > > > echo '|/bin/echo "foo.bar does not accept spam. Go away." ; exit 100' > .qmail-user That's what bouncesaying is for :- ) (man bouncesaying) -BEGIN PGP SIGNATURE- Version: PGP 6.0.2 -- QDPGP 2.60

qmail Digest 28 Jun 1999 10:00:01 -0000 Issue 685

1999-06-28 Thread qmail-digest-help
qmail Digest 28 Jun 1999 10:00:01 - Issue 685 Topics (messages 27188 through 27200): DNS error 27188 by: "Jacob (Mettavihari)" <[EMAIL PROTECTED]> 27196 by: "Jacob (Mettavihari)" <[EMAIL PROTECTED]> 27197 by: Robbie Walker <[EMAIL PROTECTED]> rejecting spesific reci

Re: rejecting spesific recipient

1999-06-28 Thread Christian Nikolaisen
I believe this would do the trick; echo '|/bin/echo "foo.bar does not accept spam. Go away." ; exit 100' >.qmail-user Christian Nikolaisen Marthe Nesøen Gangfløt wrote: > > Hi, > > Someone has probably just "taken" an emailaddress to send to some > spam-mail-list, cause I get LOTS of spam

Problem with virtualdomain and realdomain.

1999-06-28 Thread Kohei Akao
Hi. I have mailserver named mtest.co.jp. I am using virtualdomain to get mail,because I want to rewrite some message header if header message is not complete (but I don't want to use ofmipd). So I use qmail-inject via virtualdomain. (Mail route is qmail-smtpd -> qmail-queue -> qmail-local ->qmail

qmail-send problem

1999-06-28 Thread Hotdog
Following is some in /var/log/maillog , and status show qmail always devlivert 1-3 local letters at the same time. Jun 28 14:42:05 www qmail: 930552125.387252 status: local 1/120 remote 21/120 Jun 28 14:42:05 www qmail: 930552125.705478 starting delivery 167107: msg 438222 to remote [EMAIL PROT