You are not logged in.
Pages: 1
I need to install something that will accept smtp email messages from localhost and send them out.
I do not need a full blown email server. I do not need to receive emails, just send.
Any suggestions ?
Offline
msmtp ssmtp, there are others
Offline
I may be wrong (i'm a noob) but msmtp and ssmtp require an account on some external smtp server to which they redirect emails.
I want a standalone smtp server that can send emails itself, without any account anywhere. But I do not want a hassle of setting up a full blown email server, because i do not need to accept incoming emails, setup inboxes etc.
I just want to send out emails.
Is there a simple standalone smtp server ?
If not which of the full email servers are the most simple to setup so i can disable all the stuff i do not need.
Speed and performance does not matter.
Here's the example of windows program with similar functionality:
http://www.softfolder.com/easy_smtp_server.html
Offline
Well, you could try Postfix... It's not difficult to set up (much easier than Sendmail) and has good documentation available. The section about null client seems exactly what you need though I never tried that config myself:
Offline
Thank you sozo!.
Postfix did exactly what i need.
Offline
Pages: 1