error 4.1.2

1999-12-30 Thread Samuel Dries-Daffner
I am getting lots of stuck messages in one queue headed for another machine on our network. I can telnet to the receiving machine's port 25 and it works fine, mail is delivered. But mail submitted to the "outgoing" machines queue just stays there. The mail log on the outgoing server hsd lots of

piping mail to news server

1999-05-10 Thread Samuel Dries-Daffner
Here is a simple program I wrote that pipes email messages to a news server. We are testing out the idea of concurrent qmail aliases and local news groups and this program has been very useful. I have added the following to a .qmail alias file: | /usr/local/bin/q2news.pl NEWS.SERVER.HERE NEWS.GR

removing header info

1999-05-07 Thread Samuel Dries-Daffner
I have written a perl script using the NNTPClient module that forwards from a .qmail-alias to a local newsgroup. The script work fine, but I would like some help to see if I can get the header info removed from the top of each message as it appears in the forwarded posting. Also, if there is in

qmail start problem

1999-05-03 Thread Samuel Dries-Daffner
Having a problem with getting qmail started after a system upgrade...(from Solaris 2.5.1 to 2.6). This is what I had in my startup script (which used to work fine!): nice -20 env - PATH="/var/qmail/bin:$PATH" qmail-start ./Mailbox splogger qmail & I added the following line to inetd.conf

RE: [Q] qmail speed "again"

1999-04-12 Thread Samuel Dries-Daffner
Soffen, Matthew wrote: > Umm.. Why didn't you use /var/qmail/bin/sendmail ? > > > > -Original Message- > > From: Samuel Dries-Daffner [SMTP:[EMAIL PROTECTED]] > > Sent: Monday, April 12, 1999 12:19 PM > > To: Dave Sill > > Cc: [EMA

Re: [Q] qmail speed "again"

1999-04-12 Thread Samuel Dries-Daffner
On Mon, 12 Apr 1999, Dave Sill wrote: > Silver CHEN <[EMAIL PROTECTED]> wrote: > > > > The mail reason that I can't switch to qmail is that I'm NOT > >familiar with qmail in early days, so I chose sendmail. > > You can install qmail without removing/breaking sendmail, so you can > revert to s

Re: delivery errors?

1999-03-17 Thread Samuel Dries-Daffner
On Wed, 17 Mar 1999, Sam wrote: > > Mar 17 07:31:09 1C:ella ipop3d[1417154]: Retrying after disk error > > user=spertus host=UNKNOWN mbx=/acct/faculty/spertus/mbox: Invalid argument > > Mar 16 23:57:57 1C:ella ipop3d[1417154]: Retrying after disk error > > user=spertus host=206.111.145.243 mbx=/

delivery errors?

1999-03-17 Thread Samuel Dries-Daffner
Any ideas what cause these types of errors? from maillog: Mar 17 07:31:09 1C:ella ipop3d[1417154]: Retrying after disk error user=spertus host=UNKNOWN mbx=/acct/faculty/spertus/mbox: Invalid argument from syslog.critical Mar 16 23:57:57 1C:ella ipop3d[1417154]: Retrying after disk error user

mini-bounce

1999-03-15 Thread Samuel Dries-Daffner
We recently sent mail to another school and received what I call a "mini-bounce" that follows. It doesn't look like they're using qmail but is there a qmail equivalent of this that we could install on our server? I would hope that our mail server stay up, but should there be delays it would be c

Re: How to monitor qmail-send and friends?

1999-03-11 Thread Samuel Dries-Daffner
What I would do is monitor the queue using qmail-qstat or one of the other utilities like it. Perhaps a good idea would be to check for a number of messages you think is too high, and if the queue has the same or greater messages within x timeframe then send the page. Can you share some of the

Re: vacation (yet again!)

1999-03-01 Thread Samuel Dries-Daffner
Yes, I have .qmail set as: | /usr/local/bin/Qvacation -t30s teststud /var/mail/teststud where Qvacation is your program...so I understand this to mean a 30 second time frame. Samuel On Tue, 2 Mar 1999, Peter Samuel wrote: > On Mon, 1 Mar 1999, Samuel Dries-Daffner wrote: > > &g

Re: vacation (yet again!)

1999-02-26 Thread Samuel Dries-Daffner
I tried the process below and gathered lots of env files. The first few times I did the mail from Outlook it actually worked, but thereafter it wouldn't. Also I tried from pine and it worked, every single time!! There are differences, as you point out in the ella.mills.edu and mills.edu, but the

Re: vacation (yet again!)

1999-02-25 Thread Samuel Dries-Daffner
Peter's vacation program works great. But we have a weird exception that concerns me When mail is sent from pine or BSD mail off our IRIX box the feature works great, but when we tested it from a user sending from Outlook the retrun message was never delivered. I can't see any problem in the

filter by sender and write to file

1999-02-24 Thread Samuel Dries-Daffner
Ok here's a quick hack, but it works... Follow these steps: 1. copy the code below to a file and make it 755. 2. add the full path and name of file to your .qmail ex: | /acct/staff/lcl/mailtofile 3. make sure you change the variables for $file and $which_sender to your desired

Re: [MAILER-DAEMON@muncher.math.uic.edu: failure notice]

1999-02-24 Thread Samuel Dries-Daffner
How about a filter recipe that takes all mail from one person and writes it to a separate filerather than (or in addition) to the regular mbox location. I'm using qmail 1.01. Samuel Daffner Mills College ITS On Wed, 24 Feb 1999, Sam wrote: > Mate Wierdl writes: > > > I do not understand:

Re: vacation (again!)

1999-02-18 Thread Samuel Dries-Daffner
We had the "other" vacation working under IRIX 5.3 but since we have moved to 6.5 it doesn't work. Our qmail config is the same, so I can't really say why it doesn't work. I have read both the IRIX (sendmail) vacation and the Peter Samuel vacation manuals, but can't make the old one work again.

RE: rcpthosts, locals

1999-01-28 Thread Samuel Dries-Daffner
chown alias to the output file made a big difference after a few edits to the script in the .qmail-alias file. All is well (on this one!) Thanks for all your help :) Samuel On Wed, 27 Jan 1999, Vince Vielhaber wrote: > > On 27-Jan-99 Samuel Dries-Daffner wrote: > > > > We

RE: rcpthosts, locals

1999-01-27 Thread Samuel Dries-Daffner
runnning? Whats missing? Samuel On Wed, 27 Jan 1999, Vince Vielhaber wrote: > > On 27-Jan-99 Samuel Dries-Daffner wrote: > > > > > > And logs look good on ella... > > > > Jan 27 20:03:52 6C:ella qmail: 917467432.923986 starting delivery 6117: &g

RE: rcpthosts, locals

1999-01-27 Thread Samuel Dries-Daffner
:03:52 6C:ella qmail: 917467432.923986 starting delivery 6117: msg 4640 to remote [EMAIL PROTECTED] Jan 27 20:04:26 6C:ella qmail: 917467466.080066 starting delivery 6120: msg 4315 to remote [EMAIL PROTECTED] Any other ideas? Samuel On Wed, 27 Jan 1999, Vince Vielhaber wrote: > >

rcpthosts, locals

1999-01-27 Thread Samuel Dries-Daffner
Ok simple question...too foggy to fix on my own :) I have two machines: ella (IRIX) and kaos (Solaris), both have qmail. I want to send mail to a user on kaos from a user on ella. Mail seems to leave ella, and doesn't bounce... ...but doesn't get delivered on kaos... What should be in the re

Re: syslog.mail

1999-01-25 Thread Samuel Dries-Daffner
wrote: > On Mon, Jan 25, 1999 at 11:23:22PM +0100, Peter van Dijk wrote: > # On Mon, Jan 25, 1999 at 01:29:42PM -0800, Samuel Dries-Daffner wrote: > # > > # > How can I move the syslog.mail file and make a new one safely? > # > > # > The one I have is 62 MB and represe

syslog.mail

1999-01-25 Thread Samuel Dries-Daffner
How can I move the syslog.mail file and make a new one safely? The one I have is 62 MB and represents about 15% of our root partition. Thanks in advance for any help on this :) Samuel Daffner Mills College ITS

Re: Deleting specific queued messages (by name?)

1999-01-12 Thread Samuel Dries-Daffner
Ok here's a variation on this question: Can message be deleted by user name instread of msg ID#? For example, qmail-qread gives me lots of mail stuck in our queue for the following two folks (who seemed to have abandoned ship before unsubscribing to one of our lists...) 12 Jan 1999 12:58:40 GM

Re: deleted mail files

1999-01-05 Thread Samuel Dries-Daffner
I have check the .qmail file and all are as such; /var/mail/bronwen /var/mail/amach /var/mail/hannaht The link from /var/mail to /usr/mail looks like this (and is delivering for about one thousand other people correctly :) ella 58# ls -la /var/mail lrwxr-xr-x1 root sys 9 Dec 21 01:25

Re: deleted mail files

1999-01-05 Thread Samuel Dries-Daffner
dam D. McKenna wrote: > From: Samuel Dries-Daffner <[EMAIL PROTECTED]> > > > :/var/qmail/rc -- no such > mal:( > > If /var/qmail/rc doesn't exist, then you didn't follow the instructions correctly >for installing qmail. > > Read INSTALL. > > --Adam > > > >

Re: deleted mail files

1999-01-05 Thread Samuel Dries-Daffner
/var/qmail/rc -- no such animal:( We use the following to start qmail from our startup script: == echo Starting Qmail nice -20 env - PATH="/var/qmail/bin:$PATH" qmail-start ./Mailbox splogger qmail & /usr/local/bin/tcpserver -u 91 -g 151 0 smtp /usr/l

Re: deleted mail files

1999-01-05 Thread Samuel Dries-Daffner
:04:30 4C:ella qmail: 915480270.468809 warning: trouble opening remote/ 18/9954; will try again later Thanks again for all help, keep it comin' :) Samuel On Mon, 4 Jan 1999, Harald Hanche-Olsen wrote: > - Samuel Dries-Daffner <[EMAIL PROTECTED]>: > > | We are experiencing a wierd loss o

deleted mail files

1999-01-04 Thread Samuel Dries-Daffner
Hello: We are experiencing a wierd loss of mail files. Some users check their mail and then the entire file is deleted. Usually, if they read and delete mail or use a POP client and download their mail, the file exists, but it is size = 0. But in this case its just gone. Whats more is that qma

Re: bsd.mail.wrapper (was Re: extra ">")

1998-12-30 Thread Samuel Dries-Daffner
, but hopefully they'll work as well. Thanks for all the help everyone :) Samuel On 30 Dec 1998, Russ Allbery wrote: > Samuel Dries-Daffner <[EMAIL PROTECTED]> writes: > > > The sendmail wrapper does fine for many functions but, as I found out, > > makes for lots of probl

bsd.mail.wrapper (was Re: extra ">")

1998-12-30 Thread Samuel Dries-Daffner
Mills College ITS On Mon, 28 Dec 1998, Samuel Dries-Daffner wrote: > > I have a few users who use BSD mail. I have the sendmail wrapper setup so > that it invokes qmail which works fine to send messages and also call the > aliases in /var/qmail/alias... > > the problem is tha

extra ">"

1998-12-28 Thread Samuel Dries-Daffner
I have a few users who use BSD mail. I have the sendmail wrapper setup so that it invokes qmail which works fine to send messages and also call the aliases in /var/qmail/alias... the problem is that when they use 'r' reply or 'ra' reply to all, that an extra ">" gets added to the domain name and

flushing queue

1998-12-28 Thread Samuel Dries-Daffner
I have lots of mail that seems stuck in my queue...how can I flush? Samuel Daffner Mills College ITS

Re: tcpserver start up

1998-12-23 Thread Samuel Dries-Daffner
hanks again, Samuel On Mon, 21 Dec 1998, Samuel Dries-Daffner wrote: > > > We have upgraded from IRIX 5.3 to 6.5 and now we have "host" of network > problems :) > > One is getting our tcpserver program running...here's a sample of the > command I am us

Re: alias problem...(was tcpserver startup)

1998-12-22 Thread Samuel Dries-Daffner
mcsgrp: No such file or directory Steve === Thanks , Samuel On Tue, 22 Dec 1998 [EMAIL PROTECTED] wrote: > On Tue, Dec 22, 1998 at 12:37:55PM -0800, Samuel Dries-Daffner wrote: > > > > OK...now I have the tcpserver part working which has solved most of the > >

alias problem...(was tcpserver startup)

1998-12-22 Thread Samuel Dries-Daffner
seem to look for the aliases in /var/qmail/aliases. :( How should I resolve this ? TIA (and thanks again) Samuel Daffner Mills College ITS On Mon, 21 Dec 1998, Samuel Dries-Daffner wrote: > > inetd.conf is running. Here's one more piece: > > ella 117# netstat -p smtp > ne