On Sun, Feb 12, 2023 at 09:57:43PM -0800, David Newman wrote: > On 2/12/23 7:11 PM, Viktor Dukhovni wrote: > > > On Sun, Feb 12, 2023 at 06:49:12PM -0800, David Newman wrote: > > > >> Postfix 3.5.17 on Debian 11 > >> > >> Greetings. I could use some help understanding why postfix takes around > >> 60 seconds to accept and forward messages received using submission. > > > >> Feb 12 18:02:23 mail10 postfix/submission/smtpd[593931]: > >> connect from cpe-2.2.2.2.my.wonderful.isp.com[2.2.2.2] > >> Feb 12 18:02:23 mail10 postfix/submission/smtpd[593931]: < > >> cpe-2.2.2.2.my.wonderful.isp.com[2.2.2.2]: AUTH PLAIN <sensitive data> > > This was just base64 encoded, not encrypted. Posting verbose logging > > leaked the password of the user in question, change it promptly. DO NOT > > post encoded "AUTH" command content. > > > No worries. I didn't mention it, but I'd also obfuscated the string > following AUTH PLAIN.
How much obfuscation did you apply? Was the whole string made up? Or was it just lightly mutated? The apparent user name was "dnew...@networktest.com", and the password, though partly mangled, was something like: dialer-vinegar-agora-fastness3 ?????? -- Viktor.