[Voyage-linux] Tiny SMTP server( daemon)
Christoph Fritsche
(spam-protected)
Tue Apr 27 03:04:20 HKT 2010
Hi Ba,
those guys over at OpenWRT tend to use xmail. Xmail looks like a fully
featured SMTP Server including SSL suport.
http://packages.debian.org/lenny/xmail
If mails are only generated locally (using mutt, mail, ...) you might
want to give:
http://packages.debian.org/lenny/msmtp
http://packages.debian.org/squeeze/dma
a try.
qmail is only available as source in the non-free repository, building
from source is no fun at all within an embedded environment. Unless you
have a development station for cross compiling around you should skip
this option.
Except the disk space the binaries, libs and config files might use up,
you should more worry about the mail queue. Everything is put into a
queue (on the disk) in the first place. You should try to keep this off
the flash. Heavy write access will burn out your flash sooner or later.
Think of using tmpfs, aufs, unionfs... and store the message queue in
RAM. RAM is cheap by the way. In case of a power failure or other means
of sudden death the mails kept in RAM are lost, you might want to rsync
them on disk regularly (hourly) in order to keep messages which are
currently not deliverable (remote STMP server down).
Cheers,
Christoph
On 04/24/2010 09:19 AM, export at hope.cz wrote:
> Hi Christoph,
> Thank you for your reply.
> I use Linux with Compact flash so that the size of the Compact flash memory is the limit
> Users will send emails to a program running in the Compact flash so I need a mail server
> there too.
> Only SMTP, no POP3 server
>
> So, what would you suggest then?
> Ba.
>
>
>> Hi Ba,
>>
>> maybe you should point out what is lightweight from your point of view.
>>
>> Do you need mail forwarding? If not NoRelaySMTP could be a hit. Or maybe
>> a stripped down qmail will do.
>>
>> Cheers,
>> Christoph
>>
>>
>>
>>
>>> Does anyone know about a tiny / liteweight SMTP server for Linux( Debian)? I need the
>>> server that can accept several connections at the same time .
>>> I do not need POP3 server
>>>
>>> Thanks for help
>>> Ba.
>>>
>>>
>>> _______________________________________________
>>> Voyage-linux mailing list
>>> Voyage-linux at list.voyage.hk
>>> http://list.voyage.hk/mailman/listinfo/voyage-linux
>>>
>>>
>>>
>> _______________________________________________
>> Voyage-linux mailing list
>> Voyage-linux at list.voyage.hk
>> http://list.voyage.hk/mailman/listinfo/voyage-linux
>>
>
More information about the Voyage-linux
mailing list