Peter Palmreuther wrote:
> [...]
> /usr/local/bin/sslserver -v -R -H -l 0 0 995 \
> strace -f -s 4096 -o /tmp/ssl-pop3.log \
/var/qmail/bin/qmail-popup \ [...]
> 
> Don't let this run when "real" users try to log in, the
> password will be in '/tmp/ssl-pop3.log'. Use this only with
> test accounts, if you intend to publish the log (or relevant
> excerpts from it) in this list. If you don't intend to do
> this we will probably not be able to help.

Yes I would. But I've ktrace, not strace. Wich command I've to insert in my
runscript?

Like that?
[...]
/usr/local/bin/sslserver -v -R -H -l 0 0 995 \
ktrace -f /tmp/ktrace.out \ /var/qmail/bin/qmail-popup \
[...]

observe# ktrace
usage:  ktrace [-aCcdi] [-f trfile] [-g pgid] [-p pid] [-t [ceinsw]]
        ktrace [-adi] [-f trfile] [-t [ceinsw]] command

> Looks like vchkpw is run as root, therefore a pure problem
> with permissions is more or less unlikely.

-rwx--x--x  1 vpopmail  vchkpw   73728 Jan 12 12:13 vchkpw

Probably I've to insert -u 89 -g 89 in my sslserver?

Thanks
Andrea

Reply via email to