nullmailer-queue(8) | System Manager's Manual | nullmailer-queue(8) |
nullmailer-queue - insert mail messages into the queue
nullmailer-queue
This program reads a formatted mail message from standard input and safely injects it into the outgoing mail queue.
The data sent into standard input is expected to have the following format: one line containing the envelope sender, one or more lines containing the recipients, a single blank line, and then the contents of the message exactly as it is to be transmitted to the destination. All lines are terminated with a single line-feed character. All addresses must contain a fully-qualified domain name.
Exits 0 if it successfully queues the message. If it failed to queue the message, it exits 1 and prints an error message to stdandard output.
This program should enforce system-wide configurable message length limits.