On Fri, Feb 02, 2001 at 07:00:24AM -0500, Steve Woolley wrote: > I am about to use smtproute to route some email > to another email server. Does using smtproute log any > messages when used? no, but you might add some logging to qmail-remote.c between these lines: if (relayhost) { i = str_chr(relayhost,':'); Don't take the easy way, though: qmail-rspawn doesn't expect qmail-remote to write informational messages to stdout or stderr, so you need to find some other way to log. Regards, Uwe
- smtproute logging Steve Woolley
- Uwe Ohse