cvs commit: qpsmtpd README
[email protected] (Matt Sergeant)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/10/01 13:56:19 Modified: . README Log: Added a note about running under PPerl Revision Changes Path 1.12 +6 -0 qpsmtpd/README Index: README =================================================================== RCS file: /cvs/public/qpsmtpd/README,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- README 30 Aug 2003 15:14:39 -0000 1.11 +++ README 1 Oct 2003 20:56:19 -0000 1.12 @@ -111,6 +111,12 @@ subsequent executions extremely fast. It forks several processes for each script, allowing many processes to call the script at once." +Running under PPerl is easy - just change your "run" file to contain +the following command: + + pperl -Tw -- --prefork=$MAXCLIENTS --maxclients=$MAXCLIENTS \ + --no-cleanup ./qpsmtpd 2>&1 + =head1 Plugins The qpsmtpd core only implements the SMTP protocol. No useful