Re: Qmail error messages.

2001-07-11 Thread David Gartner

Grant,

Do a web search on RFC1893.  This tells you what those numbers (#4.2.1)
mean.  It helps _ALOT_

David Gartner

Dave Sill wrote:

> Grant <[EMAIL PROTECTED]> wrote:
>
> >Is there documentation for each qmail error message?
>
> No.
>
> >i.e
> >
> >"Unable_to_open_/var/qmail/boxes/Mailbox.user:_access_denied._(#4.2.1)"
>
> That one's pretty descriptive, isn't it? The user running qmail-local
> can't open that file, probably due to file or directory
> permissions. Note that you have to look at the permissions on every
> directory in the path. E.g.:
>
>   ls -ld / /var /var/qmail /var/qmail/boxes /var/qmail/boxes/Mailbox.user
>
> >Could a FAQ for each qmail error message be written up?
>
> Certainly.
>
> >Would that be a useful addition to LWQ?
>
> That would be great. It's been planned for LWQ since the beginning
> (see Appendix F), but I haven't had the time/gumption to write it up.
>
> -Dave




Re: Qmail error messages.

2001-07-11 Thread Dave Sill

Grant <[EMAIL PROTECTED]> wrote:

>Is there documentation for each qmail error message?

No.

>i.e
>
>"Unable_to_open_/var/qmail/boxes/Mailbox.user:_access_denied._(#4.2.1)"

That one's pretty descriptive, isn't it? The user running qmail-local
can't open that file, probably due to file or directory
permissions. Note that you have to look at the permissions on every
directory in the path. E.g.:

  ls -ld / /var /var/qmail /var/qmail/boxes /var/qmail/boxes/Mailbox.user

>Could a FAQ for each qmail error message be written up?

Certainly.

>Would that be a useful addition to LWQ?

That would be great. It's been planned for LWQ since the beginning
(see Appendix F), but I haven't had the time/gumption to write it up.

-Dave



qmail error

2001-07-02 Thread Chris Woods




I have just installed qmail on a Debian box following a HOW-TO by
Adam Mckenna and I am having problems starting it. Here is the message
I am getting when starting qmail:
--
root@vader:/etc/init.d# ./qmail start
Starting mail-transport-agent:svc: warning: unable to control
/var/qmail/supervise/qmail-send: supervise not running
svc: warning: unable to control /var/qmail/supervise/qmail-smtpd:
supervise not running
qmailsvc: warning: unable to control
/var/qmail/supervise/qmail-send/log: supervise not running
svc: warning: unable to control /var/qmail/supervise/qmail-smtpd/log:
supervise not running
logging.
--
 
Thanks
Chris.


Re: QMail Error?

2001-06-13 Thread Tim Rainier

not vsend, it's either of the following:
qmail-send
qmail-vscan

Tim Rainier
Manufacturing Systems Analyst 
Kalsec Inc.
Office: 800.800.6165 ext: 3354
Cell: 616.274.7118
Pager: 616.413.1607





QMail Error?

2001-06-13 Thread Tim Rainier

Our ExtendNet machine's Qmail program has a weird problem.  Periodically,
vsend will fail, but will start working as soon as a run a 'touch' command
on it.  Has any ever heard of this?

Tim Rainier
Manufacturing Systems Analyst
Kalsec Inc.
Office: 800.800.6165 ext: 3354
Cell: 616.274.7118
Pager: 616.413.1607





Re: qmail error

2001-04-12 Thread Gerrit Pape

On Thu, Apr 12, 2001 at 05:01:26PM +0700, Abu Arqam wrote:
> I use qmail and vpopmail and I get some messages :
> Apr 12 16:50:27 ns1 qmail: 987069027.344673 info msg 34249: bytes 342 from
> <[EMAIL PROTECTED]> qp 1060 uid 48
> Apr 12 16:50:27 ns1 qmail: 987069027.355083 starting delivery 62: msg 34249
> to local [EMAIL PROTECTED]
> Apr 12 16:50:27 ns1 qmail: 987069027.355846 status: local 1/10 remote 0/20
> Apr 12 16:50:27 ns1 qmail: 987069027.359370 delivery 62: deferral:
> Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/

That error message tells You all, refer to dot-qmail(5):
   If .qmail has the execute bit set, it must not contain any
   program lines, mbox lines, or maildir  lines.   If  qmail-
   local  sees  any  such  lines, it will stop and indicate a
   temporary failure.

# chmod -x ~/.qmail
should solve it.

Gerrit.

-- 
[EMAIL PROTECTED]
innominate AG
 the linux architects
tel: +49.30.308806-0  fax: -77  http://www.innominate.com



qmail error

2001-04-12 Thread Abu Arqam

I use qmail and vpopmail and I get some messages :
Apr 12 16:50:27 ns1 qmail: 987069027.344673 info msg 34249: bytes 342 from
<[EMAIL PROTECTED]> qp 1060 uid 48
Apr 12 16:50:27 ns1 qmail: 987069027.355083 starting delivery 62: msg 34249
to local [EMAIL PROTECTED]
Apr 12 16:50:27 ns1 qmail: 987069027.355846 status: local 1/10 remote 0/20
Apr 12 16:50:27 ns1 qmail: 987069027.359370 delivery 62: deferral:
Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/
Apr 12 16:50:27 ns1 qmail: 987069027.360131 status: local 0/10 remote 0/20

What happen with my qmail program, can you help me ?

Thank's

Abu Arqam



Re: Qmail Error

2001-01-30 Thread Charles Cazabon

Gary Tremblay <[EMAIL PROTECTED]> wrote:
> My mail log file shows this error for 7 new users I thought I setup
> correctly:
> Unable_to_chdir_to_maildir._(#4.2.1)
[...]
> All I did was add 7 new users to a system that already had 10 users
> setup and working correctly. (Setup by somebody else, by the way)
> 
> For a windows based guy, qmail is a little difficult to figure out. I
> simply copied and renamed one of the existing users Maildir folders.

Copying it might result in wrong ownership of the Maildir and it's
subdirectories.  The command `maildirmake` will create a Maildir with
its three subdirectories (tmp, new, and cur).  They all have to be owned
by the user to work.

And what do you mean by renamed?  In its simplest form, a Maildir is just
named "Maildir" and is located in the user's home directory.  Your default
delivery instruction is then "./Maildir/".  You shouldn't need to rename
the Maildir.

> Then I copied and renamed one of the existing Alias folders and
> edited the home directory name for each new user.

Again, not sure what you mean by an alias folder.  Do you mean a
.qmail-something file in the home directory of user "alias"?
These aren't necessary for local users.

> I've checked the permissions and owernship on the Maildir folder and
> sub-folders and they are identical to the users who are working correctly.

Well, there's obviously something different going on here.  For starters,
how about showing us the result of `ls -ld ~USER ~USER/Maildir ~USER/Maildir/*`
for both a user that works, and one that doesn't?  Also, post the output
of `qmail-showctl`.  And don't change any of the host/usernames for the sake
of "security".  We need the real information to find the problem.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: Qmail Error

2001-01-30 Thread Gary Tremblay

At 08:47 PM 1/30/01 -0500, you wrote:
On Tue, Jan 30, 2001 at 08:44:56PM -0500,
Chris Johnson wrote:
> On Tue, Jan 30, 2001 at 05:38:06PM -0800, Gary Tremblay wrote:
> > My mail log file shows this error for 7 new users I thought I
setup correctly:
> > Unable_to_chdir_to_maildir._(#4.2.1)
> 
> How about some details? How are you starting qmail? Did you create a
Maildir
> for each user (or cause one to be created by creating one in
/etc/skel (or your
> system's equivalent)) before creating the user? Who owns these
Maildirs?

Thanks for the quick response.

All I did was add 7 new users to a system that already had 10 users 

setup and working correctly. (Setup by somebody else, by the way)

For a windows based guy, qmail is a little difficult to figure out. I

simply copied and renamed one of the existing users Maildir 
folders.
Then I copied and renamed one of the existing Alias folders and 
edited the home directory name for each new user.  I've 
checked
the permissions and owernship on the Maildir folder and sub-folders
and they are identical to the users who are working correctly.

I even traced the source of the error down in the qmail-local 
source
code, but not being a C programmer wasn't able to find the source
of the subroutine that causes case 2 to occur.

I've made the assumption that the error (chdir) refers to qmail's
inability
to change (to the users) directory but I can't find any difference
between
the working users directories from the ones I set up.

Does this help ...?



  Gary Tremblay, MCSC,
CNE   

   Network
Manager   

   World Fusion
Software   

   2900 Bristol Street, Suite
H-103  

   Costa Mesa, CA
92626

   Voice:
714-708-7400    FAX:
714-708-7401   
   E-mail: 
[EMAIL PROTECTED] 

*


Re: Qmail Error

2001-01-30 Thread Chris Johnson

On Tue, Jan 30, 2001 at 08:44:56PM -0500, Chris Johnson wrote:
> On Tue, Jan 30, 2001 at 05:38:06PM -0800, Gary Tremblay wrote:
> > My mail log file shows this error for 7 new users I thought I setup correctly:
> > Unable_to_chdir_to_maildir._(#4.2.1)
> 
> How about some details? How are you starting qmail? Did you create a Maildir
> for each user (or cause one to be created by creating one in /etc/skel (or your
> system's equivalent)) before creating the user? Who owns these Maildirs?

Oops. That misplaced parenthesis could be confusing. Try this:

Did you create a Maildir for each user (or cause one to be created by creating
one in /etc/skel (or your system's equivalent) before creating the user)?

Chris



Re: Qmail Error

2001-01-30 Thread Chris Johnson

On Tue, Jan 30, 2001 at 05:38:06PM -0800, Gary Tremblay wrote:
> My mail log file shows this error for 7 new users I thought I setup correctly:
> Unable_to_chdir_to_maildir._(#4.2.1)

How about some details? How are you starting qmail? Did you create a Maildir
for each user (or cause one to be created by creating one in /etc/skel (or your
system's equivalent)) before creating the user? Who owns these Maildirs?

> What did I do wrong?

Obviously something, but unless you tell us what you did do, we have no way of
knowing.

Chris



Qmail Error

2001-01-30 Thread Gary Tremblay

My mail log file shows this error for 7 new users I thought I setup correctly:
Unable_to_chdir_to_maildir._(#4.2.1)

What did I do wrong?

   Gary Tremblay, MCSC, CNE
Network Manager
World Fusion Software
2900 Bristol Street, Suite H-103
Costa Mesa, CA 92626
Voice: 714-708-7400FAX: 714-708-7401
E-mail:  [EMAIL PROTECTED]
*



Re: [OT] do you know this MTA(not qmail) error msg?

2000-12-15 Thread Aaron L. Meehan

Quoting martin langhoff ([EMAIL PROTECTED]):
>   sorry for being OT. I need help to diagnose an errormsg I'm receiving
> from a remote MTA -- mainly to show it's the other admin who's in fault.
> Or else repair my error and be humble about it :). To make matters
> worse, the errormsg is unknown to me: seems to be coming from a box I
> think is running WinNT.

The MTA is sendmail.  The problem is that sendmail on that machine
does not know it's supposed to handle email for reino.com.ar.  This
would be analogous to installing qmail but not putting your domain
into locals, even though there is an MX record pointing to you.

Most people put local domains for sendmail into a file named
sendmail.cw, but they can also be specified in sendmail.cf.

Aaron

> -
>- Transcript of session follows -
> 451 <[EMAIL PROTECTED]>... reply: read error from
> mail1.dacas.com.ar.
> 553 mail2.dacas.com.ar. config error: mail loops back to me (MX
> problem?)
> 554 <[EMAIL PROTECTED]>... Local configuration error



RE: [OT] do you know this MTA(not qmail) error msg?

2000-12-15 Thread Greg Owen

> 553 mail2.dacas.com.ar. config error: mail loops back to me (MX
> problem?)
> 554 <[EMAIL PROTECTED]>... Local configuration error

That is Sendmail.  I forget how exactly you cause that error, but it
isn't hard to do, and yes, it is their configuration that needs fixing.

-- 
gowen -- Greg Owen -- [EMAIL PROTECTED]
  SoftLock.com is now DigitalGoods!



[OT] do you know this MTA(not qmail) error msg?

2000-12-15 Thread martin langhoff

hi,

sorry for being OT. I need help to diagnose an errormsg I'm receiving
from a remote MTA -- mainly to show it's the other admin who's in fault.
Or else repair my error and be humble about it :). To make matters
worse, the errormsg is unknown to me: seems to be coming from a box I
think is running WinNT.

The full msg is at the end of this email. The relevant lines seem to
be:
-
   - Transcript of session follows -
451 <[EMAIL PROTECTED]>... reply: read error from
mail1.dacas.com.ar.
553 mail2.dacas.com.ar. config error: mail loops back to me (MX
problem?)
554 <[EMAIL PROTECTED]>... Local configuration error

--AAA30448.976851513/ns2.dacas.com.ar
Content-Type: message/delivery-status

Reporting-MTA: dns; ns2.dacas.com.ar
Received-From-MTA: DNS; mail.netizen.com.ar
Arrival-Date: Fri, 15 Dec 2000 00:38:30 -0300

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.5.0
Remote-MTA: DNS; mail2.dacas.com.ar
Last-Attempt-Date: Fri, 15 Dec 2000 00:38:33 -0300

-

now I did an nslookup and got:

reino.com.arpreference = 5, mail exchanger = mail1.dacas.com.ar
reino.com.arpreference = 10, mail exchanger = mail2.dacas.com.ar

It certainly seems I'm on the safe side. But I wanted to check with more
experienced admins, specially because I've never seen such msg.




The bounced msg looks like:
Return-Path: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Received: (qmail 21300 invoked from network); 15 Dec 2000 11:39:31 -
Received: from unknown (HELO localhost) ([EMAIL PROTECTED])
  by 10.10.10.10 with SMTP; 15 Dec 2000 11:39:31 -
Delivered-To: [EMAIL PROTECTED]
Received: from ns.scim.net
by localhost with POP3 (fetchmail-5.5.1)
for [EMAIL PROTECTED] (single-drop); Fri, 15 Dec 2000
08:39:31 -0300 (ART)
Received: (qmail 5343 invoked from network); 15 Dec 2000 03:28:46 -
Received: from mail.dacas.com.ar (HELO bbs.dacas.com.ar) (200.43.156.10)
  by scim.com.ar with SMTP; 15 Dec 2000 03:28:46 -
X-ROUTED: Fri, 15 Dec 2000 00:28:14 -0300
Received: from  [200.43.156.7] by bbs.dacas.com.ar with smtp
id 004527d8 ; Fri, 15 Dec 2000 00:27:38 -0300
Received: from localhost (localhost)
by ns2.dacas.com.ar (8.9.3/8.8.7) with internal id AAA30448;
Fri, 15 Dec 2000 00:38:33 -0300
Date: Fri, 15 Dec 2000 00:38:33 -0300
From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="AAA30448.976851513/ns2.dacas.com.ar"
Subject: Returned mail: Local configuration error
Auto-Submitted: auto-generated (failure)

This is a MIME-encapsulated message

--AAA30448.976851513/ns2.dacas.com.ar

The original message was received at Fri, 15 Dec 2000 00:38:30 -0300
from [EMAIL PROTECTED] [200.16.153.4]

   - The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>

   - Transcript of session follows -
451 <[EMAIL PROTECTED]>... reply: read error from
mail1.dacas.com.ar.
553 mail2.dacas.com.ar. config error: mail loops back to me (MX
problem?)
554 <[EMAIL PROTECTED]>... Local configuration error

--AAA30448.976851513/ns2.dacas.com.ar
Content-Type: message/delivery-status

Reporting-MTA: dns; ns2.dacas.com.ar
Received-From-MTA: DNS; mail.netizen.com.ar
Arrival-Date: Fri, 15 Dec 2000 00:38:30 -0300

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.5.0
Remote-MTA: DNS; mail2.dacas.com.ar
Last-Attempt-Date: Fri, 15 Dec 2000 00:38:33 -0300

--AAA30448.976851513/ns2.dacas.com.ar
Content-Type: message/rfc822

Return-Path: <[EMAIL PROTECTED]>
Received: from mail.netizen.com.ar ([EMAIL PROTECTED]
[200.16.153.4])
by ns2.dacas.com.ar (8.9.3/8.8.7) with ESMTP id AAA30446
for <[EMAIL PROTECTED]>; Fri, 15 Dec 2000 00:38:30 -0300
From: [EMAIL PROTECTED]
Received: from www (scim.com.ar [200.16.153.141])
by mail.netizen.com.ar (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with
ESMTP id AAA32103;
Fri, 15 Dec 2000 00:17:32 -0300
Date: Fri, 15 Dec 2000 00:17:32 -0300
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Consulta empresarial

explicacion: Esta es una consulta de una empresa  al sitio web de Reino
S.A.
nombre y  apellido: KRONUS PRODUCCIONES
direccion: PRODUCCION TELEVISIVA Y PUBLICITARIA
localidad: Capital Federal
cp: 1045
ciudad: BS. AS.
provincia: BS. AS.
pais: Argentina
telefono particular: 4953-3692
e-mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
consultas: DESEARIAMOS PONERNOS EN CONTACTO CON LA EMPRESA PARA
OFRECERLES UNA PROPUESTA PUBLICITARIA EN UN PROGRAMA DE TV DE YOGA Y
SALUD.

SALUDOS CORDIALES
Submit: Enviar

--AAA30448.976851513/ns2.dacas.com.ar--



Re: qmail error

2000-09-19 Thread markd

On Tue, Sep 19, 2000 at 03:07:11PM -0500, Austad, Jay wrote:
> Make sure your files in /var/qmail/control have the correct settings in
> them.  I ran into this yesterday and it turned out I had bad info in
> defaultdomain, locals, me, and plusdomain.

Or more specifically, helohost. If that's not present, then me.



Regards.

> 
> Jay
> 
> 
> 
> -Original Message-
> From: Jens Georg [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 19, 2000 2:56 PM
> To: qmail mailinglist
> Subject: qmail error
> 
> 
> hi,
> 
> while sending emails to AOL qmail reports the following error-messages:
> 
> Remote host said: 501 syntactically invalid HELO argument(s)
> Remote host said: 501 HELO requires domain address
> 
> i did not find anything about this in the faqs. somebody here who can
> help me ?
> 
> regards,
> 
> jens



RE: qmail error

2000-09-19 Thread Austad, Jay

Make sure your files in /var/qmail/control have the correct settings in
them.  I ran into this yesterday and it turned out I had bad info in
defaultdomain, locals, me, and plusdomain.

Jay



-Original Message-
From: Jens Georg [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 19, 2000 2:56 PM
To: qmail mailinglist
Subject: qmail error


hi,

while sending emails to AOL qmail reports the following error-messages:

Remote host said: 501 syntactically invalid HELO argument(s)
Remote host said: 501 HELO requires domain address

i did not find anything about this in the faqs. somebody here who can
help me ?

regards,

jens



qmail error

2000-09-19 Thread Jens Georg

hi,

while sending emails to AOL qmail reports the following error-messages:

Remote host said: 501 syntactically invalid HELO argument(s)
Remote host said: 501 HELO requires domain address

i did not find anything about this in the faqs. somebody here who can
help me ?

regards,

jens



Re: qmail error message about opendir

2000-09-18 Thread Dave Sill

<[EMAIL PROTECTED]> wrote:

>Sep 18 10:11:46 mail2 qmail: 969286306.442630 alert: unable to opendir
>info/4, sleeping...
>
>can someone tell me what this is?

qmail-send couldn't open /var/qmail/queue/info/4. Could be the queue
is corrupted (in which case, one of the queue checkers from
www.qmail.org might help) or your system is running out of file
descriptors or some other resource.

-Dave



qmail error message about opendir

2000-09-18 Thread sonam


i have this error message in my log file

Sep 18 10:11:46 mail2 qmail: 969286306.442630 alert: unable to opendir
info/4, sleeping...

can someone tell me what this is? right now i have about 30,000 messages
in queue, so its pretty urgent. by the way, my server went down, so i had
to reboot it, i even restarted qmail. please help.

Sonam Wangchuk
e: [EMAIL PROTECTED]




Re: qmail error

2000-06-19 Thread Steffan Hoeke

On Mon, Jun 19, 2000 at 03:45:16PM +0800, Vince wrote:
> 
> when i run qmail and check the ps x if it is running to my machine there is 
> svscan /service running but when i try to send mail i got this error
> 
> The connection to the server has failed. Account: '208.235.228.2', Server:
> '208.235.228.2', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error:
> 10061, Error Number: 0x800CCC0E
> 
> what is my problem here?
What happens when you telnet to port 25 ?

My telnet session is successful :
bash-2.04# telnet 208.235.228.2 25
Trying 208.235.228.2...

Connected to 208.235.228.2.
Escape character is '^]'.
HELO
220 qmail.dnb.com ESMTP
502 unimplemented (#5.5.1)
250 qmail.dnb.com

So it's probably a setting in your Outlook (express) Client 

HTH,
 Steffan 

-- 
http://therookie.dyndns.org




qmail error

2000-06-19 Thread Vince


when i run qmail and check the ps x if it is running to my machine there is 
svscan /service running but when i try to send mail i got this error

The connection to the server has failed. Account: '208.235.228.2', Server:
'208.235.228.2', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error:
10061, Error Number: 0x800CCC0E

what is my problem here?




Rookie qmail error question !

1999-05-24 Thread Per Birkeby

Hello qmailers !

I managed to setup qmail using Adam McKennas HOWTO. It went well. Made
me happy cuz I'm kinda newbie. I can transfer mail remotely and local.
But the error message below just keeps appearing. What does it mean and
what shall I do to correct the error ?

cyclog: warning: unable to create @0927481077, pausing: access
denied


Thank you !

-Per



Re: Rookie qmail error question !

1999-05-24 Thread Adam D. McKenna

You need to create the directories that cyclog is logging to, in this case 
/var/log/qmail and /var/log/qmail-smtpd, and make them owned by qmaill

I'll add this to the howto..

--Adam


On Sun, May 23, 1999 at 07:38:22PM +0200, Per Birkeby wrote:
> Hello qmailers !
> 
> I managed to setup qmail using Adam McKennas HOWTO. It went well. Made
> me happy cuz I'm kinda newbie. I can transfer mail remotely and local.
> But the error message below just keeps appearing. What does it mean and
> what shall I do to correct the error ?
> 
> cyclog: warning: unable to create @0927481077, pausing: access
> denied
> 
> 
> Thank you !
> 
> -Per



Rookie qmail error question 2 !

1999-05-23 Thread Per Birkeby

Hello again,

I made the correction to /var/log/qmail as Adam pointed out.
I then restarted qmail...now it's not working. Seems like rblsmtpd
resets and does not accept connections anymore. I have not changed
anything but the ownership of the files in /var/log/qmail path..

I have no clue where to look.heh...but not so clueless as I was with
sendmail.cf :)

Any suggestions ?

Best regards/Per



baffling qmail error

1999-04-07 Thread Adam D. McKenna

Alright, I'm trying to get qmail installed on another sparc running solaris
2.6.  The baffling error happens when I log out.  qmail quits.  Why is this
happening?

I am using the standard rc file (/var/qmail/boot/home) and it still happens.

I type:

# csh -cf '/var/qmail/rc &'

I do a ps -ef and I get:

  qmaill 12283 12282  0 21:02:20 pts/13   0:00 splogger qmail
  qmailr 12285 12282  0 21:02:20 pts/13   0:00 qmail-rspawn
root 12284 12282  0 21:02:20 pts/13   0:00 qmail-lspawn ./Mailbox
  qmailq 12286 12282  0 21:02:20 pts/13   0:00 qmail-clean
  qmails 12282 1  0 21:02:20 pts/13   0:00 qmail-send
root 12288 12268  0 21:02:25 pts/13   0:00 grep qmail

Now, when I logout, all of these processes die.

Does anyone have any clue why this is happening?

--Adam

---
bash: syntax error near unexpected token `:)'

Adam D. McKenna
[EMAIL PROTECTED]




procmail/qmail error in log

1999-03-15 Thread Donald Chan

Hi, 

I seem to get the following error whenever qmail delivers mail.
I use procmail for the vsm setup. Anyone know why I get the following?

Mar 15 23:28:02 wedge qmail: 921558482.166368 delivery 74: success: 
procmail:_Kernel-lock_failed/procmail:_Kernel-unlock_failed/did_0+0+1/

-- 
Donald Chan[[EMAIL PROTECTED]]
[215]417-8241..[http://www.seas.upenn.edu/~dchan]
"People get annoyed when you try to debug them"
--Larry Wall



Re: qmail error loggin

1999-01-20 Thread Harald Hanche-Olsen

- Matthias Pigulla <[EMAIL PROTECTED]>:

| where can I look up descriptions for error messages qmail logs,
| e.g. "I could'nt find any host by that name (#4.1.2)"?

RFC 1893.

- Harald



qmail error loggin

1999-01-19 Thread Matthias Pigulla

Hi mailinglist,

where can I look up descriptions for error messages qmail logs, e.g. "I
could'nt find any host by that name (#4.1.2)"?

I once found the descriptions in one of the many (Well done, Dan!)
documentation files... but where?

Matthias
-- 
   w e b f a c t o r y | matthias pigulla
  www.webfactory.de  [EMAIL PROTECTED]