Sure, you could strace mchk, if there was not enough output. ;-) 
mail_auth_dump was more than just a dump on the 8.6.

You also can watch a running process, maybe you can catch the conf-file 
wich deliverquota is reading!

check the pid of couriertcp (thats also using deliverquota), or the 
other procs needed, like qmail-lspawn or deliverquota it self.
You can attach to running processes like this:

strace -p <pid> -feopen

replace <pid> with the pid you found out. Hopefully you see opening 
errors causing deliverquota to fall back to default user root,
or something like that. -feopen is the parameter to limit the trace to 
the needed file-opening. The rest strace spits out, might just
be to much. ;-)

Stefan Pausch schrieb:
> I didn't run strace (had to install it, because i never have used it before)
>
> /usr/local/psa/admin/bin/mail_auth_dump does not exist (I think it is gone 
> with the Plesk9 release)
> mail_auth_view does exist, but I guess that’s not what we are looking for. If 
> I run strace on mail_auth_view it uses some libs and reads the 
> /etc/psa/psa.conf
>
> The psa.conf looks okay.
>
> Any other idea what I could strace? :)
>
> -----Original Message-----
> From: David Stiller [mailto:[email protected]] 
> Sent: Thursday, June 04, 2009 8:40 PM
> To: [email protected]; spamdyke users
> Subject: Re: [spamdyke-users] Qmail writes with wrong user to the maildir
>
> Verdammt... Thought so. When i ran it, it crashed my whole system^^
>
> So, i guess mchk corrupted your mailsystem. Ok, first run this - if you 
> didn't ;-)
>
> strace -feopen /usr/local/psa/admin/bin/mail_auth_dump
>
> (using strace to see which files it writes to)
>  
>
> __________ Information from ESET NOD32 Antivirus, version of virus signature 
> database 4131 (20090604) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>  
>
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>   

_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to