email server on android

I found AWebServer which is good php server on android.
BUT there is missing email server.
I couldn't find any email server for android.
Is there any email server for android?
What are those app names?
 
Yes — on rooted or unlocked Android (using Termux), you can run certain lightweight email servers. Full mail stacks (like Mailcow or Mail-in-a-Box) are not compatible.

Email ServerTermux (Non-rooted)Rooted/Unlocked AndroidNotes
Maddy✅ Yes✅ YesBest option: full SMTP/IMAP in one binary (Go)
Haraka✅ Yes✅ YesSMTP-only (Node.js). Lightweight and works well
Postfix + Dovecot⚠️ Possible✅ YesTraditional stack; harder to configure in Termux
Mox⚠️ Maybe✅ LikelyGo-based, untested but promising
Exim⚠️ Possible✅ YesComplex dependencies; rarely used on mobile
Mail-in-a-Box❌ No❌ NoRequires full Ubuntu with systemd
Mailcow❌ No❌ NoDocker + systemd = not possible on Android
Docker Mailserver❌ No❌ NoNeeds Docker, not supported natively
Modoboa❌ No❌ NoComplex stack; not portable to Android
WildDuck⚠️ Partial⚠️ PartialNeeds MongoDB, which is unstable on Android
Listmonk⚠️ Possible⚠️ PossibleNeeds PostgreSQL; not mobile-friendly
Keila⚠️ Possible⚠️ PossibleNewsletter tool with DB; limited Android use
ZoneMTA✅ Yes✅ YesNode.js-based MTA; usable but config-heavy
Forward Email❌ No❌ NoDNS-based/cloud service; not hostable on device