PHPackages                             gianlucagiacometti/forward - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gianlucagiacometti/forward

AbandonedArchivedRoundcube-plugin[Utility &amp; Helpers](/categories/utility)

gianlucagiacometti/forward
==========================

Lets you manage Postfix Admin forwards

85110[7 issues](https://github.com/gianlucagiacometti/Roundcube-Forward/issues)[1 PRs](https://github.com/gianlucagiacometti/Roundcube-Forward/pulls)PHP

Since Jul 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gianlucagiacometti/Roundcube-Forward)[ Packagist](https://packagist.org/packages/gianlucagiacometti/forward)[ RSS](/packages/gianlucagiacometti-forward/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DEPRECATED
==========

[](#deprecated)

***NOTE***
***THE DEVELOPMENT IS DICONTINUED!***
***all functionalities are now integrated into the new plugin [roundcube-toolbox](https://github.com/gianlucagiacometti/roundcube-toolbox)***

AUTHOR

Gianluca Giacometti ()

CONTRIBUTORS

Sebastien Blaisot () Jan B. Fiedler () Ray Deng () Sebastian L ()

VERSION

1.4.0

RELEASE DATE

27-04-2020

INSTALL

Requirements :

- jQuery UI.

To install this plugin, copy all files into /plugin/forward folder and add it to the plugin array in config/config.inc.php :

// List of active plugins (in plugins/ directory) $rcmail\_config\['plugins'\] = array('forward');

note: if you have more than one plugin installed, add them to the array eg:

// List of active plugins (in plugins/ directory) $rcmail\_config\['plugins'\] = array('forward, PLUGIN2, PLUGIN3');

CONFIGURATION

Edit the plugin configuration file 'config.inc.php' and choose the appropriate options:

$rcmail\_config\['forward\_driver'\] = 'sql';

```
so far only sql is available

```

$rcmail\_config\['forward\_sql\_dsn'\] = value;

```
example value: 'pgsql://username:password@host/database'
example value: 'mysql://username:password@host/database'

```

$rcmail\_config\['forward\_sql\_write'\] = query;

```
the query depends upon your postfixadmin database structure
placeholders %goto and %address must be kept unchanged
default query: 'UPDATE alias SET goto = %goto, modified = %modified WHERE address = %address'
example query: 'UPDATE alias SET forwardto = %goto, modified = %modified WHERE address = %address'
example query: 'UPDATE aliases SET forwardto = %goto, modified = %modified WHERE address = %address'

```

$rcmail\_config\['forward\_sql\_read'\] = query;

```
the query depends upon your postfixadmin database structure
placeholder %address must be kept unchanged
default query: 'SELECT * FROM alias WHERE address = %address'
example query: 'SELECT * FROM aliases WHERE address = %address'

```

LICENCE

Licensed under GNU GPL2 licence.

NOTE

The code is based on Vacation plugin (rc-vacation) by Boris HUISGEN et al. (). Thank you Boris et al.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance3

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

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

---

Top Contributors

[![dicea-unipd](https://avatars.githubusercontent.com/u/62897774?v=4)](https://github.com/dicea-unipd "dicea-unipd (16 commits)")[![gianlucagiacometti](https://avatars.githubusercontent.com/u/52405?v=4)](https://github.com/gianlucagiacometti "gianlucagiacometti (11 commits)")[![zuloo](https://avatars.githubusercontent.com/u/3079710?v=4)](https://github.com/zuloo "zuloo (5 commits)")[![nitmir](https://avatars.githubusercontent.com/u/5030463?v=4)](https://github.com/nitmir "nitmir (1 commits)")

### Embed Badge

![Health badge](/badges/gianlucagiacometti-forward/health.svg)

```
[![Health](https://phpackages.com/badges/gianlucagiacometti-forward/health.svg)](https://phpackages.com/packages/gianlucagiacometti-forward)
```

PHPackages © 2026

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