| Register a domain | POST /api/create-domain |
| Verify DNS (2 CNAMEs + MX) | GET /api/domain-status |
| Remove domain | POST /api/remove-domain |
| List domains | GET /api/list-domains |
| Create mailbox (e.g. [email protected]) | POST /api/create-user |
| Reset password | POST /api/reset-password |
| Delete mailbox | POST /api/delete-user |
| List mailboxes | GET /api/list-users |
| MX / SMTP / IMAP hostnames + ports | GET /api/locations |
| Health + service info | GET /api/health |
| Bulk export for frontend panel | GET /api/sync |
| Outbound | Customer app → smtp.email.luveedu.cloud:587 (STARTTLS + auth) → Internet MX |
| Inbound | Internet MX → parking.luveedu.cloud (Postfix) → LMTP → /var/mail/vhosts/<domain>/<user> |
| Webmail | webmail.luveedu.cloud — login with the mailbox credentials |
| IMAP / POP3 / SMTP | parking.luveedu.cloud (993 / 995 / 587) |
parking.luveedu.cloud · PTR: parking.luveedu.cloud → 188.245.148.184 ·
Full API documentation