* jeffrey j donovan <dono...@beth.k12.pa.us>:
> greetings
> how can i test submission to port 587 from command line ?
> 
> I am  setting up a relay for my some users to use when they are off site.
> Those that have verizon need to use 587 I want to watch each step through so
> that i can make sure I have a clean path.

If you need to use TLS, use "openssl s_client..." to start the TLS session.
See <http://www.madboa.com/geek/openssl/#cs-smtp> for an intro into using the
s_client.

Then use gen-auth <http://jetmore.org/john/code/gen-auth> to generate a AUTH
string that works with your mechanisms.

p@rick

-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to