Re: [go-nuts] Maddy - composable all-in-one mail server

2020-05-22 Thread Adrian Ratnapala
Thanks for plugging this.

Out of curiosity, what does "composable" mean in this case?

On Thu, 21 May 2020 at 06:14,  wrote:
>
> Hello,
>
> I would like to introduce a project that, in my opinion, needs more attention 
> as it has a great potential. It is a secure-by-default MTA and MDA 
> implementation in a single server called Maddy, which works similarly to 
> Caddy web server.
> From what I witness, it is already working pretty well, despite being quite 
> alpha-quality software.
>
> You can read more about it on a GitHub page:
> https://github.com/foxcpp/maddy
>
> Cheers.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/002d5e0d-2469-4f15-8eb0-e8bdc67419f8%40googlegroups.com.



-- 
Adrian Ratnapala

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAN%2BHj7j81-8JjZpxsBbef9SApv%2BDG%2BiCqrtEK9Rquz73UyvU7A%40mail.gmail.com.


Re: [go-nuts] Maddy - composable all-in-one mail server

2020-05-25 Thread Kevin Chadwick
Looks quite good, but when did security become interchangeable with encryption 
support.

"Single process model allows more efficient implementation."

Why does security so often take a back seat to security. Also I doubt the qmail 
or OpenSMTPD priv sep models would slow it down. It might, if tcp or the fs was 
used for better cross platform support 🤔

Qmail used fs in places to try to guarantee, no loss of messages, once accepted.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/DFA5ACC0-873B-47A6-B00C-0F4B64F4A59B%40gmail.com.