qmail-queued

Section: User Commands (1)
Index Return to Main Contents
 

NAME

qmail-queued - log a message to indicate successful queueing  

SYNOPSIS

Invoked by qmail-qfilter.

 

DESCRIPTION

The program runs as a filter called by qmail-qfilter.

It will write a message to stderr to indicate that the message has been successfully queued. It must run as the final filter in a filter chain. This program accepts no command line arguements.

The message written will be of the form:

qmail-queue: N bytes from <FROM> to RCPT[,RCPT] via IP:PORT queued

 

USAGE

With qmail-qfilter:

#!/bin/bash

/path/to/qmail-qfilter \
        /path/to/filter1 --
        /path/to/filter2 --
        /path/to/qmail-queued
        


 

Index

NAME
SYNOPSIS
DESCRIPTION
USAGE

This document was created by man2html, using the manual pages.
Time: 09:21:51 GMT, May 04, 2005