Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2003 21:49:16 -0500
From:      Brian Jackson <b.k.jackson@verizon.net>
To:        Keith Spencer <bsd2000au@yahoo.com.au>
Cc:        questions@freebsd.org
Subject:   Re: Here are the logs...Re: qmail toaster wont deliver to v mailboxes
Message-ID:  <1D22653C-1F8F-11D7-B643-000393C260B2@verizon.net>
In-Reply-To: <20021231025225.23100.qmail@web12001.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Monday, December 30, 2002, at 09:52  PM, Keith Spencer wrote:

> Typical whinges to log when trying to deliver to a shell account 
> user...At least it thinks the account exists!
>
> Dec 31 00:00:00 smmcroute newsyslog[34616]: logfile turned over
> Dec 31 00:00:03 smmcroute mail: 1041256803.908619 starting delivery 
> 17893: msg 290936 to local keith@smmc.qld.edu.au
> Dec 31 00:00:03 smmcroute mail: 1041256803.909261 status: local 1/10 
> remote 1/255
> Dec 31 00:00:03 smmcroute mail: 1041256803.910348 starting delivery 
> 17894: msg 289996 to local keith@smmc.qld.edu.au
> Dec 31 00:00:03 smmcroute mail: 1041256803.911272 status: local 2/10 
> remote 1/255
> Dec 31 00:00:03 smmcroute mail: 1041256803.920062 delivery 17893: 
> deferral: Unable_to_chdir_to_maildir._(#4.2.1)/
> Dec 31 00:00:03 smmcroute mail: 1041256803.920384 status: local 1/10 
> remote 1/255
> Dec 31 00:00:03 smmcroute mail: 1041256803.920474 delivery 17894: 
> deferral: Unable_to_chdir_to_maildir._(#4.2.1)/
> Dec 31 00:00:03 smmcroute mail: 1041256803.920549 status: local 0/10 
> remote 1/255
> Dec 31 00:00:05 smmcroute mail: 1041256805.928609 starting delivery 
> 17895: msg 290849 to local keith@smmc.qld.edu.au
> Dec 31 00:00:05 smmcroute mail: 1041256805.929225 status: local 1/10 
> remote 1/255
> Dec 31 00:00:05 smmcroute mail: 1041256805.934214 delivery 17895: 
> deferral: Unable_to_chdir_to_maildir._(#4.2.1)/
> Dec 31 00:00:05 smmcroute mail: 1041256805.934480 status: local 0/10 
> remote 1/255
> Dec 31 00:00:10 smmcroute mail: 1041256810.059273 delivery 17886: 
> deferral: 
> Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
>
>
> 		OR .....when sending to a virtual user as created by 
> qmailadmin/vpopmail system
>  (and yes I checked the Maildir has been created in 
> /usr/local/vpopmail/domains/smmc.qld.edu.au/cs
>
> Dec 31 12:23:28 smmcroute mail: 1041301408.535012 new msg 290797
> Dec 31 12:23:28 smmcroute mail: 1041301408.535628 info msg 290797: 
> bytes 702 from <bsd2000au@yahoo.com.au> qp 49475 uid 89
> Dec 31 12:23:28 smmcroute mail: 1041301408.541201 starting delivery 
> 22514: msg 292224 to local keith@smmc.qld.edu.au
> Dec 31 12:23:28 smmcroute mail: 1041301408.543116 status: local 2/10 
> remote 0/255
> Dec 31 12:23:28 smmcroute mail: 1041301408.544101 delivery 22513: 
> deferral: Unable_to_chdir_to_maildir._(#4.2.1)/
> Dec 31 12:23:28 smmcroute mail: 1041301408.545985 status: local 1/10 
> remote 0/255
> Dec 31 12:23:28 smmcroute mail: 1041301408.549619 starting delivery 
> 22515: msg 290797 to local cs@smmc.qld.edu.au
> Dec 31 12:23:28 smmcroute mail: 1041301408.552142 status: local 2/10 
> remote 0/255
> Dec 31 12:23:28 smmcroute mail: 1041301408.553299 delivery 22515: 
> failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
> Dec 31 12:23:28 smmcroute mail: 1041301408.554145 status: local 1/10 
> remote 0/255
> Dec 31 12:23:28 smmcroute mail: 1041301408.557766 bounce msg 290797 qp 
> 49484
> Dec 31 12:23:28 smmcroute mail: 1041301408.558188 end msg 290797
>
>
> Hmmmmmmmmm!

Hi Keith -

   Probably should keep the same thread going - I almost missed your 
reply on this - plus people use the archives to help solve issues :)

   I still think it's a permissions issue, but we can check a few other 
things as well.  What's the output of this command?

   $ps -aux | grep -i 'qmail-lspawn'

   On my system, this is what I get:

   nostromo:[~] >> ps -aux | grep -i 'qmail-lspawn'
   root       164  0.0  0.2   892  196 con- I     6Dec02   0:01.20 
qmail-lspawn ./Maildir/

   Notice the preceding . and the trailing / on the Maildir - do you see 
the same thing?  If not, check your rc file in /var/qmail - it should 
have your delivery method (or, if your directions call for it, it may 
be in a file called defaultdelivery in the /var/qmail/controls 
directory).

   I know that Matt has made the install "simple" by making allot of 
perl scripts  - so check in both places.  It's common to miss the last 
/ or the . in the command.

Brian
--
Brian Jackson
b.k.jackson@verizon.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1D22653C-1F8F-11D7-B643-000393C260B2>