Age | Commit message (Expand) | Author |
2020-12-23 | Fix a memory leak: use a single memory allocation for struct addrinfo and | Eric Faurot |
2020-12-23 | Use regfree after we're done with preg. | Martijn van Duren |
2020-12-21 | The plumbing already allowed for smtp authentication, hook it up to the -a | Martijn van Duren |
2020-12-21 | Use NI_NUMERICSERV. We don't use the result and it's faster and is a | Martijn van Duren |
2020-12-20 | Onlly call event_del if there are events enabled, since not all libevents | Martijn van Duren |
2020-12-20 | Free filter_name in lka_filter_end | Martijn van Duren |
2020-11-29 | Sync bsnprintf() with ldapd/util.c r1.13 | Theo Buehler |
2020-11-20 | partially revert revision 1.423 which went a bit too far | Joerg Jung |
2020-09-23 | Revert agentx support for now, we're too close to release. | Martijn van Duren |
2020-09-23 | Add support for agentx to smtpd. | Martijn van Duren |
2020-09-22 | Allow handling long lines in an aliases table. | Martijn van Duren |
2020-09-16 | Add the admd keyword. This can be used by filters interested in the | Martijn van Duren |
2020-09-14 | Fix handling of user names containing '@' symbols. | Todd C. Miller |
2020-09-14 | Document "pki" option for relay delivery too; from Nick Gasson | Todd C. Miller |
2020-09-14 | All buffers are in rw-memory, but lookup_record has it defined as | Martijn van Duren |
2020-09-14 | Make "spf walk" report if an spf-record has macro's and can't be resolved. | Martijn van Duren |
2020-08-27 | add missing "regex" keyword; from heddi nabbisen | Jason McIntyre |
2020-06-09 | set TLS SNI when relaying to host | Sebastien Marie |
2020-06-01 | Run lmtp deliveries as SMTPD_USER instead of the recipient user. | Christopher Zimmermann |
2020-05-21 | Correct getsockname(2)/getpeername(2) usage. | Todd C. Miller |
2020-05-06 | Only allow forkmda() to be called from a local action dispatcher. | Todd C. Miller |
2020-04-28 | In virtual alias context, do not try to match catchall entries for | Eric Faurot |
2020-04-25 | update filter documentation after protocol change | Eric Faurot |
2020-04-25 | point out that the "junk" filter decision adds the X-Spam header | Eric Faurot |
2020-04-24 | strip trailing CRs at smtp level rather than io level | Eric Faurot |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-04-22 | Check for the dispatcher name in the envelope validation function. | Eric Faurot |
2020-04-17 | switch email and result fields in mail-from/rcpt-to event reports | Eric Faurot |
2020-04-10 | When failing to validate a peer TLS certificate in the MTA due to the | Bob Beck |
2020-04-08 | bump smtpd version | Eric Faurot |
2020-03-18 | use CRLF line-ending during the SMTP dialog in the local enqueuer | Eric Faurot |
2020-03-17 | Exit when m_get_string() returns NULL to prevent nullptr dereference in | tobhe |
2020-03-16 | Initialize session.rcptto to NULL before parsing command line optinos. | Todd C. Miller |
2020-03-15 | Add missing casts to unsigned char when using ctype(3). | Todd C. Miller |
2020-03-08 | Rewrite qp_encoded_write. | Martijn van Duren |
2020-02-25 | fsqueue_envelope_dump() returns 0 on temporary failure, not -1. | Todd C. Miller |
2020-02-24 | Cast argument of ctype(3) macros to unsigned char, not int. | Todd C. Miller |
2020-02-24 | Bump version to 6.6.4 for errata and to match -portable. | Todd C. Miller |
2020-02-24 | Fix two security vulnerabilities discovered by Qualys. | Todd C. Miller |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2020-02-03 | ORCPT addresses are prefixed with an address type, the stricter check cause | Gilles Chehade |
2020-02-03 | now that mail.local(8) relies on lockspool(1) for mailbox locking, have the | Gilles Chehade |
2020-02-02 | add SENDER to mda environment and teach lmtp to use that instead of command | Gilles Chehade |
2020-02-01 | be much stricter about ORCPT, it isn't in the code path of local delivery | Gilles Chehade |
2020-02-01 | condition to enter mda_mbox() is too strict, if user have commands in their | Gilles Chehade |
2020-01-31 | introduce mda_mbox() to handle mbox delivery in its own code path, and make | Gilles Chehade |
2020-01-30 | Bump smtpd version after recent changes | solene |
2020-01-28 | Fix a security vulnerability discovered by Qualys which can lead to a | Gilles Chehade |
2020-01-20 | opportunistic tls downgrade logic is more complex than it should and can in | Gilles Chehade |
2020-01-08 | remove literal tab from a column list; | Jason McIntyre |