Fix typo in forkserver commandline help
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@454 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
532ce30f64
commit
2847144641
1
Changes
1
Changes
@ -31,6 +31,7 @@
|
||||
|
||||
Fix for corruption problem under Apache
|
||||
|
||||
Fix typo in qpsmtpd-forkserver commandline help
|
||||
|
||||
0.29 - 2005/03/03
|
||||
|
||||
|
@ -29,7 +29,7 @@ usage: qpsmtpd-forkserver [ options ]
|
||||
-l, --listen-address addr : listen on a specific address; default 0.0.0.0
|
||||
-p, --port P : listen on a specific port; default 2525
|
||||
-c, --limit-connections N : limit concurrent connections to N; default 15
|
||||
-u, --user U : run as a particular user (defualt 'smtpd')
|
||||
-u, --user U : run as a particular user (default 'smtpd')
|
||||
-m, --max-from-ip M : limit connections from a single IP; default 5
|
||||
EOT
|
||||
exit 0;
|
||||
|
Loading…
Reference in New Issue
Block a user