PHPackages                             pimlie/authres\_status - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. pimlie/authres\_status

ActiveRoundcube-plugin[Authentication &amp; Authorization](/categories/authentication)

pimlie/authres\_status
======================

This authres\_status plugin checks the Authentication-Results headers of your emails and displays the verification status. The verification status is displayed when you read an email, but you can also add a column to your message list.

0.7.0(10mo ago)413.5k↑350%19[8 issues](https://github.com/pimlie/authres_status/issues)GPL-3.0+PHP

Since Jun 1Pushed 10mo ago10 watchersCompare

[ Source](https://github.com/pimlie/authres_status)[ Packagist](https://packagist.org/packages/pimlie/authres_status)[ Docs](https://github.com/pimlie/authres_status)[ RSS](/packages/pimlie-authres-status/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

authres\_status plugin for roundcube
====================================

[](#authres_status-plugin-for-roundcube)

This plugin checks the Authentication-Results headers that were added by your MTA and displays an icon to show the verification status. Parsing of the Authentication-Results headers is more or less done according to [RFC5451](https://tools.ietf.org/html/rfc5451) which supports DKIM, DomainKeys, SPF, Sender-ID, iprev and SMTP AUTH result values.

This plugin is partially based on [dkimstatus](https://github.com/jvehent/dkimstatus) by jvehent, which was based on a plugin by [Vladimir Mach](http://www.wladik.net).

Icons by [brankic1979](http://brankic1979.com/icons);

Install
-------

[](#install)

If not using composer, copy all files to your plugins/ folder and add 'authres\_status' to your $config\['plugins'\] array in config/main.inc.php or config/config.inc.php.

Configuration
-------------

[](#configuration)

If you want to enable the results column in your message list, enable this in your settings. You can also choose which statuses you would like to see/ignore.

As of version 0.2 you can also enable an internal DKIM verifier ([php-dkim](https://github.com/pimlie/php-dkim) by angrychimp) if your MTA did not add a Authentication-Results header. You could experience some slow down because we need to retrieve the whole message body of each message for which we run the verifier.

### Trusted mta's (since v0.3)

[](#trusted-mtas-since-v03)

An email can be passed through many mta's before it finally ends up in your mailbox. Each mta can add additional headers to the email, thus also Authentication-Result headers. This makes it possible for a malicious mta to add a Authentication-Result header that has a passing result, eventhough the signature is invalid (or not existing). Section [2.2](https://tools.ietf.org/html/rfc5451#section-2.2) of RFC5451 states that every Authentication-Result headers should start with an authserv-id which has a similar syntax as a fully-qualified domain name. Often the authserv-id is equal to the fqdn of the mta.

Since version 0.3 you can add a comma separated list of authserv-id's that you trust, then only results from those mta's will be displayed. If you are not sure what the authserv-id from your mta is, toggle the 'raw message headers' display in the preview pane and look for a **Authentication-Results** header. It should look like:

```
Authentication-Results: example.com;
                  sender-id=hardfail header.from=example.com;
                  dkim=pass (good signature) header.i=sender@example.com

```

The text between `Authentication-Results:` and the first `;` is the authserv-id, in the example above it is `example.com`.

Translations
------------

[](#translations)

Similar to the roundcube project itself this plugin uses Transifex for translations. Please make any translation changes here: [https://app.transifex.com/roundcube/roundcube-webmail/plugin-authres\_status/](https://app.transifex.com/roundcube/roundcube-webmail/plugin-authres_status/)

Tested
------

[](#tested)

Tested on Roundcube 1.0.0+, let me know if it works on previous version as well

Known issues
------------

[](#known-issues)

- After changing layouts (e.g. from list to widescreen) you need to refresh the page to correctly show the authentication status column

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance49

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~311 days

Recently: every ~591 days

Total

14

Last Release

323d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6ab53ca46fdd11b23ba73014172a1ef0f9cef3988314c0bd07a960bd9aca31e?d=identicon)[pimlie](/maintainers/pimlie)

---

Top Contributors

[![pimlie](https://avatars.githubusercontent.com/u/1067403?v=4)](https://github.com/pimlie "pimlie (81 commits)")[![Takika](https://avatars.githubusercontent.com/u/1705821?v=4)](https://github.com/Takika "Takika (12 commits)")[![tomsommer](https://avatars.githubusercontent.com/u/149171?v=4)](https://github.com/tomsommer "tomsommer (4 commits)")[![photoninger](https://avatars.githubusercontent.com/u/6586391?v=4)](https://github.com/photoninger "photoninger (2 commits)")[![listerr](https://avatars.githubusercontent.com/u/3037635?v=4)](https://github.com/listerr "listerr (2 commits)")[![GermanCoding](https://avatars.githubusercontent.com/u/4279661?v=4)](https://github.com/GermanCoding "GermanCoding (2 commits)")[![quagsirus](https://avatars.githubusercontent.com/u/7071791?v=4)](https://github.com/quagsirus "quagsirus (1 commits)")[![texxasrulez](https://avatars.githubusercontent.com/u/10519182?v=4)](https://github.com/texxasrulez "texxasrulez (1 commits)")[![ashpieboop](https://avatars.githubusercontent.com/u/35401485?v=4)](https://github.com/ashpieboop "ashpieboop (1 commits)")

---

Tags

authentication-resultrfc5451roundcuberoundcube-pluginAuthenticationresultsspfdkimdomainkeyssender-idrfc5451

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pimlie-authres-status/health.svg)

```
[![Health](https://phpackages.com/badges/pimlie-authres-status/health.svg)](https://phpackages.com/packages/pimlie-authres-status)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[league/oauth2-client

OAuth 2.0 Client Library

3.8k118.6M1.2k](/packages/league-oauth2-client)[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[pragmarx/google2fa

A One Time Password Authentication package, compatible with Google Authenticator.

2.0k82.4M164](/packages/pragmarx-google2fa)[paragonie/sodium_compat

Pure PHP implementation of libsodium; uses the PHP extension if it exists

930131.6M155](/packages/paragonie-sodium-compat)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
