Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Jun 28, 2015 11:47 pm 
Offline
Newbie

Joined: Wed May 20, 2015 11:30 am
Posts: 4
I need some help debugging why mail sent via a contact form on a WordPress never reaches my gmail account. The site is hosted by linode. I think I have SMTP and Postfix installed. Mail sent from outside linode finds my dns and reaches gmail. Not so for mail sent within the linode-hosted WordPress domain.


Top
   
PostPosted: Tue Jun 30, 2015 3:42 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
1. What is the domain in question?

2. What operating system and version are you using?

3. What does running the command /usr/sbin/sendmail -V get you?

4. If #3 does not result in an error, try running the following and see if the message goes through. Use your actual Gmail address in place of your-address.
Code:
/usr/sbin/sendmail -t <<EOT
From: $USER
To: your-address@gmail.com
Subject: testing

This is just a simple test.
EOT


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


Who is online

Users browsing this forum: No registered users and 2 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