postfix-users March 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: Kernel Oops

Re: Kernel Oops

From: Victor Duchovni <Victor.Duchovni_at_nospam>
Date: Sun Mar 06 2011 - 19:18:12 GMT
To: postfix-users@postfix.org

On Sat, Mar 05, 2011 at 06:24:57PM +0300, Denis Shulyaka wrote:

> If I pass change `fsspace(".", &fsbuf);' to `fsspace("/", &fsbuf);' it
> works, no oopses, and the messages are received without problems. I
> will make some stress tests later.
>
> So the remaining question is what "." in smtpd context mean? Is it the
> dir postfix has been started from?

Services spawned from master.cf run with cwd == $queue_directory
(typically /var/spool/postfix).

-- Viktor.