All of lore.kernel.org
 help / color / mirror / Atom feed
* b4: Fail to send series with smtpAuth none
@ 2025-06-26 14:37 Juri Lelli
  2025-06-27 17:46 ` Konstantin Ryabitsev
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Juri Lelli @ 2025-06-26 14:37 UTC (permalink / raw)
  To: tools

Hello,

My SMTP server doesn't seem to require authentication for sending
patches, git send-emails works well with 'smtpAuth = none' in
.gitconfig. b4, however, seems to ignore that configuration and keeps
asking for a password (and then fails to send).

Is this a known issue? How can I fix/workaround it?

Thanks!
Juri

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: b4: Fail to send series with smtpAuth none
  2025-06-26 14:37 b4: Fail to send series with smtpAuth none Juri Lelli
@ 2025-06-27 17:46 ` Konstantin Ryabitsev
  2025-06-27 17:50 ` Bugspray Bot
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Konstantin Ryabitsev @ 2025-06-27 17:46 UTC (permalink / raw)
  To: Juri Lelli; +Cc: tools

On Thu, Jun 26, 2025 at 04:37:30PM +0200, Juri Lelli wrote:
> My SMTP server doesn't seem to require authentication for sending
> patches, git send-emails works well with 'smtpAuth = none' in
> .gitconfig. b4, however, seems to ignore that configuration and keeps
> asking for a password (and then fails to send).
> 
> Is this a known issue? How can I fix/workaround it?

It is known now. :)

bugspray tag me

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: b4: Fail to send series with smtpAuth none
  2025-06-26 14:37 b4: Fail to send series with smtpAuth none Juri Lelli
  2025-06-27 17:46 ` Konstantin Ryabitsev
@ 2025-06-27 17:50 ` Bugspray Bot
  2025-06-27 18:10 ` Bugspray Bot
  2025-06-27 18:23 ` Dave Marquardt
  3 siblings, 0 replies; 6+ messages in thread
From: Bugspray Bot @ 2025-06-27 17:50 UTC (permalink / raw)
  To: juri.lelli, tools

Hello:

This conversation is now tracked by Kernel.org Bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=220285

There is no need to do anything else, just keep talking.
-- 
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: b4: Fail to send series with smtpAuth none
  2025-06-26 14:37 b4: Fail to send series with smtpAuth none Juri Lelli
  2025-06-27 17:46 ` Konstantin Ryabitsev
  2025-06-27 17:50 ` Bugspray Bot
@ 2025-06-27 18:10 ` Bugspray Bot
  2025-06-30  9:39   ` Juri Lelli
  2025-06-27 18:23 ` Dave Marquardt
  3 siblings, 1 reply; 6+ messages in thread
From: Bugspray Bot @ 2025-06-27 18:10 UTC (permalink / raw)
  To: konstantin, juri.lelli, tools

Konstantin Ryabitsev writes in commit a9b2aba54be85ea2933c43b8a6d71c1611230b59:

Support smtpauth=none in sendemail configs

We still don't support the entire range of all possible [sendemail]
section configurations, but it's easy to suppor the special
smtpauth=none setting to not require username/password.

Suggested-by: Juri Lelli <juri.lelli@gmail.com>
Closees: https://bugzilla.kernel.org/show_bug.cgi?id=220285
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>

(via https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=a9b2aba54be8)
-- 
Deet-doot-dot, I am a bot.
Kernel.org Bugzilla (bugspray 0.1-dev)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: b4: Fail to send series with smtpAuth none
  2025-06-26 14:37 b4: Fail to send series with smtpAuth none Juri Lelli
                   ` (2 preceding siblings ...)
  2025-06-27 18:10 ` Bugspray Bot
@ 2025-06-27 18:23 ` Dave Marquardt
  3 siblings, 0 replies; 6+ messages in thread
From: Dave Marquardt @ 2025-06-27 18:23 UTC (permalink / raw)
  To: Juri Lelli; +Cc: tools

Juri Lelli <juri.lelli@gmail.com> writes:

> My SMTP server doesn't seem to require authentication for sending
> patches, git send-emails works well with 'smtpAuth = none' in
> .gitconfig. b4, however, seems to ignore that configuration and keeps
> asking for a password (and then fails to send).

Oh, someone else is seeing this too! I was thinking about how to debug
this. Thanks for reporting it!

-Dave

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: b4: Fail to send series with smtpAuth none
  2025-06-27 18:10 ` Bugspray Bot
@ 2025-06-30  9:39   ` Juri Lelli
  0 siblings, 0 replies; 6+ messages in thread
From: Juri Lelli @ 2025-06-30  9:39 UTC (permalink / raw)
  To: Bugspray Bot; +Cc: konstantin, tools

Hello!

On Fri, Jun 27, 2025 at 7:09 PM Bugspray Bot <bugbot@kernel.org> wrote:
>
> Konstantin Ryabitsev writes in commit a9b2aba54be85ea2933c43b8a6d71c1611230b59:
>
> Support smtpauth=none in sendemail configs
>
> We still don't support the entire range of all possible [sendemail]
> section configurations, but it's easy to suppor the special
> smtpauth=none setting to not require username/password.
>
> Suggested-by: Juri Lelli <juri.lelli@gmail.com>
> Closees: https://bugzilla.kernel.org/show_bug.cgi?id=220285
> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
>
> (via https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=a9b2aba54be8)
> --

This works like a charm. Thanks a lot for the super quick response!

Tested-by: Juri Lelli <juri.lelli@gmail.com>

Best,
Juri

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-30  9:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 14:37 b4: Fail to send series with smtpAuth none Juri Lelli
2025-06-27 17:46 ` Konstantin Ryabitsev
2025-06-27 17:50 ` Bugspray Bot
2025-06-27 18:10 ` Bugspray Bot
2025-06-30  9:39   ` Juri Lelli
2025-06-27 18:23 ` Dave Marquardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.