Gentoo Archives: gentoo-server

From: Wendall Cada <wendallc@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] [Fwd: Re: [gentoo-user] Basic SMTP server]
Date: Mon, 16 Jan 2006 02:20:10
Message-Id: 1137377861.9787.115.camel@www.toruslaptop.com
In Reply to: [gentoo-server] [Fwd: Re: [gentoo-user] Basic SMTP server] by Tom Smith
1 As was previously suggested ssmtp works fine, but only for cronjobs and
2 the othere alerts, it will not however work to relay mail. Exim, while
3 it is very robust, isn't exactly just a simple MTA. Postfix on the other
4 hand is probably the closest you'll get to a simple MTA in the portage
5 tree. It acts as an MTA and lets other apps do their jobs independently.
6 So, it can act as a simple mail forwarder, or interact with many other
7 applications for more robust functionality. It's several steps more
8 advanced than ssmtp, and not quite as complex as Exim.
9
10 There is also esmtp, which has sendmail compatible syntax as well, and
11 is intended only as a mail forwarder. This may suit your needs well.
12
13 Wendall
14
15 On Sun, 2006-01-15 at 17:03 -0700, Tom Smith wrote:
16 > I need to find a basic SMTP server, one that will allow the server to
17 > send outbound messages (such as Cronjob status and various alerts) and
18 > will allow LAN devices (such as printers and copiers) to relay mail
19 > through it. It doesn't need to support SMTP AUTH, TLS, or anything of
20 > that nature--it just needs to be a basic, no frills mail server.
21 >
22 > Can anyone offer any suggestions for such a mail server?
23 >
24 > Thanks in advance for your help!
25
26 --
27 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] [Fwd: Re: [gentoo-user] Basic SMTP server] Dave Strydom <strydom.dave@×××××.com>