This is the SMTP receive issue. To simplify things, I ran a telnet SMTP test session:
The server reported OK at all steps above. This is what the log shows:
I wonder if this could be related to the other (IMAP) issue. Maybe my mail folder configurations are messed up somehow? How can I check this?
Thanks,
Jeff
Code:
telnet 192.168.1.200 25
HELO test.com
MAIL FROM: jchilder98@gmailnspam023.com
RCPT TO: jchilders@mydomain.com
DATA
Subject: test
This is a test.
.
QUIT
The server reported OK at all steps above. This is what the log shows:
Code:
Jul 11 09:16:06 mail spamd[2347]: connection from mail.smartbusinessware.com [127.0.0.1] at port 32778
Jul 11 09:16:06 mail spamd[2347]: checking message (unknown) for qscand:503.
Jul 11 09:16:07 mail spamd[2347]: clean message (-1.2/5.0) for qscand:503 in 1.2 seconds, 216 bytes.
Jul 11 09:16:07 mail spamd[2347]: result: . -1 - ALL_TRUSTED,MISSING_DATE,MISSING_SUBJECT scantime=1.2,size=216,mid=(unknown),autolearn=ham
Jul 11 09:16:07 mail qmail-scanner[29856]: Clear:RC:0(192.168.1.218):SA:0(-1.2/5.0): 10.27810 216 jchilders98@gmail.com jchilders@smartbusinessware.com <> <1121087766107029856@data> orig-data112108775777529856:216 1121087766.29858-0.data:16
I wonder if this could be related to the other (IMAP) issue. Maybe my mail folder configurations are messed up somehow? How can I check this?
Thanks,
Jeff