Peter Palmreuther wrote:

Please replace your strace call by

strace -fF -s 4096 -o /tmp/qmail.log -e write ...

(replace '...' with 'softlimit -m ...' and so on).

else we'll not see what qmail hands over to vchkpw.
  

3906  write(2, "tcpserver: status: 0/20\n", 24) = 24
3906  write(2, "tcpserver: status: 1/20\n", 24) = 24
10092 write(2, "tcpserver: pid 10092 from 192.168.5.50\n", 39) = 39
10092 write(2, "tcpserver: ok 10092 0:192.168.5.50:25 :192.168.5.50::32817\n", 59) = 59
10092 write(1, "220 box.prostream.net ESMTP\r\n", 29) = 29
10092 write(1, "504 auth type unimplemented (#5.5.1)\r\n", 38) = 38
10092 write(1, "250-box.prostream.net\r\n250-PIPELINING\r\n250-8BITMIME\r\n250 AUTH LOGIN PLAIN CRAM-MD5\r\n", 84) = 84
10092 write(1, "334 VXNlcm5hbWU6\r\n", 18) = 18
10092 write(1, "334 UGFzc3dvcmQ6\r\n", 18) = 18
10092 write(4, "[EMAIL PROTECTED]", 27) = 27
10412 write(2, "domain invalid brooksroy.com\n\n", 30) = 30
10412 write(5, "\33\0\0\1\215 \0\0\0root\0W_OYDVUA\0vpopmail", 31) = 31
10412 write(5, "\v\1\0\0\3INSERT INTO vlog set user=\"brooks\", passwd=\"jj\n\",         domain=\"brooksroy.com\n\", logon=\"[EMAIL PROTECTED]", remoteip=\"192.168.5.50\", message=\"vchkpw-smtp: invalid user/domain characters [EMAIL PROTECTED]:192.168.5.50\",         error=3, timestamp=1085433138", 271) = 271
10412 write(5, "\1\0\0\0\1", 5)         = 5
10092 --- SIGCHLD (Child exited) @ 0 (0) ---
10092 write(1, "535 authentication failed (#5.7.1)\r\n", 36) = 36

Reply via email to