Just got a new Mac and am having a weird mail issue. I can send mail fine but cannot receive. It appears the mail server is saying no mail, but I can go into webmail and there is plenty in my Inbox and Outlook will receive mail. Mac Mail is configured the same as Outlook … SMTP out on Port 25 and POP3 in on Port 110. I configured for IMAP and it synced my Junk mail and Sent items but no Inbox mail.
This may be ugly but here is a trace of a POP3 receive operation. I’m gonna post the same thing on the Mac site and see if I can’t get this resolved. Here is the trace …
CONNECTED Apr 29 18:31:59.861 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
READ Apr 29 18:31:59.952 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
+OK Hello there.
WROTE Apr 29 18:31:59.955 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
USER mylogin
READ Apr 29 18:32:00.049 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
+OK Password required.
WROTE Apr 29 18:32:00.057 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
PASS *******
READ Apr 29 18:32:00.168 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
+OK logged in.
WROTE Apr 29 18:32:00.173 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
STAT
READ Apr 29 18:32:00.267 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
+OK 0 0
WROTE Apr 29 18:32:00.272 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
QUIT
READ Apr 29 18:32:00.367 [kCFStreamSocketSecurityLevelNone] – host:mail.mydomain.com – port:110 – socket:0x17e605b0 – thread:0x17e63260
+OK Bye-bye.
Any ideas ???