* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-07 16:38 [gentoo-user] [OT] Simple and lightweight SMTP server Alexander Skwar
@ 2005-11-07 16:43 ` Mauro Faccenda
2005-11-07 17:38 ` kashani
2005-11-07 16:52 ` kashani
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Mauro Faccenda @ 2005-11-07 16:43 UTC (permalink / raw
To: gentoo-user; +Cc: Alexander Skwar
On Monday 07 November 2005 13:38, Alexander Skwar wrote:
> Hi.
>
> I'm looking for a very lightweight SMTP server. It
> should (in order):
>
> - Support TLS or SSL for outgoing/incoming connections
> - Be VERY light on CPU usage
> - Store mails in Maildir format (or hand it off to an
> MDA like procmail/maildrop, for them to store the
> mails)
> - Relay mail to only one smart host
>
> It is important, that the system isn't too heavy on
> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>
> What can you recommend?
>
> On normal systems, I always use Postfix, but that's
> not really "lightweight" :)
qmail
[]'s
Mauro
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-07 16:43 ` Mauro Faccenda
@ 2005-11-07 17:38 ` kashani
0 siblings, 0 replies; 8+ messages in thread
From: kashani @ 2005-11-07 17:38 UTC (permalink / raw
To: gentoo-user
Mauro Faccenda wrote:
> On Monday 07 November 2005 13:38, Alexander Skwar wrote:
>
>>On normal systems, I always use Postfix, but that's
>>not really "lightweight" :)
>
> qmail
six of one, half a dozen of the other in my mind as neither are
monolithic binaries. qmail uses ucspi-tcp to start thing as needed and
Postfix has its master process which basically does the same thing. I'd
probably test both anyway just to be sure, but if there is no drastic
difference I'd choose the one you're more familiar with.
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-07 16:38 [gentoo-user] [OT] Simple and lightweight SMTP server Alexander Skwar
2005-11-07 16:43 ` Mauro Faccenda
@ 2005-11-07 16:52 ` kashani
2005-11-07 17:34 ` Rumen Yotov
2005-11-11 23:48 ` Bryan Whitehead
3 siblings, 0 replies; 8+ messages in thread
From: kashani @ 2005-11-07 16:52 UTC (permalink / raw
To: gentoo-user
Alexander Skwar wrote:
> Hi.
>
> I'm looking for a very lightweight SMTP server. It
> should (in order):
>
> - Support TLS or SSL for outgoing/incoming connections
> - Be VERY light on CPU usage
> - Store mails in Maildir format (or hand it off to an
> MDA like procmail/maildrop, for them to store the
> mails)
> - Relay mail to only one smart host
>
> It is important, that the system isn't too heavy on
> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>
> What can you recommend?
>
> On normal systems, I always use Postfix, but that's
> not really "lightweight" :)
Unfortunately it's as light as you're going to find for the features
you want. And I suspect TLS and SSL to use far more of the CPU than the
MTA itself.
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-07 16:38 [gentoo-user] [OT] Simple and lightweight SMTP server Alexander Skwar
2005-11-07 16:43 ` Mauro Faccenda
2005-11-07 16:52 ` kashani
@ 2005-11-07 17:34 ` Rumen Yotov
2005-11-11 23:48 ` Bryan Whitehead
3 siblings, 0 replies; 8+ messages in thread
From: Rumen Yotov @ 2005-11-07 17:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 870 bytes --]
On Mon, 2005-11-07 at 17:38 +0100, Alexander Skwar wrote:
> Hi.
>
> I'm looking for a very lightweight SMTP server. It
> should (in order):
>
> - Support TLS or SSL for outgoing/incoming connections
> - Be VERY light on CPU usage
> - Store mails in Maildir format (or hand it off to an
> MDA like procmail/maildrop, for them to store the
> mails)
> - Relay mail to only one smart host
>
> It is important, that the system isn't too heavy on
> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>
> What can you recommend?
>
> On normal systems, I always use Postfix, but that's
> not really "lightweight" :)
>
> Thanks,
>
> Alexander Skwar
> --
> The debate rages on: Is PL/I Bachtrian or Dromedary?
Hi,
Another vote for "qmail", IMO most CPU power goes to filter spam|virus
(if used with perl or other interpreted lang).
Rumen
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-07 16:38 [gentoo-user] [OT] Simple and lightweight SMTP server Alexander Skwar
` (2 preceding siblings ...)
2005-11-07 17:34 ` Rumen Yotov
@ 2005-11-11 23:48 ` Bryan Whitehead
2005-11-12 5:15 ` Chad Leigh -- Shire.Net LLC
3 siblings, 1 reply; 8+ messages in thread
From: Bryan Whitehead @ 2005-11-11 23:48 UTC (permalink / raw
To: gentoo-user
Postfix.
On Mon, 7 Nov 2005, Alexander Skwar wrote:
> Hi.
>
> I'm looking for a very lightweight SMTP server. It
> should (in order):
>
> - Support TLS or SSL for outgoing/incoming connections
> - Be VERY light on CPU usage
> - Store mails in Maildir format (or hand it off to an
> MDA like procmail/maildrop, for them to store the
> mails)
> - Relay mail to only one smart host
>
> It is important, that the system isn't too heavy on
> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>
> What can you recommend?
>
> On normal systems, I always use Postfix, but that's
> not really "lightweight" :)
>
> Thanks,
>
> Alexander Skwar
>
--
Bryan Whitehead
Email:driver@megahappy.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-11 23:48 ` Bryan Whitehead
@ 2005-11-12 5:15 ` Chad Leigh -- Shire.Net LLC
2005-11-12 7:09 ` Chad Leigh -- Shire.Net LLC
0 siblings, 1 reply; 8+ messages in thread
From: Chad Leigh -- Shire.Net LLC @ 2005-11-12 5:15 UTC (permalink / raw
To: gentoo-user
> On Mon, 7 Nov 2005, Alexander Skwar wrote:
>
>> Hi.
>>
>> I'm looking for a very lightweight SMTP server. It
>> should (in order):
>>
>> - Support TLS or SSL for outgoing/incoming connections
>> - Be VERY light on CPU usage
>> - Store mails in Maildir format (or hand it off to an
>> MDA like procmail/maildrop, for them to store the
>> mails)
>> - Relay mail to only one smart host
>>
>> It is important, that the system isn't too heavy on
>> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>>
>> What can you recommend?
>>
>> On normal systems, I always use Postfix, but that's
>> not really "lightweight" :)
>>
>> Thanks,
>>
>> Alexander Skwar
---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad@shire.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [OT] Simple and lightweight SMTP server
2005-11-12 5:15 ` Chad Leigh -- Shire.Net LLC
@ 2005-11-12 7:09 ` Chad Leigh -- Shire.Net LLC
0 siblings, 0 replies; 8+ messages in thread
From: Chad Leigh -- Shire.Net LLC @ 2005-11-12 7:09 UTC (permalink / raw
To: gentoo-user
On Nov 11, 2005, at 10:15 PM, Chad Leigh -- Shire.Net LLC wrote:
>
>> On Mon, 7 Nov 2005, Alexander Skwar wrote:
>>
>>> Hi.
>>>
>>> I'm looking for a very lightweight SMTP server. It
>>> should (in order):
>>>
>>> - Support TLS or SSL for outgoing/incoming connections
>>> - Be VERY light on CPU usage
>>> - Store mails in Maildir format (or hand it off to an
>>> MDA like procmail/maildrop, for them to store the
>>> mails)
>>> - Relay mail to only one smart host
>>>
>>> It is important, that the system isn't too heavy on
>>> the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.
>>>
>>> What can you recommend?
>>>
>>> On normal systems, I always use Postfix, but that's
>>> not really "lightweight" :)
>>>
>>> Thanks,
>>>
>>> Alexander Skwar
> ---
> Chad Leigh -- Shire.Net LLC
> Your Web App and Email hosting provider
> chad@shire.net
>
Sorry, I had typed in a complete reply but guess my fat fingers hit
some key combo by accident that got rid of my text entry.
My answer would be exim with an appropriate configuration (run time
and build time). It is simple to run and configure and does not
launch all sorts of various extra processes.
Chad
>
> --
> gentoo-user@gentoo.org mailing list
>
---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
chad@shire.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread