Overview

Eenos 2.0.4 brings a smoother and more secure email management experience with the introduction of Webmail Single Sign-On (SSO) and a new command-line utility to generate quick login URLs for webmail access. This release simplifies user access while reducing login friction for hosting administrators and end users.

The update also includes improvements to the Dovecot Lua authentication module, providing better reliability, performance, and compatibility with modern Dovecot authentication workflows.

New Features

Webmail Single Sign-On (SSO)

Eenos 2.0.4 introduces Webmail SSO support, allowing users to access their webmail accounts directly from the Eenos control panel without entering email passwords again.

Benefits:

  • Seamless login experience from the Eenos dashboard
  • Improved user convenience
  • Reduced password exposure
  • Better integration between hosting panel and webmail services
  • Secure authentication flow for hosted email accounts

Generate Webmail Quick Login URL from Command Line

Administrators can now generate temporary webmail quick login URLs directly from the command line.

This feature helps:

  • Support teams quickly access user webmail accounts
  • Automate webmail login workflows
  • Simplify troubleshooting and account assistance
  • Integrate webmail access into external automation scripts

Example:

bash
/scripts/webmailquicklogin user@example.com

The generated secure URL can be provided to the user or used by authorized administrators.

Improvements

Improved Dovecot Lua Authenticator

The Dovecot Lua authentication backend has been enhanced with improved stability and authentication handling.

Improvements include:

  • Better communication with Eenos authentication services
  • Improved error handling
  • More reliable user authentication responses
  • Enhanced compatibility with Dovecot 2.4 authentication architecture