News About Features Documentation FAQ ChangeLog Mailinglist Download GIT Screenshots RRDtool MRTG WebQ Logwatch Reporter Latest stable: 2.0.2-1 Latest devel: 2.0.3-0.beta5 |
recipient_policy() Virtual recipient policy. This policy check is invoked after an "RCPT TO:" smtp command is received. You can use an policy scanner combination as scanner. It is useable for postfix's before-queue policy filter or an policy filter for milter. This service must be defined before service, which want to use it. Usage: recipient_policy(scanners, dbc) Where: scanners is an array of policy scanners (see README.scanners for more info) dbc is an database connection Example: recipient_policy(POLICY_SCANNERS, db.sqlite()) New in version 0.8.0. |