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
/
bounce.c
Age
Commit message (
Expand
)
Author
2009-12-23
Implementation of RFC 2920 PIPELINING extension, client side only for now.
Jacek Masiulaniec
2009-12-14
Handle 6yz code as permanent error.
Jacek Masiulaniec
2009-12-14
Control maximum number of bounce sessions similarly to how the mta and mda
Jacek Masiulaniec
2009-12-12
When acting as a client do content reads from the disk progressively
Jacek Masiulaniec
2009-12-12
Simplify client_* api, mainly by making fatal conditions result in immediate
Jacek Masiulaniec
2009-11-11
add missing headers needed by time()
Charles Longeau
2009-11-05
Include a Date: header in bounce messages.
Joel Sing
2009-11-05
Introduce a 6yz status code, used internally to report permanent errors.
Joel Sing
2009-09-16
Free resources when bounce enqueue fails due to a timeout.
Jacek Masiulaniec
2009-09-15
Extend SMTP client_* API to support SSL+AUTH, and use it in the mta
Jacek Masiulaniec
2009-09-04
Fix scheduling of bounces that could not be delivered.
Jacek Masiulaniec
2009-08-27
Implement client side of the SMTP protocol in a library-like module.
Jacek Masiulaniec
2009-08-06
when writing a bounce, follow the same rule as for mta sessions and prepend
Gilles Chehade
2009-08-06
factorize file_copy_session() and file_copy() so file_copy() can handle
Gilles Chehade
2009-08-06
fix a typo in bounce message t -> to
Gilles Chehade
2009-08-06
- introduce message_set_errormsg() to set the error description that will
Gilles Chehade
2009-08-06
This commit reworks the entire mailer daemon support to actually make it
Gilles Chehade