[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trivial SMTP client



On Fri, Mar 29, 2002 at 02:01:49PM -0000, Peter Curran wrote:
> I am looking for a trivial SMTP client that I could use within a (very)
> small embedded firewall system running OBSD3.0. 
> I just need to be able to connect to a local mail server and send a message
> using a minimal subset of SMTP.  I do not need any DNS/MX etc capability,
> nor the ability to receive mail.

I'm using a mini-qmail installation for these kind of setups, it requires
amother qmail machine to deliver to, though.

[in /var/qmail]
$ ls -l
total 2
drwxr-xr-x  2 root  wheel  512 Mar 18 14:12 bin
lrwxr-xr-x  1 root  wheel   15 Mar 18 14:28 control -> ../../etc/qmail
$ ls -l bin/
total 180
-rwxr-xr-x  1 root  wheel  54648 Mar 18 14:12 qmail-inject
-rwxr-xr-x  1 root  wheel  21064 Mar 18 14:12 qmail-qmqpc
lrwxr-xr-x  1 root  wheel     11 Mar 18 14:28 qmail-queue -> qmail-qmqpc
-rwxr-xr-x  1 root  wheel  15048 Mar 18 14:12 sendmail
$ ls -l control/
total 8
-rw-r--r--  1 root  wheel  14 Mar 18 14:29 defaultdomain
-rw-r--r--  1 root  wheel  14 Mar 18 14:29 idhost
-rw-r--r--  1 root  wheel  14 Mar 18 14:29 me
-rw-r--r--  1 root  wheel  16 Mar 18 13:57 qmqpservers
$ du -s -h .
92K     .

This is on alpha, binaries should even be a bit smaller on i386.

-- 
http://2suck.net/hhwl.html
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)