
#Software: ActivMail - CFDEV.COM
#Version: 2.1.0.3
#Fields: DateTime,Mode,Status,MailServer,MessageID,To,QueueTime,[ErrorType],[LastCommand],[ErrorMsg],[QueryRowNumber]
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","[email protected]","x@localhost","2002/01/31 22:32:57","","","","1"
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","[email protected]","y@localhost","2002/01/31 22:32:57","","","","2"
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","[email protected]","z@localhost","2002/01/31 22:32:57","","","","3"
"2002/01/31 19:54:48","Query","Error","localhost","02983918.fcbec72fb1f1@localhost","[email protected]","2002/01/31 19:54:48","TO","SMTP","550 not local host domain.com, not a gateway","4"
| Field | Description |
| DateTime | The date and time that the even occurred |
| Mode | The sendmode used in this message. |
| Status | The status of this message Error, or Sent |
| MailServer | The SMTP mail server used to send this message, or that generated this error. |
| MessageID | The message ID |
| TO | The message recipient |
| QueueTime | The time the message entered the queue. |
| LastCommand | The last command that was issued to the SMTP server before the error. |
| ErrorType | The Error Type. |
| ErrorMsg | Message containing details about the error. |
| QueryRowNumber | Represents the row number of the query this message was sent from. Zero if sendmode is not "query" |
| Command | Code | Description |
|---|---|---|
| connect | ||
| 220 | <domain> Service ready | |
| 421 | <domain> Service not available, closing transmission channel | |
| HELO | ||
| 250 | Requested mail action okay, completed | |
| 500 | Syntax error, command unrecognized | |
| 501 | Syntax error in parameters or arguments | |
| 504 | Command parameter not implemented | |
| 521 | <domain> does not accept mail [rfc1846] | |
| 421 | <domain> Service not available, closing transmission channel | |
| EHLO | ||
| 250 | Requested mail action okay, completed | |
| 550 | Not implemented | |
| 500 | Syntax error, command unrecognized | |
| 501 | Syntax error in parameters or arguments | |
| 504 | Command parameter not implemented | |
| 421 | <domain> Service not available, closing transmission channel | |
| 250 | Requested mail action okay, completed | |
| 552 | Requested mail action aborted: exceeded storage allocation | |
| 451 | Requested action aborted: local error in processing | |
| 452 | Requested action not taken: insufficient system storage | |
| 500 | Syntax error, command unrecognized | |
| 501 | Syntax error in parameters or arguments | |
| 421 | <domain> Service not available, closing transmission channel | |
| RCPT | ||
| 250 | Requested mail action okay, completed | |
| 251 | User not local; will forward to <forward-path> | |
| 550 | Requested action not taken: mailbox unavailable | |
| 551 | User not local; please try <forward-path> | |
| 552 | Requested mail action aborted: exceeded storage allocation | |
| 553 | Requested action not taken: mailbox name not allowed | |
| 450 | Requested mail action not taken: mailbox unavailable | |
| 451 | Requested action aborted: local error in processing | |
| 452 | Requested action not taken: insufficient system storage | |
| 500 | Syntax error, command unrecognized | |
| 501 | Syntax error in parameters or arguments | |
| 503 | Bad sequence of commands | |
| 521 | <domain> does not accept mail [rfc1846] | |
| 421 | <domain> Service not available, closing transmission channel | |
| DATA | ||
| 354 | Start mail input; end with <CRLF>.<CRLF> | |
| 451 | Requested action aborted: local error in processing | |
| 554 | Transaction failed | |
| 500 | Syntax error, command unrecognized | |
| 501 | Syntax error in parameters or arguments | |
| 503 | Bad sequence of commands | |
| 421 | <domain> Service not available, closing transmission channel | |
| received data | ||
| 250 | Requested mail action okay, completed | |
| 552 | Requested mail action aborted: exceeded storage allocation | |
| 554 | Transaction failed | |
| 451 | Requested action aborted: local error in processing | |
| 452 | Requested action not taken: insufficient system storage | |
| QUIT | ||
| 221 | <domain> Service closing transmission channel | |
| 500 | Syntax error, command unrecognized | |
ActivMail Documentation