What would you suggest? I went with other suggestions and didn't really take this into account.
Mike On Tue, 24 Apr 2007 17:34:53 +0100, [EMAIL PROTECTED] wrote: > If you send an empty string, you're likely to get errors in your log, > > something most people would want to avoid. > > > [EMAIL PROTECTED] wrote: >> It's all working now. Still have to find the codes for IMAPS and POPS >> though. >> For those searching, here it is... >> >> HTTP 80, send = "GET / HTTP/1.0\r\n\r\n" and expect = "HTTP" >> SMTP 25, send = "" and except = "220" (could also be 221) >> IMAP 143, send = "" and except = "* OK" >> POP 110, send = "" and expect = "+OK" >> >> Mike >> >> >> _______________________________________________ >> LinuxVirtualServer.org mailing list - [email protected] >> Send requests to [EMAIL PROTECTED] >> or go to http://www.in-addr.de/mailman/listinfo/lvs-users _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://www.in-addr.de/mailman/listinfo/lvs-users
