Gmail config

Rob Pyott arpyott at gmail.com
Mon May 2 00:34:22 UTC 2022


Here's the debug output from "connecting to smtp" to the end.  Should
have sent all of it previously.  Thanks --

2022-05-01 18:40:04] Connecting to smtp.gmail.com...
[2022-05-01 18:40:04] SSL/TLS connection using TLS1.3 (ECDHE-RSA/AES-256-GCM/AEA
D)
[2022-05-01 18:40:05] Connected to smtp.gmail.com:465 on fd=5
[2022-05-01 18:40:05] 5< 220 smtp.gmail.com ESMTP t23-20020ac86a17000000b002f39b
99f6c2sm3200677qtr.92 - gsmtp
[2022-05-01 18:40:05] 5> EHLO imac
[2022-05-01 18:40:05] 5< 250-smtp.gmail.com at your service, [216.164.51.153]
[2022-05-01 18:40:05] 5< 250-SIZE 35882577
[2022-05-01 18:40:05] 5< 250-8BITMIME
[2022-05-01 18:40:05] 5< 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEA
RER XOAUTH
[2022-05-01 18:40:05] 5< 250-ENHANCEDSTATUSCODES
[2022-05-01 18:40:05] 5< 250-PIPELINING
[2022-05-01 18:40:05] 5< 250-CHUNKING
[2022-05-01 18:40:05] 5< 250 SMTPUTF8
[2022-05-01 18:40:05] smtp_authenticate: Trying method login
[2022-05-01 18:40:05] SASL local ip: 192.168.0.66;35056, remote ip:142.251.16.10
9;465
[2022-05-01 18:40:05] External SSF: 256
[2022-05-01 18:40:05] External authentication name: arpyott at gmail.com
[2022-05-01 18:40:05] SASL: No worthy mechs found
[2022-05-01 18:40:05] smtp_auth_sasl: login unavailable
[2022-05-01 18:40:05] smtp_authenticate: Trying method sasl
[2022-05-01 18:40:05] SASL local ip: 192.168.0.66;35056, remote ip:142.251.16.10
9;465
[2022-05-01 18:40:05] External SSF: 256
[2022-05-01 18:40:05] External authentication name: arpyott at gmail.com
[2022-05-01 18:40:05] SASL: No worthy mechs found
[2022-05-01 18:40:05] smtp_auth_sasl: sasl unavailable
[2022-05-01 18:40:05] smtp_authenticate: Trying method cram-md5
[2022-05-01 18:40:05] SASL local ip: 192.168.0.66;35056, remote ip:142.251.16.10
9;465
[2022-05-01 18:40:05] External SSF: 256
[2022-05-01 18:40:05] External authentication name: arpyott at gmail.com
[2022-05-01 18:40:05] SASL: No worthy mechs found
[2022-05-01 18:40:05] smtp_auth_sasl: cram-md5 unavailable
[2022-05-01 18:40:05] smtp_authenticate: Trying method plain
[2022-05-01 18:40:05] SASL local ip: 192.168.0.66;35056, remote ip:142.251.16.10
9;465
[2022-05-01 18:40:05] External SSF: 256
[2022-05-01 18:40:05] External authentication name: arpyott at gmail.com
[2022-05-01 18:40:05] SASL: No worthy mechs found
[2022-05-01 18:40:05] smtp_auth_sasl: plain unavailable
[2022-05-01 18:40:05] No authenticators available
[2022-05-01 18:40:13] mutt_free_body: unlinking /var/tmp/mutt-imac-1000-34566-16
196233352644000275.
[2022-05-01 18:40:13] Mail not sent.
[2022-05-01 18:40:17] Marking 1 messages deleted...
[2022-05-01 18:40:17] 4> a0007 UID STORE 3999 +FLAGS.SILENT (\Deleted)
[2022-05-01 18:40:18] 4< * 6 EXPUNGE
[2022-05-01 18:40:18] Handling EXPUNGE
[2022-05-01 18:40:18] 4< * 6 EXISTS
[2022-05-01 18:40:18] Handling EXISTS
[2022-05-01 18:40:18] 4< a0007 OK Success
[2022-05-01 18:40:18] 6 kept, 1 deleted.
[2022-05-01 18:40:18] Closing connection to imap.gmail.com...
[2022-05-01 18:40:18] 4> a0008 CLOSE
a0009 LOGOUT
[2022-05-01 18:40:18] 4< a0008 OK Returned to authenticated state. (Success)
[2022-05-01 18:40:18] 4< * BYE LOGOUT Requested
[2022-05-01 18:40:18] Handling BYE
[2022-05-01 18:40:18] 4< a0009 OK 73 good day (Success)
[2022-05-01 18:40:18] mutt_buffer_pool_free: 15 of 15 returned to pool

On Sun, May 1, 2022 at 3:52 PM Kevin J. McCarthy <kevin at 8t8.us> wrote:
>
> On Sun, May 01, 2022 at 01:50:33PM -0400, Rob Pyott wrote:
> >Hello, I seem to receive emails ok with mutt, but when sending, I get
> >an error saying 'no authenticators found.'  Any thoughts?  Thank you!
>
> Try running mutt with debug enabled: 'mutt -d 2', which will generate
> debugging output in ~/.muttdebug0.  See what the file says starting with
> a line containing 'Connecting to smtp.gmail.com'.  Maybe that will give
> a hint as to what the problem is.
>
> --
> Kevin J. McCarthy
> GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA


More information about the Mutt-users mailing list