Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Apr 21, 2013 12:25 pm 
Offline
Newbie

Joined: Sun Apr 21, 2013 12:22 pm
Posts: 3
I followed the guide in http://library.linode.com/email/postfix ... 0.04-lucid

OS: ubuntu 10.04, Postfix, Dovecot and MySQL

I use foxmail as client software. I can send mail successfully. For example, I can send mail to gmail and gmail can receive this mail. However, I can not receive mail.... Username and password are right. Foxmail shows that it can receive mail but no new mails... I have sent several mails to this mail and there should be some new mails...

I checked the log of /home/vmail/dovecot-deliver.log:
2013-04-21 09:40:31 deliver(user001@newweb.com): Info: msgid=<002301ce3e95$c38b0440$4aa10cc0$@gmail.com>: saved mail to INBOX

Can anyone give me some suggestions? Any help would be appreciated!!!!

Thanks a lot!


Top
   
PostPosted: Sun Apr 21, 2013 11:35 pm 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
Your DNS appears to be screwed up - an MX record exists, but contains nothing. When you try to send mail from outside (e.g., Gmail) to newweb.com are you getting a bounce message?

Code:
$ dig -t mx newweb.com

; <<>> DiG 9.3.2 <<>> -t mx newweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43231
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;newweb.com.                    IN      MX

;; ANSWER SECTION:
newweb.com.             300     IN      MX      0 .

;; Query time: 278 msec
;; SERVER: 4.2.2.2#53(4.2.2.2)
;; WHEN: Sun Apr 21 23:13:20 2013
;; MSG SIZE  rcvd: 44


Top
   
PostPosted: Sun Apr 21, 2013 11:59 pm 
Offline
Newbie

Joined: Sun Apr 21, 2013 12:22 pm
Posts: 3
Hello, thanks for you advice. I Typed a wrong domain. My domain is newworldpub.com and mail.newworldpub.com......

Vance wrote:
Your DNS appears to be screwed up - an MX record exists, but contains nothing. When you try to send mail from outside (e.g., Gmail) to newweb.com are you getting a bounce message?

Code:
$ dig -t mx newweb.com

; <<>> DiG 9.3.2 <<>> -t mx newweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43231
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;newweb.com.                    IN      MX

;; ANSWER SECTION:
newweb.com.             300     IN      MX      0 .

;; Query time: 278 msec
;; SERVER: 4.2.2.2#53(4.2.2.2)
;; WHEN: Sun Apr 21 23:13:20 2013
;; MSG SIZE  rcvd: 44


Top
   
PostPosted: Mon Apr 22, 2013 12:02 am 
Offline
Newbie

Joined: Sun Apr 21, 2013 12:22 pm
Posts: 3
I sent a mail to editor@newworldpub.com for gmail. I don't get a bounce message.

Vance wrote:
Your DNS appears to be screwed up - an MX record exists, but contains nothing. When you try to send mail from outside (e.g., Gmail) to newweb.com are you getting a bounce message?

Code:
$ dig -t mx newweb.com

; <<>> DiG 9.3.2 <<>> -t mx newweb.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43231
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;newweb.com.                    IN      MX

;; ANSWER SECTION:
newweb.com.             300     IN      MX      0 .

;; Query time: 278 msec
;; SERVER: 4.2.2.2#53(4.2.2.2)
;; WHEN: Sun Apr 21 23:13:20 2013
;; MSG SIZE  rcvd: 44


Top
   
PostPosted: Mon Apr 22, 2013 6:45 am 
Offline
Senior Member

Joined: Sun Aug 31, 2008 4:29 pm
Posts: 177
keanuhrb wrote:
I sent a mail to editor@newworldpub.com for gmail. I don't get a bounce message.


Gmail may have it queued to retry.

Neither mail.newworldpub.com nor newworldpub.com are accepting external connections on port 25.

Check that you have Postfix listening on your public IP (and not just the loopback - 127.0.0.1).

[me@vps] netstat -ltn

_________________
sleddog


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group