cbdev

Results 24 issues of cbdev

enhancement
good first issue
help wanted

eg. Logger config

enhancement
daemons
help wanted

Start by reading the RFCs and/or the lcov results and design new tests against functionality that could use more coverage. Reference points: - Test directory TODO files - Already implemented...

enhancement
documentation
good first issue
help wanted

- manpage - homepage

documentation
good first issue
help wanted

When all remote MXes reject the transaction with 5XX (e.g. due to a missing PTR record), the bounce reason is recorded as "Failure to reach any MX". The primary point...

enhancement
dispatchd
daemons
help wanted

Using expect and gnutls-serv

dispatchd
daemons
documentation
good first issue
help wanted

The LMTP protocol ([RFC 2033](https://tools.ietf.org/html/rfc2033)) differs from ESMTP in only a few ways * Port used * `EHLO` command replaced with `LHLO` * One delivery response *per* recipient Implementing this...

smtpd
daemons
feature
documentation

Most error checks in https://github.com/cmail-mta/cmail/blob/master/lib/tls.c only print a generic error message. Better/more helpful ones could be extracted by calling [gnutls_strerror](http://man7.org/linux/man-pages/man3/gnutls_strerror.3.html). This should probably also be extended to most other gnutls_...

enhancement
daemons
good first issue

...to prevent leaking the redirect target to the original sender

dispatchd
feature
idea