Re: Qmail and its parts.

2001-05-07 Thread Henning Brauer

On Mon, May 07, 2001 at 02:36:54PM -0400, Carl J. Danowski wrote:
> Why is someone sending this message again?  I was successfully helped.

mail.delanet.con reinjects them - broken fetchmail config?

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany   *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Re: Qmail and its parts.

2001-05-07 Thread Andy Bradford

On Mon, 07 May 2001 14:36:54 EDT, "Carl J. Danowski" wrote:

> Why is someone sending this message again?  I was successfully helped.

Someone else finally noticed...  If you check the archives, I brought 
this up months ago and no one seemed to notice the duplicates.  
mail.delanet.com has been doing this for quite some time now.  I 
finally just wrote a procmail recipe for all of mail.delanet.com on 
another account that I post from because I was tired of seeing the 
duplicates. :-)

Andy




Re: Qmail and its parts.

2001-05-07 Thread Peter van Dijk

On Mon, May 07, 2001 at 02:36:54PM -0400, Carl J. Danowski wrote:
> Why is someone sending this message again?  I was successfully helped.

Something misconfigured at delanet.com

Greetz, Peter.



RE: Qmail and its parts.

2001-05-07 Thread Willy De la Court

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday, May 04, 2001 18:58, [EMAIL PROTECTED] 
[SMTP:[EMAIL PROTECTED]] wrote:
> I don't normally ask for help, but this thing (qmail and associated 
programs) is driving me nuts.
>
> Environment and background:
>
> O/S: RedHat 7.0
>
> compiled and installed these packages:
>
> qmail-1.03+patches-18
> supervise-scripts-3.3-1
> ucspi-tcp-0.88-1
> ucspi-unix-0.34-1
> vmailmgr-0.96.9-2
> vmailmgr-courier-imap-0.96.9-2
> vmailmgr-daemon-0.96.9-2

Ok looks good so far

> While I thought I've configured everything according to the million man 
files...mail comes in, gets put into a directory under /var/qmail/queue
>
> ps -ef | grep qmail reveals:
>
> root   198   194  0 08:59 ?00:00:00 supervise qmail
> qmaild 570 1  0 09:00 ?00:00:00 tcpserver -c 100 -u 101 
-g 102 0
>
> so qmail is apparantly running.

Actually this is only smtpd thats running it should look something like 
this
  160 ?S  0:00 supervise qmail
26314 ?S  0:00 /usr/local/bin/multilog t s9 n100 
/var/log/qmail/
26424 ?S  0:00 unixserver -U -q /tmp/.qmail-qread 
/usr/bin/qmail-qre
26493 ?S  0:00 /usr/local/bin/multilog t s9 n100 
/var/log/qmail/
 2393 ?S  0:00 unixserver -U -q /tmp/.qmail-qstat 
/usr/bin/qmail-qst
11135 ?S  0:03 /usr/local/bin/multilog t s9 n100 
/var/log/qmail/
11144 ?S  0:06 qmail-send
11168 ?S  0:01 qmail-lspawn ./Maildir/
11169 ?S  0:00 qmail-rspawn
11170 ?S  0:01 qmail-clean

"ls -l /service" should give you something like this

lrwxrwxrwx1 root root   24 Feb 15 19:21 pop3d -> 
/var/qmail/service/pop3d
lrwxrwxrwx1 root root   24 Feb 15 19:18 qmail -> 
/var/qmail/service/qmail
lrwxrwxrwx1 root root   24 Feb 15 19:18 qread -> 
/var/qmail/service/qread
lrwxrwxrwx1 root root   24 Feb 15 19:18 qstat -> 
/var/qmail/service/qstat
lrwxrwxrwx1 root root   24 Feb 15 20:55 smtpd -> 
/var/qmail/service/smtpd

try "svc-start qmail" if the qmail link exists in /service
if the link does not exists add it and start qmail

> qmail-showctl looks good.  my rcpthosts contains the name of the 
mailserver, the name of the domain.
> virtualdomains looks good.. for both users i have defined right now, it 
has the name of the domain and the username (domainname:username).
> /etc/qmail/users/assign formatted according to the man page.
> qmail-qstat reveals:
>
> messages in queue: 24
> messages in queue but not yet preprocessed: 14

The reason why the mails stick in the queue is because qmail-send is not 
running start the supervised qmail process and all the mails will be 
deliverd in seconds.

> It would help me greatly if anyone could help me understand how all these 
things fit together.  I know supervise is a replacement for just putting 
something in rc.d or whatever, and i think i have that running right, since 
qmail is running.  What I'm hoping to accomplish is the delivery of the 
email into the correct user's maildir.  Confused as to how vmailmgr fits 
into this, i've even made the .qmail file in the user's directory simply 
point at the maildir directory, instead of using the | to send the mail to 
the vmailmgr.
>
> Could someone get me started?
>
> Thanks..
>
> Carl Danowski
>
>  << File: ATT00071.html >>
-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.3 for non-commercial use 

iQA/AwUBOvbhfv4IaGw3x6aJEQIdAQCg9IoXebKcuNuVuLKjNZlZe/zsXCAAoI+H
jpzDDXUE/TTGrJWhhDrnjsgy
=cxfc
-END PGP SIGNATURE-




Re: Qmail and its parts.

2001-05-07 Thread Carl J. Danowski



Why is someone sending this message again?  I 
was successfully helped.
 
Thanks.
Carl
 

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  Sent: Friday, May 04, 2001 12:57 PM
  Subject: Qmail and its parts.
  
  I don't normally ask for help, but this thing 
  (qmail and associated programs) is driving me nuts.
   
  Environment and background:
   
  O/S: RedHat 7.0
   
  compiled and installed these 
  packages:
   
  qmail-1.03+patches-18
  supervise-scripts-3.3-1
  ucspi-tcp-0.88-1
  ucspi-unix-0.34-1
  vmailmgr-0.96.9-2
  vmailmgr-courier-imap-0.96.9-2
  vmailmgr-daemon-0.96.9-2
   
  While I thought I've configured everything 
  according to the million man files...mail comes in, gets put into a directory 
  under /var/qmail/queue 
   
  ps -ef | grep qmail reveals:
   
  root   
  198   194  0 08:59 ?    
  00:00:00 supervise qmailqmaild 
  570 1  0 09:00 
  ?    00:00:00 tcpserver -c 100 -u 101 
  -g 102 0
   
  so qmail is apparantly running.
   
  qmail-showctl looks good.  my rcpthosts 
  contains the name of the mailserver, the name of the domain.
   
  virtualdomains looks good.. for both users i have 
  defined right now, it has the name of the domain and the username 
  (domainname:username).
   
  /etc/qmail/users/assign formatted according to 
  the man page.
   
  qmail-qstat reveals:
   
  messages in queue: 24messages in queue but 
  not yet preprocessed: 14
   
  It would help me greatly if anyone could help me 
  understand how all these things fit together.  I know supervise is a 
  replacement for just putting something in rc.d or whatever, and i think i have 
  that running right, since qmail is running.  What I'm hoping to 
  accomplish is the delivery of the email into the correct user's 
  maildir.  Confused as to how vmailmgr fits into this, i've even made the 
  .qmail file in the user's directory simply point at the maildir directory, 
  instead of using the | to send the mail to the vmailmgr.
   
  Could someone get me started?
   
  Thanks..
   
  Carl Danowski
   


Qmail and its parts.

2001-05-07 Thread root



I don't normally ask for help, but this thing 
(qmail and associated programs) is driving me nuts.
 
Environment and background:
 
O/S: RedHat 7.0
 
compiled and installed these packages:
 
qmail-1.03+patches-18
supervise-scripts-3.3-1
ucspi-tcp-0.88-1
ucspi-unix-0.34-1
vmailmgr-0.96.9-2
vmailmgr-courier-imap-0.96.9-2
vmailmgr-daemon-0.96.9-2
 
While I thought I've configured everything 
according to the million man files...mail comes in, gets put into a directory 
under /var/qmail/queue 
 
ps -ef | grep qmail reveals:
 
root   
198   194  0 08:59 ?    
00:00:00 supervise qmailqmaild 
570 1  0 09:00 
?    00:00:00 tcpserver -c 100 -u 101 -g 
102 0
 
so qmail is apparantly running.
 
qmail-showctl looks good.  my rcpthosts 
contains the name of the mailserver, the name of the domain.
 
virtualdomains looks good.. for both users i have 
defined right now, it has the name of the domain and the username 
(domainname:username).
 
/etc/qmail/users/assign formatted according to the 
man page.
 
qmail-qstat reveals:
 
messages in queue: 24messages in queue but not 
yet preprocessed: 14
 
It would help me greatly if anyone could help me 
understand how all these things fit together.  I know supervise is a 
replacement for just putting something in rc.d or whatever, and i think i have 
that running right, since qmail is running.  What I'm hoping to 
accomplish is the delivery of the email into the correct user's 
maildir.  Confused as to how vmailmgr fits into this, i've even made the 
.qmail file in the user's directory simply point at the maildir directory, 
instead of using the | to send the mail to the vmailmgr.
 
Could someone get me started?
 
Thanks..
 
Carl Danowski
 


Re: Qmail and its parts.

2001-05-04 Thread Johan Almqvist

* "Carl J. Danowski" <[EMAIL PROTECTED]> [010504 19:32]:
> oops.  i chmod'd run and ran it.  immediately it tried to process the queue.
> thanks.  i hate it when it's something stupid, and, of course, my question
> went to the millions (haha) on this list. .  now, i've just got to figure
> out why it's not "able to chdir to Maildir." hmm...

Permissions on the Maildir are probably wrong. Did you create a users
Maildir as root?

-Johan
-- 
Johan Almqvist
http://www.almqvist.net/johan/qmail/

 PGP signature


Re: Qmail and its parts.

2001-05-04 Thread Carl J. Danowski

oops.  i chmod'd run and ran it.  immediately it tried to process the queue.
thanks.  i hate it when it's something stupid, and, of course, my question
went to the millions (haha) on this list. .  now, i've just got to figure
out why it's not "able to chdir to Maildir." hmm...

thanks again.
carl

- Original Message -
From: "Chris Johnson" <[EMAIL PROTECTED]>
To: "Carl J. Danowski" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 1:17 PM
Subject: Re: Qmail and its parts.






Re: Qmail and its parts.

2001-05-04 Thread Chris Johnson

On Fri, May 04, 2001 at 12:57:56PM -0400, Carl J. Danowski wrote:
> While I thought I've configured everything according to the million man
> files...mail comes in, gets put into a directory under /var/qmail/queue 
> 
> ps -ef | grep qmail reveals:
> 
> root   198   194  0 08:59 ?00:00:00 supervise qmail
> qmaild 570 1  0 09:00 ?00:00:00 tcpserver -c 100 -u 101 -g 102 0
> 
> so qmail is apparantly running.

It looks like it's not running. You should see these:

qmails 235  0.0  0.4   952  472 con- I17Apr01   0:57.48 qmail-send
root   242  0.0  0.3   888  380 con- I17Apr01   0:10.77 qmail-lspawn ./Maildir/
qmailr 243  0.0  0.3   888  424 con- I17Apr01   0:01.92 qmail-rspawn
qmailq 244  0.0  0.3   876  384 con- I17Apr01   0:09.98 qmail-clean

It looks like you probably have qmail-smtpd running, which will happily queue
mail that comes in via SMTP, but qmail-send isn't there to process it once it's
queued.

What's in /service/qmail/run? Is /service/qmail/run executable? Is anything in
the logs?

Chris

 PGP signature


Qmail and its parts.

2001-05-04 Thread Carl J. Danowski



I don't normally ask for help, but this thing 
(qmail and associated programs) is driving me nuts.
 
Environment and background:
 
O/S: RedHat 7.0
 
compiled and installed these packages:
 
qmail-1.03+patches-18
supervise-scripts-3.3-1
ucspi-tcp-0.88-1
ucspi-unix-0.34-1
vmailmgr-0.96.9-2
vmailmgr-courier-imap-0.96.9-2
vmailmgr-daemon-0.96.9-2
 
While I thought I've configured everything 
according to the million man files...mail comes in, gets put into a directory 
under /var/qmail/queue 
 
ps -ef | grep qmail reveals:
 
root   
198   194  0 08:59 ?    
00:00:00 supervise qmailqmaild 
570 1  0 09:00 
?    00:00:00 tcpserver -c 100 -u 101 -g 
102 0
 
so qmail is apparantly running.
 
qmail-showctl looks good.  my rcpthosts 
contains the name of the mailserver, the name of the domain.
 
virtualdomains looks good.. for both users i have 
defined right now, it has the name of the domain and the username 
(domainname:username).
 
/etc/qmail/users/assign formatted according to the 
man page.
 
qmail-qstat reveals:
 
messages in queue: 24messages in queue but not 
yet preprocessed: 14
 
It would help me greatly if anyone could help me 
understand how all these things fit together.  I know supervise is a 
replacement for just putting something in rc.d or whatever, and i think i have 
that running right, since qmail is running.  What I'm hoping to 
accomplish is the delivery of the email into the correct user's 
maildir.  Confused as to how vmailmgr fits into this, i've even made the 
.qmail file in the user's directory simply point at the maildir directory, 
instead of using the | to send the mail to the vmailmgr.
 
Could someone get me started?
 
Thanks..
 
Carl Danowski