index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
mta.c
Age
Commit message (
Expand
)
Author
2015-12-01
whitespace
Gilles Chehade
2015-12-01
delay between retries when operating as a secondary MX increases too much,
Gilles Chehade
2015-11-30
mechanical rename of some IMSG constants
Gilles Chehade
2015-11-26
Don't dereference a route and then reference it again. In this particular case,
Tim van der Molen
2015-10-14
whitespaces
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-08
make sure to clear the WAIT flag when cancelling the connector timeout.
Eric Faurot
2014-07-08
fix typos.
Igor Sobrado
2014-05-20
format string cleanup: change "%i" to "%d" and fix a few typos
Eric Faurot
2014-04-19
(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate
Gilles Chehade
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
Eric Faurot
2014-03-08
code cleanup
Eric Faurot
2014-02-20
use strcasecmp() to compare domains.
Eric Faurot
2014-02-04
Add support for DSN and Enhanced Status Code
Eric Faurot
2014-02-04
Allow the admin to pause relaying to a specific domain:
Eric Faurot
2014-02-04
internal improvements and cleanups
Eric Faurot
2014-02-04
pki code cleanup
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
2013-12-06
fix smtpctl resume route
Eric Faurot
2013-12-05
When a relay fails, let the scheduler update all envelopes in the
Eric Faurot
2013-12-03
Rework the envelope flushing loops in mta to avoid sending all delivery
Eric Faurot
2013-11-30
do not send the holdq release message if no envelope were held for a relay.
Eric Faurot
2013-11-29
fix missing space from line break
Ted Unangst
2013-11-28
limit the number of envelopes to recall in the hoststat cache.
Eric Faurot
2013-11-06
Much much improved config parser and related changes.
Eric Faurot
2013-10-30
add "smtpctl show relays" and "smtpctl show hosts" commands
Eric Faurot
2013-10-29
add missing heloname field for relayhost.
Eric Faurot
2013-10-29
Report mta sessions errors on the route rather than on the MX.
Eric Faurot
2013-10-28
Set lastmxquery when the MX query returns, not when it is issued.
Eric Faurot
2013-10-27
Implement a feedback mechanism which allows the mta to "hold" envelopes
Eric Faurot
2013-10-27
Create the control socket in the parent process to abort early if
Eric Faurot
2013-10-26
%i -> %d in format strings
Eric Faurot
2013-07-19
Many MTA improvements:
Eric Faurot
2013-07-19
scheduler improvements:
Eric Faurot
2013-07-19
Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization
Eric Faurot
2013-07-19
Remove useless sc_pid from struct smtpd.
Eric Faurot
2013-06-04
fix use-after-free in debug traces
Eric Faurot
2013-06-03
plug a couple of memleaks
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-02-18
missing comma in log message
Eric Faurot
2013-02-08
retain the MX address order as sent by the lka for MXs with the same
Eric Faurot
2013-02-05
- handle getaddrinfo() error as LKA_TEMPFAIL
Gilles Chehade
2013-02-05
Spelling fixes: retreive -> retrieve. ok gilles
Nicholas Marriott
2013-01-28
use a stripped-down mta_envelope structure in the mta process.
Eric Faurot
2013-01-28
- introduce 'smtpctl trace lookup' to trace lookup process
Gilles Chehade
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-10-11
- no need to assign a separator to the last route flag since we're not
Gilles Chehade
[next]