Bruce A. Bergman schrieb:
Thanks to everyone who is passing suggestions my way. In case you're
curious, none of them have worked so far... :-(
One person (Henrique de Moraes Holschuh <[EMAIL PROTECTED]>) gave me a
suggestion that DID reveal an interesting data point, however, so I thought
I would
Maybe posting an strace of what deliver is doing would help...
e.g.
$ cd /usr/cyrus/bin
$ cp deliver deliver.orig
$ cat - > deliver
#!/bin/sh
strace -o /tmp/deliver.$$ -f /usr/cyrus/bin/deliver.orig
^D
Cove
On Saturday, November 22, 2003, at 07:37 AM, Bruce A. Bergman wrote:
Thanks to everyone w
Thanks to everyone who is passing suggestions my way. In case you're
curious, none of them have worked so far... :-(
One person (Henrique de Moraes Holschuh <[EMAIL PROTECTED]>) gave me a
suggestion that DID reveal an interesting data point, however, so I thought
I would add this into the convers