Subject: Re: pkg/30904: mail/queue-repair can not check pkgsrc's qmail
To: None <schmonz@netbsd.org, gnats-admin@netbsd.org,>
From: Amitai Schlair <schmonz@schmonz.com>
List: pkgsrc-bugs
Date: 08/03/2005 19:32:02
The following reply was made to PR pkg/30904; it has been noted by GNATS.

From: Amitai Schlair <schmonz@schmonz.com>
To: gnats-bugs@netbsd.org, ISIHARA Takanori <ishit@oak.dti.ne.jp>
Cc: 
Subject: Re: pkg/30904: mail/queue-repair can not check pkgsrc's qmail
Date: Wed, 3 Aug 2005 15:31:40 -0400

 On Aug 3, 2005, at 2:04 PM, Amitai Schlair wrote:
 
 > On Aug 3, 2005, at 11:38 AM, ishit@oak.dti.ne.jp wrote:
 >
 >> queue-repair can not check pkgsrc's qmail queue.
 >>
 >> qmail queue default path is /var/qmail/queue.
 >> but pkgsrc's qmail queue path is /var/spool/qmail.
 >>
 >> queue-rapair -r opition can not understand this path.
 
 It seems "queue_repair -r" also unlinks /var/qmail/queue. For now, try 
 restoring the symlink and then using the queue-fix package:
 
 # ln -s /var/spool/qmail /var/qmail/queue
 # queue-fix -i /var/qmail/queue
 
 Let me know if this helps,
 
 - Amitai