On Tue, May 18, 2010 at 17:45, Stefan Foerster <
cite+postfix-us...@incertum.net > wrote:
> Perhaps "swaks" is the right tool for you:
>
> http://jetmore.org/john/code/swaks/
>
Yes, that looks very much like it would be a great tool. Thanks.
* Phil Howard :
> 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, ST
On Tue, May 18, 2010 at 15:15, mouss wrote:
> if perl is acceptable for you, then it's easy to do what you want using
> available perl modules, or you can just use:
>
> http://www.logix.cz/michal/devel/smtp-cli/smtp-cli
>
I think Wietse was on the right track. I'll probably just use pexpect +
o
Phil Howard a écrit :
> 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, ST
On Tue, May 18, 2010 at 12:59, Wietse Venema wrote:
> This sounds like a job for Expect and "openssl s_client".
> Expect is at http://expect.nist.gov/
>
Ah, yeah ... that ... or pexpect for Python (just used pexpect last month to
extract stats from our Cisco routers).
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 f