Skip to content

Documentation outdated: sieve - dovecot #3806

@marcfargas

Description

@marcfargas

Subject

Something else that requires developers attention

Description

Hi,

This part of the documentation is outdated and links to the old Dovecot wiki which no longer exists:

You can also use external programs to filter or pipe (process) messages by adding executable scripts in `docker-data/dms/config/sieve-pipe` or `docker-data/dms/config/sieve-filter`. This can be used in lieu of a local alias file, for instance to forward an email to a webservice. These programs can then be referenced by filename, by all users. Note that the process running the scripts run as a privileged user. For further information see [Dovecot's wiki](https://wiki.dovecot.org/Pigeonhole/Sieve/Plugins/Pipe).
```sieve
require ["vnd.dovecot.pipe"];
pipe "external-program";
```

The current link would be to https://doc.dovecot.org/configuration_manual/sieve/plugins/extprograms/#pigeonhole-plugin-extprograms and I understand that the syntax has also changed.

Sorry I can't be of much more help, I'm just skimming through the docs to see if this amazing projects of yours could work for my use case :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions