Age | Commit message (Expand) | Author |
2009-04-20 | Allow MAIL FROM only in the S_HELO state, which results in behaviour | Jacek Masiulaniec |
2009-04-20 | fix previous, evtimer_set should be called only once, in session_init. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |
2009-04-19 | Wrap the EV_READ+EVLOCKED dance in one well documented function. | Jacek Masiulaniec |
2009-04-19 | error checking for readdir(2); ok gilles@ | Jacek Masiulaniec |
2009-04-18 | correct function name in fatal | Jacek Masiulaniec |
2009-04-18 | remove dead code; made possible by previous commit. | Jacek Masiulaniec |
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec |
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec |
2009-04-15 | don't call setproctitle for parent, at least one process should | Jacek Masiulaniec |
2009-04-15 | s/ssmtp/smtps/; ok gilles@ | Jacek Masiulaniec |
2009-04-15 | fix a bug where after all MX-es were found to be non-contactable, | Jacek Masiulaniec |
2009-04-12 | Code assumed the certificate name to always match the interface name, even | Gilles Chehade |
2009-04-12 | When runner_check_loop() detects a mail loop, remove the envelope. This is | Gilles Chehade |
2009-04-12 | when an error occurs while delivering a message with an empty envelope as a | Gilles Chehade |
2009-04-10 | tweaks; | Jason McIntyre |
2009-04-09 | make the manpage fairly complete, contains bits from jmc@ | Jacek Masiulaniec |
2009-04-09 | fixes for smtp auth LOGIN, inspired from smtp auth PLAIN fixes | Todd T. Fries |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-04-05 | log_warn -> log_warnx | Gilles Chehade |
2009-04-05 | ignore -o option (for now at least) when working in enqueue mode, this | Gilles Chehade |
2009-04-03 | The smtp auth PLAIN specification is weird. It's valid (apparently for | Owain Ainsworth |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec |
2009-03-23 | various minor improvements; ok jacekm gilles | Jason McIntyre |
2009-03-23 | repair library use. this was detected on the vax, a nice static linking | Theo de Raadt |
2009-03-23 | good god no you do not use LDFLAGS to pull in libraries | Theo de Raadt |
2009-03-23 | Fixed a leaking of a fd each time a file is delivered to a mbox, which | Tobias Stoeckmann |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin |
2009-03-20 | initialize variable before using it as a counter in a loop | Gilles Chehade |
2009-03-19 | since maps may contain secrets, carry ownership and perms from source file | Jacek Masiulaniec |
2009-03-19 | make action_type == 0 mean A_INVALID, not A_RELAY; ok gilles@ | Jacek Masiulaniec |
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade |
2009-03-19 | in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is | Gilles Chehade |
2009-03-18 | remove debug X-Cipher and turn it into a useful log_info() | Gilles Chehade |
2009-03-18 | previous commit removed "else" condition | Gilles Chehade |
2009-03-18 | we can no longer create batches of MDA deliveries, so make sure runner | Gilles Chehade |
2009-03-18 | unbreak make release, spotted by todd and kurt | Jacek Masiulaniec |
2009-03-18 | in mta, when remote host advertises AUTH, do not attempt to authenticate | Gilles Chehade |
2009-03-17 | update a bit, but more work is needed on this man page, working on it and | Gilles Chehade |
2009-03-17 | move smtpd.conf to etc/mail/ directory. it is not installed yet by the | Gilles Chehade |
2009-03-16 | change smtpd.conf to what it will be by default: | Gilles Chehade |
2009-03-16 | in accept rules, support "for local" as a destination which is an alias to | Gilles Chehade |
2009-03-16 | update smtpctl.8 with new smtpctl commands | Gilles Chehade |
2009-03-16 | smtpctl goes to usr.sbin; ok gilles@ | Jacek Masiulaniec |
2009-03-16 | makemap goes to libexec/smtpd; ok gilles@ | Jacek Masiulaniec |
2009-03-16 | - mention /etc/mail/virtual in FILES section | Gilles Chehade |
2009-03-16 | mention /etc/mail/secrets in the FILES section | Gilles Chehade |