Back to Changelog
External API
v1.0.31
External API email account creation fix — full provisioning with maildir and Postfix config
Bug Fixes
2- Fixed External API email account creation: was using direct DB insert (missing UserID, password hash, maildir, Postfix config), now uses EmailAccountService with full provisioning
- Initialized EmailAccountService in external-server with PostfixService and QuotaService dependencies (was nil, causing silent failures for maildir creation, password hashing, and Postfix virtual map updates)