Log files are named like this: prefix-YYYYMMDD[HHmm]. If you rotate logs (cmd line switch: -Mh hours) the last 4 digits are the time when you rotate them otherwise they are 0000 (midnigt). If you don't rotate logs this can happen also two times a year when DST (Daylight Saving Time) starts or ends.
Field Nø Description
Field Nø Description
Field Nø Description
Field Nø Description
Field Nø Description
Field Nø Description
Field Nø Description
| Delivery Type | Description |
| SMTP | Delivery to a remote SMTP server |
| LOCAL | Delivery to a local user |
| FWD | Forward to a different recipent |
| EXTRN | Filtered |
| FILTER | Filtered |
| RLYS | Delivery through a relay SMTP server |
| REDIR | Redirect to a different recipent (can be local) |
| LREDIR | Redirect to a local recipient |
Field Nø Description
| Delivery Type | Description |
| AUTH=EFAIL:TYPE=PLAIN | Plain Authentication Failed |
| AUTH=EFAIL:TYPE=LOGIN | Login Authentication Failed |
| AUTH=EFAIL:TYPE=CRAM-MD5 | Cram-Md5 Authentication Failed |
| AUTH=EFAIL:TYPE=EXTRN | External Authentication Failed |
| DATA=EFILTER | Rejected by SMTP Message Filter |
| ETRN=EACCESS | ETRN SMTP Command is disabled (AllowSmtpETRN=0 in server.tab) |
| RECV=OK | Message sent |
| RCPT=OK | Recipient accepted |
| RCPT=ESYNTAX | Syntax error in RCPT TO |
| RCPT=EDSBL | Account disabled (ReceiveEnable=0 in user.tab) |
| RCPT=EFULL | Exceeded storage allocation |
| RCPT=EACCESS | Access denied to mailing list |
| RCPT=EAVAIL | Mailbox unavailable |
| RCPT=ERELAY | Relay denied |
| RCPT=ENBR | Too many recipients (-Sr maxrcpts cmd line swicth, default 100) |
| SNDRIP=EIPSPAM | Sender IP in spammers.tab |
| SNDRIP=EIPMAP | Sender IP is positive to maps check (CustMapsList in server.tab) |
| SNDRIP=ERDNS | Sender ip reverse DNS Lookup Failed (SMTP-RDNSCheck set server.tab) |
| SMTP=EERRS | Too many errors with the SMTP session (SMTP-MaxErrors set in server.tab) |
| SNDR=EEMPTY | Empty return path |
| SNDR=ESYNTAX | Syntax error in MAIL FROM |
| SNDR=ENODNS | Sender domain has no DNS/MX entries (CheckMailerDomain=1 in server.tab) |
| SNDR=ESPAM | Found in spam-address.tab |
| SIZE=EBIG | Message exceeds fixed maximum message size (MaxMessageSize in server.tab) |
| VRFY=EACCESS | VRFY SMTP Command is disabled (AllowSmtpVRFY=0 in server.tab) |
[top]