Sorry I am a Newbie.
On 22.10.2002 19:04 Uhr, "Peter Palmreuther" <[EMAIL PROTECTED]> wrote:
> Replace '/home/vpopmail/' with the path to vpopmail home directory (e.g.
> '~vpopmail/') of your installation. Should have been obvious you should
> do a test run of vchkpw, _of course_ with correct paths :-/
alphonse:/etc/init.d# [EMAIL PROTECTED] P=info printf
"$U\0$P\0SDKFJSD\0" | strace -o /tmp/vchkpw.log -s 256 -f -e trace=file,read
/usr/sbin/vchkpw /bin/true 3<&0; echo $?
I get:
0
> strace -f -s 512 -o /tmp/clearopensmtp.strace /path/to/clearopensmtp
>
> and _PLEASE_ replace '/path/to/' with the correct path to clearopensmtp.
Thanks for the hint.
I do
strace -f -s 512 -o /tmp/clearopensmtp.strace /usr/sbin/clearopensmtp
And my /tmp/clearopensmtp.strace says:
17991 brk(0x804b000) = 0x804b000
17991 open("/etc/vpopmail/open-smtp", O_RDWR) = 3
17991 open("/etc/vpopmail/open-smtp.tmp", O_RDWR|O_CREAT|O_TRUNC, 0666) = 4
17991 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
17991 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x40014000
17991 read(3, "", 4096) = 0
17991 close(3) = 0
17991 munmap(0x40014000, 4096) = 0
17991 close(4) = 0
17991 rename("/etc/vpopmail/open-smtp.tmp", "/etc/vpopmail/open-smtp") = 0
17991 chown32(0x804908b, 0xfa14, 0xfa14) = 0
17991 umask(022) = 022
17991 getpid() = 17991
17991 pipe([3, 4]) = 0
17991 vfork() = 17992
But do not get any feedback of my DebianBox.
Thanks for helping.
Zeno