Age | Commit message (Expand) | Author |
2016-07-03 | add -r option to enqueuer as compat interface for mailx | Gilles Chehade |
2016-07-02 | remove misleading comment. it's not true anymore. | Eric Faurot |
2016-07-02 | datain counter is part of the transaction state | Eric Faurot |
2016-07-02 | set the msgid on the transaction | Eric Faurot |
2016-07-01 | always refer to the helo string stored on the session | Eric Faurot |
2016-07-01 | flag the local socket listener as local. | Eric Faurot |
2016-06-30 | update aliases documentation to reflect reality | Gilles Chehade |
2016-06-29 | Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK | Eric Faurot |
2016-06-23 | move transaction-specific states from struct smtp_session to struct smtp_tx | Eric Faurot |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-20 | with new fork+reexec, in case of failure in init of any child process | Gilles Chehade |
2016-06-17 | Also add missing date or message-id when listening on the submit port | Otto Moerbeek |
2016-06-15 | properly reset the transaction when a filter rejects a message. | Eric Faurot |
2016-06-15 | increase number of connections a local address is allowed to establish | Gilles Chehade |
2016-06-15 | 'Received' header violates RFC when receiving a TLS session, rework format | Gilles Chehade |
2016-06-14 | Fix typo; OK jung@ | Todd C. Miller |
2016-06-08 | quote space-containing values in smtpd logs or they become hard to parse | Gilles Chehade |
2016-06-07 | use io_set_nonblocking() instead of SOCK_NONBLOCKING to reduce delta with | Gilles Chehade |
2016-06-06 | do not return on EAGAIN otherwise the event is never reloaded. | Eric Faurot |
2016-06-05 | LMTP banner is handled by a getline() call so it cannot handle multiline | Gilles Chehade |
2016-06-05 | delivery_lmtp does not know how to deal with LMTP servers returning | Gilles Chehade |
2016-06-02 | transfer is not a smtpctl command, but mta is | Joerg Jung |
2016-05-30 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-05-28 | Implement the fork+exec pattern in smtpd. | Eric Faurot |
2016-05-22 | start work on improving the log format, this is work in progress but it'll | Gilles Chehade |
2016-05-22 | use temporary variables to store some struct tm values, no functional | Gilles Chehade |
2016-05-21 | replace hardcoded '+' with TAG_CHAR define | Gilles Chehade |
2016-05-19 | table formats are described in table(5) not makemap(8) | Gilles Chehade |
2016-05-16 | No need to store the return value of fcntl(fd, F_SETFL, flags). | Todd C. Miller |
2016-05-16 | fix logic in error code path of smtp state machine that can lead to an | Gilles Chehade |
2016-05-16 | replace hardcoded + with TAG_CHAR | Gilles Chehade |
2016-05-11 | mention ca option in listen directive | Joerg Jung |
2016-05-08 | The "loop detected" message should not print the errno string. | Todd C. Miller |
2016-05-03 | listen directive may use a table for authentication, to make this work the | Joerg Jung |
2016-04-29 | fix "smtpctl show queue" reporting "invalid" envelope state. | Eric Faurot |
2016-04-21 | Use automatic DH parameters, instead of fixed ones. Also disable DHE by | Joel Sing |
2016-04-18 | add -T to SYNOPSIS; | Jason McIntyre |
2016-04-18 | document the -T flag | Joerg Jung |
2016-04-17 | fix typo, it is supposed to be smtpctl trace "filters" not "filter" | Joerg Jung |
2016-04-10 | arguments to "chain" are space separated, not comma; verified by jung | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-07 | fix error in documentation of `ca' keyword | Gilles Chehade |
2016-02-22 | the default address family for a listener was set too late and would | Gilles Chehade |
2016-02-21 | bump version | Gilles Chehade |
2016-02-15 | Revert previous, semarie@ found a regression. | Martin Pieuchot |
2016-02-14 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-02-13 | tweak previous; | Jason McIntyre |
2016-02-13 | describe how 'listen on socket' works | Gilles Chehade |