patch-smtpsend_smtpsend_8 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. $OpenBSD: patch-smtpsend_smtpsend_8,v 1.1 2010/04/03 20:07:06 naddy Exp $
  2. --- smtpsend/smtpsend.8.orig Sat Apr 3 16:59:56 2010
  3. +++ smtpsend/smtpsend.8 Sat Apr 3 17:00:16 2010
  4. @@ -35,16 +35,13 @@
  5. .Nm smtpsend
  6. .Op Fl v
  7. .Op Fl p Ar port
  8. -
  9. .Sh DESCRIPTION
  10. .Nm
  11. is used to measure the performance of SMTP MTAs. It generates e-mail messages of a user defined size (or 1024 bytes per default) and delivers them via SMTP to a MTA.
  12. -
  13. .Nm
  14. can either generate as many messages as possible over a certain amount of time or deliver a specified number of messages. In either case
  15. .Nm
  16. will measure the time elapsed and the number of messages delivered. After the program run it will output the time elapsed, the number of messages delivered, the average number of messages delivered per minute and per second as well as the average delivery time per message.
  17. -
  18. .Nm
  19. forks one or more parallel senders each using one or more
  20. sequential connections to a SMTP server to deliver one or more
  21. @@ -75,12 +72,9 @@ Subject of the generated messages.
  22. .It Fl v
  23. Increase the level of verbosity. Use once to display SMTP traffic without DATA phase on stdout, use twice to include DATA phase int he output.
  24. .El
  25. -
  26. .Sh BUGS
  27. The exit status of a forked sender is not checked. The result will not be reliable if one or more senders aborts due to an error. This behaviour will eventually be changed.
  28. -
  29. .Sh AUTHORS
  30. .An Marc Balmer Aq marc@msys.ch
  31. -
  32. .Sh SEE ALSO
  33. .Xr smtpsink 8