Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: post fix?
PostPosted: Sat Jun 08, 2013 7:12 am 
Offline

Joined: Sat Jun 08, 2013 6:00 am
Posts: 1
This going to seem strange coming from someone thats had 2 years playing around with linux, and i feel its stupid question asking, but i going to. lol

I have my linode set up with apache2/mysql/php and wordpress installed with round about 3rd of the site built, one of the things i not sure about is how to get inquiry's from my website into my email box. I have seen a plugin for wordpress that's meant to handle this, in some shape or form. I have post fix installed and came across a guy that talks about reverse dns for your domain name and changing /etc/hosts name to domain along with the domain being put into hostname -f, which mine returns tobots, i just need to add the .co.uk. What confused me about his tutorial was the fact he mentioned google apps to handle all in and out going emails cause if its done by smtp or whatever its called in linux, this can or will use a lot of cpu etc. So he mentions google apps, and then does nothing else after reverse dns. lol

Can you guys share a few thoughts on the way you have things set up and why?

Really i just need a simple system set up where i can send and receive for now.

Look forward to your replies.


Top
   
 Post subject: Re: post fix?
PostPosted: Sat Jun 08, 2013 7:54 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Code:
apt-get install mailutils


Choose the defaults. You'll then have outgoing mail working, which you can verify with:

Code:
echo "it works" | mail -s "test message" bob@example.com


(where bob@example.com is your e-mail address)

_________________
Code:
/* TODO: need to add signature to posts */


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


Who is online

Users browsing this forum: No registered users and 1 guest


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