* [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful
@ 2015-01-01 17:41 Ernest L Williams
2015-01-01 18:30 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Ernest L Williams @ 2015-01-01 17:41 UTC (permalink / raw)
To: buildroot
Hi,
I am having trouble getting the git-email to work.
Any ideas why Authentication fails?
====== My configuration =========================
git config --global sendemail.smtpuser ernesto at slac.stanford.edu
git config --global sendemail.smtpserver email.slac.stanford.edu
git config --global sendemail.smtpencryption tls
git config --global sendemail.smtpserverport 587
== Snippets from Debug output ===============================
Send this email? ([y]es|[n]o|[q]uit|[a]ll): y
Net::SMTP>>> Net::SMTP(2.31)
Net::SMTP>>> Net::Cmd(2.29)
Net::SMTP>>> Exporter(5.70)
Net::SMTP>>> IO::Socket::INET(1.33)
Net::SMTP>>> IO::Socket(1.36)
Net::SMTP>>> IO::Handle(1.34)
Net::SMTP=GLOB(0x2865cd8)<<< 220 email.slac.stanford.edu Microsoft ESMTP
MAIL Service ready@Thu, 1 Jan 2015 09:32:29 -0800
Net::SMTP=GLOB(0x2865cd8)>>> EHLO localhost.net
Net::SMTP=GLOB(0x2865cd8)<<< 250-email.slac.stanford.edu Hello
[134.79.121.132]
Net::SMTP=GLOB(0x2865cd8)<<< 250-SIZE 36700160
Net::SMTP=GLOB(0x2865cd8)<<< 250-PIPELINING
Net::SMTP=GLOB(0x2865cd8)<<< 250-DSN
Net::SMTP=GLOB(0x2865cd8)<<< 250-ENHANCEDSTATUSCODES
Net::SMTP=GLOB(0x2865cd8)<<< 250-STARTTLS
Net::SMTP=GLOB(0x2865cd8)<<< 250-AUTH GSSAPI NTLM
Net::SMTP=GLOB(0x2865cd8)<<< 250-8BITMIME
Net::SMTP=GLOB(0x2865cd8)<<< 250-BINARYMIME
Net::SMTP=GLOB(0x2865cd8)<<< 250 CHUNKING
Net::SMTP=GLOB(0x2865cd8)>>> STARTTLS
*
*
*
Net::SMTP::SSL=GLOB(0x2865cd8)<<< 334 GSSAPI supported
Net::SMTP::SSL=GLOB(0x2865cd8)>>>
Net::SMTP::SSL=GLOB(0x2865cd8)<<< 535 5.7.3 Authentication unsuccessful
5.7.3 Authentication unsuccessful
========================
My Thunderbird email client works fine.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful
2015-01-01 17:41 [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful Ernest L Williams
@ 2015-01-01 18:30 ` Thomas Petazzoni
2015-01-01 18:37 ` Williams
2015-01-01 18:46 ` Yann E. MORIN
0 siblings, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-01-01 18:30 UTC (permalink / raw)
To: buildroot
Dear Ernest L Williams,
On Thu, 1 Jan 2015 09:41:04 -0800, Ernest L Williams wrote:
> Hi,
>
> I am having trouble getting the git-email to work.
> Any ideas why Authentication fails?
>
> ====== My configuration =========================
> git config --global sendemail.smtpuser ernesto at slac.stanford.edu
> git config --global sendemail.smtpserver email.slac.stanford.edu
> git config --global sendemail.smtpencryption tls
> git config --global sendemail.smtpserverport 587
Did you specify your password in sendemail.smtppass ?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful
2015-01-01 18:30 ` Thomas Petazzoni
@ 2015-01-01 18:37 ` Williams
2015-01-01 18:46 ` Yann E. MORIN
1 sibling, 0 replies; 5+ messages in thread
From: Williams @ 2015-01-01 18:37 UTC (permalink / raw)
To: buildroot
Sent from my iPhone
> On Jan 1, 2015, at 10:31 AM, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
>
> Dear Ernest L Williams,
>
>> On Thu, 1 Jan 2015 09:41:04 -0800, Ernest L Williams wrote:
>> Hi,
>>
>> I am having trouble getting the git-email to work.
>> Any ideas why Authentication fails?
>>
>> ====== My configuration =========================
>> git config --global sendemail.smtpuser ernesto at slac.stanford.edu
>> git config --global sendemail.smtpserver email.slac.stanford.edu
>> git config --global sendemail.smtpencryption tls
>> git config --global sendemail.smtpserverport 587
>
> Did you specify your password in sendemail.smtppass ?
No
I let it prompt me
Cheers
Ernesto
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful
2015-01-01 18:30 ` Thomas Petazzoni
2015-01-01 18:37 ` Williams
@ 2015-01-01 18:46 ` Yann E. MORIN
2015-01-01 19:06 ` Williams
1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2015-01-01 18:46 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2015-01-01 19:30 +0100, Thomas Petazzoni spake thusly:
> On Thu, 1 Jan 2015 09:41:04 -0800, Ernest L Williams wrote:
> > Hi,
> >
> > I am having trouble getting the git-email to work.
> > Any ideas why Authentication fails?
> >
> > ====== My configuration =========================
> > git config --global sendemail.smtpuser ernesto at slac.stanford.edu
> > git config --global sendemail.smtpserver email.slac.stanford.edu
> > git config --global sendemail.smtpencryption tls
> > git config --global sendemail.smtpserverport 587
>
> Did you specify your password in sendemail.smtppass ?
That's not required. I did not, and git is prompting me everytime it
needs to send a mail.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful
2015-01-01 18:46 ` Yann E. MORIN
@ 2015-01-01 19:06 ` Williams
0 siblings, 0 replies; 5+ messages in thread
From: Williams @ 2015-01-01 19:06 UTC (permalink / raw)
To: buildroot
Hi everyone
Sent from my iPhone
> On Jan 1, 2015, at 10:46 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>
> Thomas, All,
>
> On 2015-01-01 19:30 +0100, Thomas Petazzoni spake thusly:
>> On Thu, 1 Jan 2015 09:41:04 -0800, Ernest L Williams wrote:
>>> Hi,
>>>
>>> I am having trouble getting the git-email to work.
>>> Any ideas why Authentication fails?
>>>
>>> ====== My configuration =========================
>>> git config --global sendemail.smtpuser ernesto at slac.stanford.edu
>>> git config --global sendemail.smtpserver email.slac.stanford.edu
>>> git config --global sendemail.smtpencryption tls
>>> git config --global sendemail.smtpserverport 587
>>
>> Did you specify your password in sendemail.smtppass ?
>
> That's not required. I did not, and git is prompting me everytime it
> needs to send a mail.
Not sure what is going on
Our email server is implemented by Microsoft. Not sure why Thunderbird works fine?
Meanwhile, I decided to use my gmail account to relay the mail :)
So, now I'm in business
Yeah, Google !!!
Cheers,
Ernesto
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-01 19:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 17:41 [Buildroot] Newbie: git send-email Fails: 5.7.3 Authentication unsuccessful Ernest L Williams
2015-01-01 18:30 ` Thomas Petazzoni
2015-01-01 18:37 ` Williams
2015-01-01 18:46 ` Yann E. MORIN
2015-01-01 19:06 ` Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox