* Phil Howard <ttip...@gmail.com>: > I'm looking for an SMTP testing tool I can use to do tests of configuration > changes to Postfix. To do the proper tests I need to carry out the actual > SMTP protocol from this program (as opposed to just putting mail in the > queue), with TLS, STARTTLS, and login/authentication support, do it from a > command line or shell script, and be able to bypass terminal prompts for > authentication passwords. Interactive mail clients are just too clumsy to > do these tests with (mostly because I need to do tests with a large variety > of configurations generated at test-run time).
Perhaps "swaks" is the right tool for you: http://jetmore.org/john/code/swaks/ Stefan