Path to this page:
./
mail/p5-Mail-Qmail-Filter,
Modules for filtering between qmail-smtpd and qmail-queue
Branch: CURRENT,
Version: 1.32nb1,
Package name: p5-Mail-Qmail-Filter-1.32nb1,
Maintainer: schmonzMail::Qmail::Filter and its submodules are designed to help you filter
incoming e-mails when using qmail as MTA.
You should use it like so:
1. Write a frontend script to configure your filters
2. In the run file for your qmail-smtpd instance, e.g.
/var/qmail/supervise/qmail-smtpd/run, export
QMAILQUEUE=path_to_your_frontend_script
In each filter, you may do various things:
- examine and change envelope data (RFC5321.MailFrom and recipients)
- examine and modify the e-mail message (header and/or body)
- "reject" e-mails (or defer them)
Master sites: (Expand)
Filesize: 27.892 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Mail-Qmail-Filter-1.32nb1
- (2024-01-10) Package added to pkgsrc.se, version p5-Mail-Qmail-Filter-1.32 (created)
CVS history: (Expand)
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-01-10 17:48:23 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add p5-Mail-Qmail-Filter: Modules for filtering between qmail-smtpd and qmail-queue
Mail::Qmail::Filter and its submodules are designed to help you filter
incoming e-mails when using qmail as MTA.
You should use it like so:
1. Write a frontend script to configure your filters
2. In the run file for your qmail-smtpd instance, e.g.
/var/qmail/supervise/qmail-smtpd/run, export
QMAILQUEUE=path_to_your_frontend_script
In each filter, you may do various things:
- examine and change envelope data (RFC5321.MailFrom and recipients)
- examine and modify the e-mail message (header and/or body)
- "reject" e-mails (or defer them)
|