Re: smtp(1) add authentication

2020-12-21 Thread Eric Faurot
On Sun, Dec 20, 2020 at 07:58:56PM +0100, Martijn van Duren wrote: > Playing around with the filter API I want an easier way to send mail > with authentication instead of doing the transaction manually via > openssl or via bloated mailclients. Turns out we already have all the > plumbing in place a

smtp(1) add authentication

2020-12-20 Thread Martijn van Duren
Playing around with the filter API I want an easier way to send mail with authentication instead of doing the transaction manually via openssl or via bloated mailclients. Turns out we already have all the plumbing in place and just need to hook it up. OK? martijn@ Index: smtpc.c