Overview
Service status and version
Dovecot 2.3.21 active under systemd, with doveconf reporting the effective IMAP, POP3 and LMTP configuration and Maildir storage.
Service status and version
TLS mail listeners
Authenticated IMAPS session
Hardened configuration
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Dovecot - Secure IMAP and POP3 Mail Server by cloudimg
Dovecot is one of the most widely deployed open source IMAP and POP3 servers in the world, chosen for its security focus, standards compliance and excellent performance. This image delivers Dovecot 2.3.21 fully installed and hardened, giving you a production ready mailbox server within minutes of launch and skipping hours of manual configuration and security hardening.
Why this image instead of a DIY setup or a generic image
Many mail server images ship with a shared default password that administrators must remember to change, require manual TLS certificate generation, or leave plaintext authentication enabled on public ports. This image removes those risks: every instance generates its own unique credentials and TLS keys on first boot, so there is no default password to forget, no shared secret across deployments, and no window of exposure. Compared with building from scratch you avoid the usual hours of package installation, user provisioning, TLS configuration, authentication hardening and systemd tuning.
Ideal use cases
- Small teams moving off shared hosting: launch a dedicated mailbox store on a single instance, pair it with Postfix for SMTP, and own your mail infrastructure.
- Region or network resident mail storage: keep all mailbox data on your own encrypted volumes under your direct control.
- Adding mailbox access to an existing Postfix deployment: this image serves as the IMAP and POP3 backend, receiving mail over LMTP and serving it to clients over TLS.
How it works
The server is configured as a self contained, secure by default single node mail store:
- Mailbox access: IMAP over TLS on 993 and STARTTLS on 143; POP3 over TLS on 995 and STARTTLS on 110. Any standards compliant client connects securely.
- Storage: mail is kept in Maildir format under a dedicated unprivileged vmail user, safe for concurrent access and easy to back up or snapshot.
- Local delivery: LMTP handles delivery so the setup works end to end with no external dependency.
- Authentication: a Dovecot password file with a SHA512 hashed per instance password. Only the virtual mailbox user can authenticate; system and shell accounts are excluded from mail login.
Security model, zero trust from first boot
On first boot a one shot service generates a unique mailbox password and hashes it into the Dovecot password database, regenerates the TLS private key and self signed certificate, writes the plaintext login to a root only file, and refuses plaintext authentication on the non TLS ports until STARTTLS upgrades the connection. No image ever ships a usable or default credential. The included user guide covers replacing the self signed certificate with a Let's Encrypt certificate and adding further mailboxes.
Runs as a standard instance
Dovecot runs as a hardened systemd service. Because it is a standard Linux instance you can snapshot the storage volume for backup, resize it as mail grows, encrypt it at rest, place the instance in your own private network, and restrict inbound access to your known client addresses.
Getting started
- Launch the image from AWS Marketplace.
- Read the per instance mailbox login from the root only credentials file.
- Point any IMAP or POP3 client at the instance over TLS.
- Send a test message through LMTP to confirm delivery.
Dovecot provides mailbox access and local delivery; pair it with an MTA such as Postfix for full inbound and outbound SMTP mail flow. It is not webmail and does not send outbound SMTP on its own.
24/7 expert support from cloudimg
cloudimg engineers provide round the clock technical support and help with adding mailboxes, connecting clients over TLS, fronting Dovecot with Postfix, installing a Let's Encrypt certificate, Maildir backup strategy and version upgrades.
cloudimg is not affiliated with or endorsed by the Dovecot project or Open-Xchange. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Production ready in minutes: unlike generic mail server images that ship a shared default password and need manual TLS setup, this image launches Dovecot fully configured with IMAP and POP3 over TLS, Maildir storage and LMTP local delivery. You go from launch to authenticated mailbox access with no manual hardening and no hours of configuration.
- Zero trust security from first boot with no shared credentials across deployments: every instance generates a unique SHA512 hashed mailbox password and a fresh TLS private key and certificate, and refuses plaintext authentication on the non TLS ports. There is no default password to forget, removing the most common mail server misconfiguration.
- 24/7 expert technical support from cloudimg with a one hour average response time for critical issues. Our engineers help with adding mailboxes, connecting clients over TLS, fronting Dovecot with an MTA such as Postfix for full SMTP flow, installing Let's Encrypt certificates, and planning version upgrades.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
Vendor refund policy
Refunds available on request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release of Dovecot 2.3.21, a secure open source IMAP and POP3 mail server.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is ubuntu). This is a headless mail server with no web console. Retrieve the per instance mailbox address and its generated password with: sudo cat /root/dovecot-credentials.txt. Prove the mailbox works end to end at any time with: sudo python3 /usr/local/sbin/cloudimg-dovecot-roundtrip.py (a wrong password is rejected, the per instance password logs in and selects INBOX, and a message delivered over LMTP is read back over IMAP). Point any IMAP client at the instance public IP on 993 (implicit TLS) or 143 (STARTTLS), and any POP3 client on 995 (implicit TLS) or 110 (STARTTLS), using the mailbox address as the username. The TLS certificate is self signed and unique to each instance; the user guide covers installing a Let's Encrypt certificate and adding further mailboxes.
Resources
Vendor resources
Support
Vendor support
cloudimg Support - 24/7 Technical Assistance
cloudimg provides round-the-clock technical support for this Dovecot mail server image via email (support@cloudimg.co.uk ) and live chat. Our engineers assist with:
- Initial deployment and first boot configuration
- Adding and managing virtual mailboxes
- Connecting IMAP and POP3 clients over TLS
- Fronting Dovecot with an MTA such as Postfix for inbound and outbound mail
- TLS certificate installation and Let's Encrypt configuration
- Maildir backup strategy and Dovecot version upgrades
- Troubleshooting connectivity and delivery issues
Critical issues receive a one hour average response time. For billing, subscription changes, or refund requests, contact support@cloudimg.co.uk .
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.