PHPackages                             teh-hippo/roundcube-catchall - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. teh-hippo/roundcube-catchall

AbandonedArchivedRoundcube-plugin[Mail &amp; Notifications](/categories/mail)

teh-hippo/roundcube-catchall
============================

Roundcube plugin for catch-all mailboxes: auto-creates identities on reply, optional autologin, optional Forward Email API integration

v0.1.8(1mo ago)016MITPHPCI passing

Since Apr 17Pushed 1mo agoCompare

[ Source](https://github.com/teh-hippo/roundcube-catchall)[ Packagist](https://packagist.org/packages/teh-hippo/roundcube-catchall)[ Docs](https://github.com/teh-hippo/roundcube-catchall)[ RSS](/packages/teh-hippo-roundcube-catchall/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

Roundcube Catch-all Plugin
==========================

[](#roundcube-catch-all-plugin)

Roundcube plugin for **catch-all mailboxes** — inboxes that receive mail at many different local-parts on a domain (e.g. `anything@example.com`).

What it does
------------

[](#what-it-does)

- **Identity auto-create on reply** — when you reply to a message that was delivered to `foo@example.com`, the plugin creates a matching Roundcube identity (if missing) and preselects it as the `From:` header so your reply goes out as `foo@`, not the base mailbox address.
- **Catch-all SMTP password** — when a domain-wide catch-all password is configured, the plugin authenticates SMTP as the identity's email address so ForwardEmail (and similar providers) accept the send.
- **Optional [Forward Email](https://forwardemail.net) API integration** — when an API key is set, the plugin additionally provisions per-alias SMTP credentials via the Forward Email API so each reply authenticates as its own alias.

For persistent login / autologin, see the companion plugin [`teh-hippo/roundcube-remember-me`](https://github.com/teh-hippo/roundcube-remember-me).

Installation
------------

[](#installation)

### Via Composer (once published)

[](#via-composer-once-published)

```
composer require teh-hippo/roundcube-catchall
```

Then add `roundcube_catchall` to the `plugins` array in your Roundcube config.

### Manual

[](#manual)

```
cd /path/to/roundcube/plugins
git clone https://github.com/teh-hippo/roundcube-catchall.git roundcube_catchall
```

Add `roundcube_catchall` to `$config['plugins']` in `config/config.inc.php`.

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

[](#configuration)

### Catch-all password (recommended)

[](#catch-all-password-recommended)

The simplest setup: generate a domain catch-all password from your mail provider's settings (e.g. [Forward Email advanced settings](https://forwardemail.net/my-account/domains)), then enter it in **Settings &gt; Catch-all** in the Roundcube UI, or set it in config:

```
$config['catchall_domain'] = 'example.com';
$config['catchall_identity_autocreate'] = true;
$config['catchall_fe_catchall_password_plain'] = '…';
```

### Per-alias API provisioning (alternative)

[](#per-alias-api-provisioning-alternative)

For fine-grained control, use a Forward Email API key to auto-create per-alias SMTP passwords:

```
$config['catchall_domain'] = 'example.com';
$config['catchall_fe_api_key_plain'] = '…';
$config['catchall_fe_auto_delete']   = false;
```

Users can also set per-user credentials under **Settings &gt; Catch-all** in the Roundcube UI.

Requirements
------------

[](#requirements)

- Roundcube 1.6+
- PHP 8.0+ with curl extension (Forward Email API features only)

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance89

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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 ~0 days

Total

9

Last Release

53d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f58d99f89f512b637e7dc8623807432f27307babed0b2fbbdf54ce0d2027c0a?d=identicon)[teh-hippo](/maintainers/teh-hippo)

---

Top Contributors

[![teh-hippo](https://avatars.githubusercontent.com/u/490309?v=4)](https://github.com/teh-hippo "teh-hippo (14 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1693627?v=4)](https://github.com/Copilot "Copilot (2 commits)")

### Embed Badge

![Health badge](/badges/teh-hippo-roundcube-catchall/health.svg)

```
[![Health](https://phpackages.com/badges/teh-hippo-roundcube-catchall/health.svg)](https://phpackages.com/packages/teh-hippo-roundcube-catchall)
```

###  Alternatives

[toteph42/identity_switch

This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.

221.4k](/packages/toteph42-identity-switch)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[kitist/html5_notifier

Desktop Notifications for Roundcube

7211.5k](/packages/kitist-html5-notifier)[weird-birds/thunderbird_labels

Shows thunderbird labels for messages in roundcube webmail.

6811.8k](/packages/weird-birds-thunderbird-labels)[elm/identity_smtp

Individual SMTP settings for every identity

481.6k](/packages/elm-identity-smtp)[texxasrulez/advanced_search

Add Advanced Search Capabilities

104.1k](/packages/texxasrulez-advanced-search)

PHPackages © 2026

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