Age | Commit message (Expand) | Author |
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 |
2020-01-08 | allow using the session username in builtin filters when available | Gilles Chehade |
2020-01-08 | enable builtin filtering for commit phase | Gilles Chehade |
2020-01-08 | emable builtin filtering for phase DATA, no idea why we didn't earlier as | Gilles Chehade |
2020-01-08 | reorder reporting events so they are triggered _after_ protocol-server | Gilles Chehade |
2020-01-07 | generate tx-envelope before tx-rcpt like for smtp-in | Gilles Chehade |
2020-01-07 | fix reporting of tx-mail and tx-rcpt for smtp-out | Gilles Chehade |
2020-01-07 | generate link-auth reporting event for outgoing sessions | Gilles Chehade |
2020-01-06 | make it more explicit that filters are unique processes | Gilles Chehade |
2020-01-06 | do not allow passing options to smtpctl encrypt | Gilles Chehade |
2020-01-06 | provide a better error message for invalid smtpctl commands | Gilles Chehade |
2020-01-03 | upon return of authentication we log the username and generate an smtp-in | Gilles Chehade |
2019-12-21 | upon connect to remote host extract hostname from banner when possible then | Gilles Chehade |
2019-12-21 | if a filter was attached to a relay action in config, notify instance that | Gilles Chehade |
2019-12-21 | start bringing smtp-out reporting code, lacks some events still | Gilles Chehade |
2019-12-21 | add FILTER_SUBSYSTEM_SMTP_OUT to filter_subsystem enum and add filter name | Gilles Chehade |
2019-12-21 | keep track of DATA length in mta_session, will be needed for smtp-out | Gilles Chehade |