On Tue, 14 Jun 2005, Mike Meredith wrote: > > Not that they don't work with SMTP authentication (at least if you opt to > support SSL on connect), but don't use any Outlook clients for initial > testing. The error reporting isn't just diabolical, but it lies.
I wrote an SMTP client specifically for debugging TLS and AUTH, because neither of them is easy to type :-) There are a number of Perl clients out there, but they require half of CPAN and I wanted something that is convenient to copy to and compile on random machines. http://www.cus.cam.ac.uk/~fanf2/hermes/src/smtpc/ Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
