Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Oct 07, 2015 10:15 pm 
Offline

Joined: Wed Oct 07, 2015 10:07 pm
Posts: 1
Hello all,

I'm a newbie, so bear with me. :)

I've set up a Wordpress site using this very helpful guide -

https://www.linode.com/docs/websites/cm ... -wordpress

I have also installed a Contact Form 7 plugin which I use to create "contact me" forms. However, the form submissions fail to send out emails to my designated inbox (the error message was "Failed to send your message. Please try later or contact the administrator by another method.")

Did I miss anything? I suspect that it may have to do with setting up mail servers. I am, however, using an external service (fastmail) for that domain.

I would appreciate any help, thank you very much!

Craig


Top
   
PostPosted: Sat Oct 10, 2015 4:14 am 
Offline
Senior Member
User avatar

Joined: Sun Jan 18, 2009 2:41 pm
Posts: 830
You need a Mail Transfer Agent (MTA), more commonly called a mailserver, to handle your mail. I suggest installing Postfix as it is reasonably straightforward and secure. You would want to put the following settings in /etc/postfix/main.cf:
Code:
myhostname = hostname.example.com
myorigin = $mydomain
inet_interfaces = loopback-only
mydestination =


The first line sets your hostname (customize for your actual case). The second sets addresses for mail coming from your webserver to be something@example.com. The third line tells Postfix not to listen for external network connections (i.e., it cannot receive mail from outside). The fourth specifies that there are no local addresses - that is, no mail has this machine as its final destination.

This should pretty much be it. If you run into trouble with Fastmail not accepting messages, you may want to look into the guide for using external SMTP servers.


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


Who is online

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