SCIENTIFIC-LINUX-USERS Archives

March 2013

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Todd And Margo Chester <[log in to unmask]>
Reply To:
Todd And Margo Chester <[log in to unmask]>
Date:
Fri, 15 Mar 2013 16:21:12 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (52 lines)
On 03/15/2013 02:17 PM, Todd And Margo Chester wrote:
> Hi All,
>
> The connection just times out.  Does anyone know what I am
> doing wrong here?  This is Linux and the nail program.
> (The account does work from Thunderbird.)
>
> #!/bin/bash
> echo "nail test" | \
>      nail -v \
> -S smtp-use-starttls \
> -S [log in to unmask] \
> -S smtp-auth=login \
> -S ssl-verify=ignore \
> -S [log in to unmask] \
> -S smtp-auth-password=zzzzzz \
> -S smtp=smtp.zoho.com:465 \
> -s `dnsdomainname`" zoho smtp test subject" [log in to unmask]
>
>
> Many thanks,
> -T


Okay, I've have gotten a little further along.  I am able to test
with gmail but not yet with zoho:

#!/bin/bash
echo "nail test" | nail -v -s `dnsdomainname`" zoho smtp test subject" \
-S smtp-use-starttls \
-S smtp-auth=plain \
-S ssl-verify=ignore \
-S smtp=smtps://smtp.zoho.com:465 \
-S [log in to unmask] \
-S smtp-auth-user=xxxx \
-S smtp-auth-password="hahahahaha" \
-S nss-config-dir=/home/linuxutil/mailcerts/ \
[log in to unmask]


Gives me:

250 AUTH LOGIN PLAIN
 >>> STARTTLS
220 Ready to start TLS
SSL/TLS handshake failed: Unknown error -5938.

Anyone know what causes this?

Many thanks,
-T

ATOM RSS1 RSS2