Delivery Failure on specific account

Issue Description

When trying to send a mail to a stalwart account, two go through, the third one fails. Tried alias and to set up as specific account (restarted between)

Expected Behavior

The mail [email protected] shall not return an error 512 Mailbox not found but deliver the the assigned account.

Actual Behavior

512 Mailbox not found

Reproduction Steps

Set up domains, incl. c-orbis.org and kolibri.aero
Created many accounts.
Created [email protected] with alias [email protected]
Sent mail to both, first arrives, second fails 512.
Removed alias, created account [email protected]. Sent mail to [email protected] and [email protected]. First arrives second fails.

Log is set to trace in journalctl.

Relevant Log Output

Too long, rejected on send.
Jun 14 14:43:08 mindship-syl stalwart[230430]: Raw SMTP output sent
Jun 14 14:43:08 mindship-syl stalwart[230430]: Raw SMTP input received
Jun 14 14:43:08 mindship-syl stalwart[230430]: Raw SMTP input received
Jun 14 14:43:08 mindship-syl stalwart[230430]: IPREV check passed
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: SPF From check passed
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: SMTP MAIL FROM command
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Raw SMTP output sent
Jun 14 14:43:08 mindship-syl stalwart[230430]: Raw SMTP input received
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Cache hit
Jun 14 14:43:08 mindship-syl stalwart[230430]: Cache hit
Jun 14 14:43:08 mindship-syl stalwart[230430]: Expression evaluation result
Jun 14 14:43:08 mindship-syl stalwart[230430]: Cache hit
Jun 14 14:43:08 mindship-syl stalwart[230430]: Mailbox does not exist

Full log and GMail mail source outgoing/incoming (error) on https://www.c-orbis.org/stalwart_athenafail.txt

Stalwart Version

v0.16.x

Installation Method

Binary (Linux)

Database Backend

PostgreSQL

Blob Storage

Filesystem

Search Engine

Internal

Directory Backend

Internal

Additional Context

Using Thunderbird the error comes on sent:
Sending of the message failed.
An error occurred while sending mail. The mail server responded:
Mailbox does not exist..
Please check the message recipient “[email protected]” and try again.
Such Thunderbird does not send the entire mail.

Logs are from trying external from a Gmail account.

I am seriously at a loss, as other accounts I just added the aliases and it worked flawless. Or set up the account as dedicated, same fine. Here, trying to do either, stalwart denies to take it?

I have reviewed the documentation and FAQ and confirm that my issue is NOT addressed there.

on

I have searched this support forum (open and closed topics) and confirm this is not a duplicate.

on

I understand that topics in this category are triaged by a bot first but a human reply will follow up. If I’d prefer a human-only reply, I’ll add the no-ai tag to my topic.

on

Based on what I found in the documentation, here are the most likely causes of this issue:

The 512 Mailbox not found error means Stalwart is accepting the connection (because kolibri.aero is a recognized local domain) but cannot resolve the specific recipient address to a local account in its directory.

Here are the key things to verify:

  1. For the alias case ([email protected] as an alias on [email protected]): The alias must reference a domain that is registered in Stalwart as a local domain. Go to Management > Domains and confirm kolibri.aero exists as a Domain object. The docs are clear: “Without a matching Domain object, the server treats messages addressed to that domain as external and refuses delivery.” If the domain exists but delivery still fails, double-check the alias is saved correctly by viewing the account in Management > Directory > Accounts and confirming the alias appears in the aliases list.

  2. For the standalone account case ([email protected] as its own account): An account’s primary address is built from name@domain where domainId is the assigned domain. If you created the account with name = athena.cearis and domainId pointing to the kolibri.aero domain object, the resulting emailAddress should be [email protected]. Verify in the WebUI that the account’s email address is shown exactly as [email protected] – a common mistake is creating the account under the wrong domain (e.g., kolibri.org instead of kolibri.aero), in which case Stalwart simply can’t find it.

  3. Typo check: Your report mentions both kolibri.org and kolibri.aero – please confirm which domain is actually configured in Stalwart and which one the mail is being sent to. A mismatch (e.g., account on kolibri.aero but domain object only for kolibri.org) would produce exactly this error.

Relevant docs: Domains overview and Account object reference.

This is an automated reply from the Stalwart Help Bot. Other community members may follow up if this answer is incomplete or wrong.

It’s both kolibri.aero. [email protected] delivers, [email protected] does not. [email protected] delivers.
[email protected] does neither deliver if defined as an alias for [email protected] (local part athena, domain c-orbis.org), not as a stand-alone account athena.cearis assigned to domain @kolibri.org, naturally with restart of stalwart to make sure it’s reloaded all config changes.

On the alias (copy/paste):

Local Part*

The local part of the email alias (the part before the @ symbol)

athena.cearis

Domain*

Identifier for the domain of the email alias (the part after the @ symbol).

kolibri.aero

Description(optional)

Description of the email alias

Enabled

Defining the alias, I must select the domain from the ones served by stalwart and set up in settings “domains”. So that should simply take mail addressed to [email protected] and drop it in the mailbox for athena, not returning an error 512.
If set up as it’s own account (alias removed naturally before with a restart) it should simply deliver to the new account that I can set up in Thunderbird, but not mail to (error 512).

With the log saying “Cache hit” right before “mailbox does not exist” I’m wondering if it is a negative cache hit. I’m curious what would happen if you went to Actions and cleared the caches and then sent another message.

The “Cache hit” right before “Mailbox does not exist” points at a stale negative cache: if that address was looked up before the account or alias existed, Stalwart caches the negative result for up to an hour, and creating the account doesn’t currently flush that entry. That fits your pattern where earlier addresses deliver but this one doesn’t.

Try Management, then Actions, and run the invalidate negative caches action, then resend. If it delivers after that, that was the cause.

Didn’t help. I tried to debug myself which is especially difficult as the SQL is blobs.
I invalidated all caches and negative caches, just in case update applications, lookup stores and finally server settings.
I removed the working account, the aliases. Filter “athena” returns empty result. Restarted on system level (systemctl).
Added the account as “own account”. Run the actions, systemctl restart. Same issue. The main account delivers, [email protected] says mailbox not found.
Removed the alias. actions/systemctl, added as separate account. actions/systemctl: mailbox not found.
In the postgres table s_email I have mails with [email protected] but I think they are from import from old to new server to [email protected]. Can’t be save after all the changes I did, trying to debug to get the account to accept mails.
I removed [email protected], in case this conflicts “hidden” somewhere, restart-stunt, recreated accounts. Alias, delivers c-orbis.org but mailbox not found on kolibri.aero. Deleted, recreated as separate accounts, c-orbis.org delivers, kolibri.aero says mailbox not found.

Aside: I used [email protected] to send the mails, so the domain is set properly, works. Other accounts work.
And after delete/recreate the mail from the identical former account is gone. Still in the mailstore but no longer showing for [email protected]. Fortunately that one isn’t “live” yet, lost mails are not “relevant”. And the old ones from the old server are backed up, new ones didn’t make it to stalwart I guess.

I’m totally out of ideas, what I could still try. stalwart itself showed and shows no “errors”, it kills as soon as I try to send mail to it.
If alias a filter on accounts shows [email protected], setting up a separate accounts shows both.

We have done it all today again, two of us. Removed the two mail addresses. Done all “Actions”. Restarted stalwart (systemctl), then rebooted the system. Restarted stalwart again. All Actions. Then created the main mail account and secondary mail account as separate accounts. Checked, both accounts showed. Full restart stunt again. Main account works. Secondary (@kolibri.aero) says “Mailbox not found”.

Re-did it, trying main account with alias. Still for the alias “Mailbox not found”.

If I can’t get the account to run, I got order to fix it by the weekend, then returning to postfix/dovecot. Can’t be the answer, can it?

And yes, added a feature idea to improve debugging possibilities. This is a black box that even our experienced mail admin cannot help with. No help, no debugging, no good. :face_with_peeking_eye::folded_hands:t2:

If you’re not seeing something you expect in the log, have you lowered the capture level to TRACE?

As @Disrupt suggested, enable trace level and provide full logs from the delivery attempt start until the failure appears on the logs.

[root@mindship-syl juergen]# journalctl -u stalwart -f
Jun 19 19:39:04 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:05 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:05 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:07 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:07 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:07 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:07 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:08 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:08 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:08 mindship-syl stalwart[260050]: Authentication failed
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:13 mindship-syl stalwart[260050]: Network connection closed
Jun 19 19:39:13 mindship-syl stalwart[260050]: SMTP connection ended
Jun 19 19:39:13 mindship-syl stalwart[260050]: Data store iteration operation
Jun 19 19:39:13 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:13 mindship-syl stalwart[260050]: Delivery attempt started
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache miss
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: New delivery attempt for domain
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: MTA-STS policy not found
Jun 19 19:39:13 mindship-syl stalwart[260050]: MX record lookup
Jun 19 19:39:13 mindship-syl stalwart[260050]: SMTP connection started
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: IP address lookup
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:13 mindship-syl stalwart[260050]: SMTP EHLO command
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:13 mindship-syl stalwart[260050]: TLSA record not found
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Authentication successful
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: SMTP MAIL FROM command
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:13 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:13 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:13 mindship-syl stalwart[260050]: Mailbox does not exist
Jun 19 19:39:16 mindship-syl stalwart[260050]: Multiple TLS certificates available
Jun 19 19:39:16 mindship-syl stalwart[260050]: Connection error
Jun 19 19:39:16 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:16 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:16 mindship-syl stalwart[260050]: Strategy not found
Jun 19 19:39:16 mindship-syl stalwart[260050]: Message rescheduled for delivery
Jun 19 19:39:16 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:16 mindship-syl stalwart[260050]: Delivery attempt ended
Jun 19 19:39:16 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:16 mindship-syl stalwart[260050]: Data store iteration operation
Jun 19 19:39:17 mindship-syl stalwart[260050]: SMTP connection started
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:17 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:18 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:18 mindship-syl stalwart[260050]: SMTP EHLO command
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:18 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:18 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:18 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:18 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:19 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:19 mindship-syl stalwart[260050]: Expression evaluation result
Jun 19 19:39:19 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:20 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:20 mindship-syl stalwart[260050]: Raw SMTP output sent
Jun 19 19:39:21 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:21 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:21 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:21 mindship-syl stalwart[260050]: Cache hit
Jun 19 19:39:21 mindship-syl stalwart[260050]: Raw SMTP input received
Jun 19 19:39:21 mindship-syl stalwart[260050]: Network connection closed
Jun 19 19:39:21 mindship-syl stalwart[260050]: SMTP connection ended
Jun 19 19:39:21 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:21 mindship-syl stalwart[260050]: Write batch operation
Jun 19 19:39:21 mindship-syl stalwart[260050]: Authentication failed
^C
[root@mindship-syl juergen]#

I cannot say what is relevant or not, so I started journal, tried to send mail, received error, confirmed, stopped journal.

You new to log to a file, journal hides the keys and those entries are not helpful.

Okay. That was new for me.Changed to file logging, I guess this is one of the tests I just did, I hope it is complete trace of that event (Mailbox does not exist). Part 1 of 2, as it exceeds 32K characters allowed in here:

e[37m2026-06-19T22:57:28Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 234, e[36mcontentse[0m = “250-mx.barthel.eu you had me at EHLO\r\n250-SMTPUTF8\r\n250-SIZE 104857600\r\n250-REQUIRETLS\r\n250-PIPELINING\r\n250-NO-SOLICITING\r\n250-ENHANCEDSTATUSCODES\r\n250-CHUNKING\r\n250-BINARYMIME\r\n250-AUTH PLAIN LOGIN XOAUTH2 OAUTHBEARER\r\n250 8BITMIME\r\n”
e[37m2026-06-19T22:57:29Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 12, e[36mcontentse[0m = “AUTH LOGIN\r\n”
e[37m2026-06-19T22:57:29Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “saslMechanisms”, e[36mresulte[0m = “Array([Constant(Plain), Constant(Login), Constant(Oauthbearer), Constant(Xoauth2)])”
e[37m2026-06-19T22:57:29Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 18, e[36mcontentse[0m = “334 VXNlcm5hbWU6\r\n”
e[37m2026-06-19T22:57:30Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 22, e[36mcontentse[0m = “aW5mb0BiYXJ0aGVsLndz\r\n”
e[37m2026-06-19T22:57:30Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 18, e[36mcontentse[0m = “334 UGFzc3dvcmQ6\r\n”
e[37m2026-06-19T22:57:31Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 22, e[36mcontentse[0m = “Q2g5NGlyZXNwbzIwMjc=\r\n”
e[37m2026-06-19T22:57:31Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = 3, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:31Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = “info”, e[36mdomaine[0m = 3, e[36mcollectione[0m = “email”
e[37m2026-06-19T22:57:31Ze[0m e[35;1mTRACEe[0m e[37;1mWrite batch operatione[0m (store.data-write) e[36melapsede[0m = 5ms, e[36mtotale[0m = 2
e[37m2026-06-19T22:57:31Ze[0m e[35;1mTRACEe[0m e[37;1mWrite batch operatione[0m (store.data-write) e[36melapsede[0m = 3ms, e[36mtotale[0m = 2
e[37m2026-06-19T22:57:31Ze[0m e[34;1mDEBUGe[0m e[37;1mAuthentication failede[0m (auth.failed) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36maccountNamee[0m = “[email protected]”, e[36maccountIde[0m = 22, e[36mreasone[0m = “Authentication failed”, e[36mremoteIpe[0m = 50.235.31.47
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mSMTP connection startede[0m (smtp.connection-start) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaInboundThrottle with id ipdzpk9iabab”, e[36mkeye[0m = “match”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mWrite batch operatione[0m (store.data-write) e[36melapsede[0m = 7ms, e[36mtotale[0m = 2
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaInboundSession with id singleton”, e[36mkeye[0m = “transferLimit”, e[36mresulte[0m = “Integer(262144000)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaInboundSession with id singleton”, e[36mkeye[0m = “maxDuration”, e[36mresulte[0m = “Integer(600000)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaInboundSession with id singleton”, e[36mkeye[0m = “timeout”, e[36mresulte[0m = “Integer(300000)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “SenderAuth with id singleton”, e[36mkeye[0m = “spfEhloVerify”, e[36mresulte[0m = “Constant(Disable)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “SenderAuth with id singleton”, e[36mkeye[0m = “spfFromVerify”, e[36mresulte[0m = “Constant(Disable)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “SenderAuth with id singleton”, e[36mkeye[0m = “reverseIpVerify”, e[36mresulte[0m = “Constant(Disable)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageEhlo with id singleton”, e[36mkeye[0m = “require”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageEhlo with id singleton”, e[36mkeye[0m = “rejectNonFqdn”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “require”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “maxFailures”, e[36mresulte[0m = “Integer(3)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “waitOnFail”, e[36mresulte[0m = “Integer(5000)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “expn”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “vrfy”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageConnect with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageConnect with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageConnect with id singleton”, e[36mkeye[0m = “hostname”, e[36mresulte[0m = “String(Borrowed(“mx.barthel.eu”))”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageConnect with id singleton”, e[36mkeye[0m = “smtpGreeting”, e[36mresulte[0m = “String(Owned(“mx.barthel.eu Stalwart ESMTP at your service”))”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 50, e[36mcontentse[0m = “220 mx.barthel.eu Stalwart ESMTP at your service\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 53, e[36mcontentse[0m = “EHLO [IPV6:2a02:8108:9491:a300:d536:3a41:42a1:d1dc]\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[32;1mINFOe[0m e[37;1mSMTP EHLO commande[0m (smtp.ehlo) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mdomaine[0m = “[IPV6:2a02:8108:9491:a300:d536:3a41:42a1:d1dc]”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageEhlo with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageEhlo with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “pipelining”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “chunking”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “expn”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “vrfy”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “requireTls”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “dsn”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “saslMechanisms”, e[36mresulte[0m = “Array([Constant(Plain), Constant(Login), Constant(Oauthbearer), Constant(Xoauth2)])”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “futureRelease”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “futureRelease”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “deliverBy”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “deliverBy”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “mtPriority”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “mtPriority”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageData with id singleton”, e[36mkeye[0m = “maxMessageSize”, e[36mresulte[0m = “Integer(104857600)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “noSoliciting”, e[36mresulte[0m = “String(Borrowed(”“))”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 234, e[36mcontentse[0m = “250-mx.barthel.eu you had me at EHLO\r\n250-SMTPUTF8\r\n250-SIZE 104857600\r\n250-REQUIRETLS\r\n250-PIPELINING\r\n250-NO-SOLICITING\r\n250-ENHANCEDSTATUSCODES\r\n250-CHUNKING\r\n250-BINARYMIME\r\n250-AUTH PLAIN LOGIN XOAUTH2 OAUTHBEARER\r\n250 8BITMIME\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 65, e[36mcontentse[0m = “AUTH PLAIN AGp1ZXJnZW5Aa29saWJyaS5hZXJvAEswbGlicmkhR2VybWFueQ==\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “saslMechanisms”, e[36mresulte[0m = “Array([Constant(Plain), Constant(Login), Constant(Oauthbearer), Constant(Xoauth2)])”

Part 2 of 2

e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = “juergen”, e[36mdomaine[0m = 7, e[36mcollectione[0m = “email”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = 16, e[36mcollectione[0m = “accessToken”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = 1, e[36mcollectione[0m = “role”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mData store iteration operatione[0m (store.data-iterate) e[36melapsede[0m = 1ms
e[37m2026-06-19T22:57:34Ze[0m e[32;1mINFOe[0m e[37;1mAuthentication successfule[0m (auth.success) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36maccountNamee[0m = “[email protected]”, e[36maccountIde[0m = 16
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = 16, e[36mcollectione[0m = “account”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “expn”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “vrfy”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 37, e[36mcontentse[0m = “235 2.7.0 Authentication succeeded.\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 65, e[36mcontentse[0m = “MAIL FROM:[email protected] BODY=8BITMIME SIZE=439\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageMail with id singleton”, e[36mkeye[0m = “isSenderAllowed”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageMail with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageMail with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageMail with id singleton”, e[36mkeye[0m = “rewrite”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageMail with id singleton”, e[36mkeye[0m = “rewrite”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageAuth with id singleton”, e[36mkeye[0m = “mustMatchSender”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageData with id singleton”, e[36mkeye[0m = “maxMessageSize”, e[36mresulte[0m = “Integer(104857600)”
e[37m2026-06-19T22:57:34Ze[0m e[32;1mINFOe[0m e[37;1mSMTP MAIL FROM commande[0m (smtp.mail-from) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mfrome[0m = “[email protected]”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “maxFailures”, e[36mresulte[0m = “Integer(5)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “waitOnFail”, e[36mresulte[0m = “Integer(5000)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “maxRecipients”, e[36mresulte[0m = “Integer(100)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaExtensions with id singleton”, e[36mkeye[0m = “dsn”, e[36mresulte[0m = “Integer(1)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageData with id singleton”, e[36mkeye[0m = “maxMessageSize”, e[36mresulte[0m = “Integer(104857600)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 14, e[36mcontentse[0m = “250 2.1.0 OK\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36msizee[0m = 38, e[36mcontentse[0m = “RCPT TO:[email protected]\r\n”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “script”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “rewrite”, e[36mresulte[0m = “Integer(0)”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “MtaStageRcpt with id singleton”, e[36mkeye[0m = “rewrite”, e[36mresulte[0m = “”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = “kolibri.aero”, e[36mcollectione[0m = “domainName”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache hite[0m (store.cache-hit) e[36mkeye[0m = 7, e[36mcollectione[0m = “domainId”
e[37m2026-06-19T22:57:34Ze[0m e[35;1mTRACEe[0m e[37;1mExpression evaluation resulte[0m (eval.result) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mide[0m = “Domain with id h”, e[36mkeye[0m = “customRule”, e[36mresulte[0m = “String(Owned(“athena”))”
e[37m2026-06-19T22:57:34Ze[0m e[34;1mDEBUGe[0m e[37;1mCache misse[0m (store.cache-miss) e[36mkeye[0m = “athena”, e[36mdomaine[0m = 7, e[36mcollectione[0m = “email”
e[37m2026-06-19T22:57:34Ze[0m e[32;1mINFOe[0m e[37;1mMailbox does not existe[0m (smtp.mailbox-does-not-exist) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 2a02:8108:9491:a300:d536:3a41:42a1:d1dc, e[36mremotePorte[0m = 56703, e[36mtoe[0m = “[email protected]”
e[37m2026-06-19T22:57:36Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP output sente[0m (smtp.raw-output) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 47, e[36mcontentse[0m = “535 5.7.8 Authentication credentials invalid.\r\n”
e[37m2026-06-19T22:57:37Ze[0m e[35;1mTRACEe[0m e[37;1mRaw SMTP input receivede[0m (smtp.raw-input) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36msizee[0m = 0, e[36mcontentse[0m = “”
e[37m2026-06-19T22:57:37Ze[0m e[35;1mTRACEe[0m e[37;1mNetwork connection closede[0m (network.closed) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36mcausedBye[0m = “crates/smtp/src/inbound/spawn.rs:213”
e[37m2026-06-19T22:57:37Ze[0m e[34;1mDEBUGe[0m e[37;1mSMTP connection endede[0m (smtp.connection-end) e[36mlistenerIde[0m = “submissions”, e[36mlocalPorte[0m = 465, e[36mremoteIpe[0m = 50.235.31.47, e[36mremotePorte[0m = 59478, e[36melapsede[0m = 12133ms

I do not deny possibility of PEBKAS, but that many times, someone watching over my shoulder on the retry, I would consider it unlikely in a 30+ year IT life.

The problematic destination is [email protected]
/admin/Management/x:Account/User

Text

Name

Domain

Select domain…

Group

Select group…

Tenant

Select tenant…

ResetSearch

Email Address Full Name Created At Actions
[email protected] [email protected] 6/18/2026, 8:22:21 PM
[email protected] [email protected] 6/16/2026, 1:01:03 PM

From /admin/Management/x:Account/User/bc

Account typeUser account

User Account

Email Address

Email address for the user account, formed as name@domain.

[email protected]

Username* [edit: didn’t copy over: athena.cearis - no @domain]

Name of the account, typically an email address local part.

Domain*

Identifier for the domain this account belongs to. This is used to determine the email address of the account, which is formed as name@domain.

kolibri.aero

Full Name(optional)

Description of the account

Tenant(optional)

Identifier for the tenant this account belongs to

None

Authentication

Credentials

List of credential objects representing authentication methods for the account

CredentialsPassword for authenticating to the account

Password*

Secret value of the account

OTP Authentication URI(optional)

OTP authentication URI for the account

Expiration Date(optional)

Expiration date of the credential

Allowed IPs

List of allowed IP addresses or CIDR ranges for this credential

Add item

Groups & Roles

Groups

List of groups that this account is a member of

Roles

Roles assigned to this user account

RolesUser role

Permissions

Permissions assigned to this account

PermissionsInherited permissions

Email

Email Aliases

List of email aliases for the account

Add item

Quotas

Quotas

Quotas for different object types within this account

Select key…Add

Locale & Time Zone

Locale*

Preferred locale for the account

German locale for Germany with Euro.

Time Zone(optional)

Preferred time zone for the account

Europe/Berlin

Encryption

Encryption at Rest

Encryption-at-rest settings for the account

Encryption at RestDisabled

Details

Created At

Creation date of the account

Jun 18, 2026, 8:22 PM

Disk Usage

Amount of disk space currently used by this account (bytes)

0 B

You’ve exposed passwords in that log so you should change them.

2026-06-19T22:57:34Z TRACE Raw SMTP input received contents = “RCPT TO:[email protected]\r\n”

2026-06-19T22:57:34Z DEBUG Cache hitkey = “kolibri.aero”collection = “domainName”

2026-06-19T22:57:34Z DEBUG Cache hitkey = 7collection = “domainId”

2026-06-19T22:57:34Z TRACE Expression evaluation resultid = “Domain with id h”key = “customRule”result = “String(Owned(\“athena\”))”

2026-06-19T22:57:34Z DEBUG Cache misskey = “athena”domain = 7collection = “email”

2026-06-19T22:57:34Z INFO Mailbox does not existto = “[email protected]”

It looks like you have some sort of rule that isn’t evaluating correctly since the key isn’t the full localpart name. Developer can probably point you better now that there is a log.

@Disrupt - I checked but don’t see “exposed passwords”? Checked first my own, but neither that nor another I’d recognize?

On “rules” there should not be any and none conflicting, the server is rather new. This is why I am seriously at a loss. Have started (as demanded) to prepare a fallback to postfix, which I’d much like to avoid (moving all user mails again). But if we can’t (bug-)fix stalwart, that is a severe operational risk, so I can understand the demand and have no counter argument really after the trouble we went through already. Help.

SMTP AUTH uses Base64 encoding. There are two of them in the logs you pasted.

I can’t help you any further. I just parsed the logs so the next knowledgeable person who comes by has something to work with.

5 days without a response, not even an idea what could go wrong here and how to resolve it? Anyone? Any idea?