Changeset 7486993509f73a8457ced15fda30b7d97a589d9d
- Timestamp:
- 02/11/10 03:58:53
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1265860733 +0000
- git-parent:
[322ceb0139cf145a94006446310d0aa106998056]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1265860733 +0000
- Message:
updates from Ask
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| racf04f0 |
r7486993 |
|
| 43 | 43 | allowed="\d+">Specifies the TCP port to connect to.</parameter> |
|---|
| 44 | 44 | <parameter name="ehlo" required="optional" default="noit.local" |
|---|
| 45 | | allowed="\d+">Specifies the EHLO parameter.</parameter> |
|---|
| | 45 | allowed=".+">Specifies the EHLO parameter.</parameter> |
|---|
| 46 | 46 | <parameter name="from" required="optional" default="" |
|---|
| 47 | | allowed="\d+">Specifies the envelope sender.</parameter> |
|---|
| | 47 | allowed=".+">Specifies the envelope sender.</parameter> |
|---|
| 48 | 48 | <parameter name="to" required="required" |
|---|
| 49 | | allowed="\d+">Specifies the envelope recipient.</parameter> |
|---|
| | 49 | allowed=".+">Specifies the envelope recipient.</parameter> |
|---|
| 50 | 50 | <parameter name="payload" required="optional" default="Subject: Testing" |
|---|
| 51 | | allowed="\d+">Specifies the payload sent (on the wire). CR LF DOT CR LF is appended automatically.</parameter> |
|---|
| | 51 | allowed=".+">Specifies the payload sent (on the wire). CR LF DOT CR LF is appended automatically.</parameter> |
|---|
| 52 | 52 | </checkconfig> |
|---|
| 53 | 53 | <examples> |
|---|