Receiving mail

Kidiye

New member
Joined
Jan 13, 2009
Messages
1
Hi, I just started with this program and I can send mail, but do not receive. Does anyone have any tips how to solve this?
 
What error do you get? Does your domain have proper mx records setup?
 
[email protected] works.

Code:
[root@server ~]# Connecting to mail.problemsums.com [210.193.54.142]:25 from 12.180.200.84 ... connected
  SMTP<< 220 server1.problemsums.com ESMTP Exim 4.67 Sun, 08 Feb 2009 19:49:40 +0800
  SMTP>> EHLO server.newwebsite.com
  SMTP<< 250-server1.problemsums.com Hello server.newwebsite.com [12.180.200.84]
         250-SIZE 20971520
         250-PIPELINING
         250-AUTH PLAIN LOGIN
         250-STARTTLS
         250 HELP
  SMTP>> STARTTLS
  SMTP<< 220 TLS go ahead
  SMTP>> EHLO server.newwebsite.com
  SMTP<< 250-server1.problemsums.com Hello server.newwebsite.com [12.180.200.84]
         250-SIZE 20971520
         250-PIPELINING
         250-AUTH PLAIN LOGIN
         250 HELP
  SMTP>> MAIL FROM:<[email protected]> SIZE=1407
  SMTP>> RCPT TO:<[email protected]>
  SMTP>> DATA
  SMTP<< 250 OK
  SMTP<< 250 Accepted
  SMTP<< 354 Enter message, ending with "." on a line by itself
  SMTP>> writing message and terminating "."
  SMTP<< 250 OK id=1LW8AQ-0003UN-9V
  SMTP>> QUIT
LOG: MAIN
  => [email protected] F=<[email protected]> R=lookuphost T=remote_smtp S=387 H=mail.problemsums.com [210.193.54.142] X=TLSv1:AES256-SHA:256 C="250 OK id=1LW8AQ-0003UN-9V"
LOG: MAIN
  Completed
 
Back
Top