dma
dma copied to clipboard
The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
Hi, I find that several error handling sites forget to free the resource, which is allocated by function SSL_CTX_new(). See the following code, at line 128, function SSL_CTX_new() allocates the...
When compiling with newer GCC versions the following warning is emitted: ----------------------------------------------------------------------- In file included from /usr/include/string.h:495, from net.c:57: In function ‘strncat’, inlined from ‘read_remote.part.0’ at net.c:168:4: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’...
For mails where the body does not respect RFC2822, try to split by words finding the last space before 1000's character If no spaces are found then consider the mail...
Gmail seems to have some limits on the number of simultaneous logins. It seems to be around 16. It's repeatable, so I don't think 'Temporary System Problem' below is some...
My mailname as set to same as the recipient hostname. mail(1) using dma complained like: send-mail: no recipients Can't send mail: sendmail process failed with error code 66 dma logged...
Great project! I am currently using Exim configured as a local-only MTA and would like to switch to dma. I couldn't find a way to configure dma to disable remote...
Hi, In case of error, `smtp_init_crypto()` returns 1, this means that `deliver_to_host()` will return 1 to `deliver_remote()` which is translated as a temporary failure. Shouldn't failure to establish a secure...
I liked the direct replacement for sendmail on FreeBSD, which works out of the box without any daemon in the system, with remote SMTP auth (the main reason I wanted...
I would like to switch my servers from ssmtp to dma, but my email provider (fastmail) only supports plain authentication (see https://www.fastmail.com/help/technical/servernamesandports.html?u=85f84118). Do you plan to add support for plain...