Date: Sat, 24 Aug 2002 11:02:16 -0400 (EDT) From: David Miller <dmiller@sparks.net> To: Samuel Chow <cyschow@shaw.ca> Cc: small@d.sparks.net, freebsd-small@freebsd.org Subject: Re: Smallest MTA? Message-ID: <Pine.BSF.4.21.0208241059060.32740-100000@search.sparks.net> In-Reply-To: <001401c24abe$b2543560$2784412f@ca.nortel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 23 Aug 2002, Samuel Chow wrote: > > ----- Original Message ----- > From: <small@d.sparks.net> > > I'm building a toaster on freebsd, and would like the ability to send > > email off it. > > > > What's the smallest footprint for disk (flash) usage, that has the ability > > to send basic email messages out? > > If you just need to send email off it, do you really need > an MTA? You can just connect to a SMTP server elsewhere on > the network. Just an idea. Last night I poured over the ports collection and came across smtpclient. Seems to work really well. You can cat somefile | smtpclient -s subject -f from -S smtpserver and it'll use some nearby smtp server to do the dirty work. Does what I need. It would be nice to have a file of smtpservers to try in order, but it does well enough for now:) Thanks, --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0208241059060.32740-100000>
