nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

qmail-rspawn.8 (576B)


      1 .TH qmail-rspawn 8
      2 .SH NAME
      3 qmail-rspawn \- schedule remote deliveries
      4 .SH SYNOPSIS
      5 .B qmail-rspawn
      6 .SH DESCRIPTION
      7 .B qmail-rspawn
      8 reads a series of remote delivery commands from descriptor 0,
      9 invokes
     10 .B qmail-remote
     11 to perform the deliveries,
     12 and prints the results to descriptor 1.
     13 
     14 .B qmail-rspawn
     15 invokes
     16 .B qmail-remote
     17 asynchronously,
     18 so the results may not be in the same order as the commands.
     19 
     20 .B qmail-rspawn
     21 will invoke the contents of
     22 .B $QMAILREMOTE
     23 instead of
     24 .BR qmail-remote,
     25 if that environment variable is set.
     26 .SH "SEE ALSO"
     27 qmail-send(8),
     28 qmail-remote(8)