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
Age
Commit message (
Expand
)
Author
2024-09-05
note that "|" and ":include:" are disallowed for root;
Jason McIntyre
2024-09-05
remove note falsely claiming that :include: is disallowed
Jason McIntyre
2024-09-03
fix some typos; courtesy of codespell; ok gilles@
Omar Polo
2024-09-03
bump version
Gilles Chehade
2024-08-12
implement the report response for proc-filters too
Omar Polo
2024-07-26
- document "ca" in the action ... relay section
Jason McIntyre
2024-06-11
smtpd: fix indent
Theo Buehler
2024-06-09
introduce a new K_AUTH service to allow offloading the credentials to a
Gilles Chehade
2024-06-02
remove prototypes with no matching function
Jonathan Gray
2024-05-28
actually honour the services supported by the proc tables
Omar Polo
2024-05-23
require an error message on table_proc failure replies
Omar Polo
2024-05-23
catch EOFs during table_proc handshake
Omar Polo
2024-05-22
align table_proc id printing with the rest of smtpd
Omar Polo
2024-05-22
improve the documentation for fetch request
Omar Polo
2024-05-14
oops, fix previous. wrong patch committed. was lacking the final \n
Omar Polo
2024-05-14
include the filter protocol version in the handshake
Omar Polo
2024-05-14
sync smtpd and protocol version in smtpd-filters(7) examples; ok gilles@
Omar Polo
2024-05-14
remove no-op methods from table_getpwnam; ok gilles@
Omar Polo
2024-05-14
use C99 syntax for filling the table_backend structs; ok gilles@
Omar Polo
2024-05-13
fix some leaks; ok op@
Jonathan Gray
2024-05-07
add smtpd-tables.7 for real; spotted by tb, thanks!
Omar Polo
2024-05-07
change the smtpd table protocol
Omar Polo
2024-05-07
install smtpd-tables(7)
Omar Polo
2024-05-02
unbreak parsing of IPv6 addresses in file-backed table(5)s
Omar Polo
2024-04-24
fix error return in fork_proc_backend(); ok gilles@
Omar Polo
2024-04-23
correct indentation; no functional change
Jonathan Gray
2024-03-24
permament -> permanent
Jonathan Gray
2024-03-20
fix ORCPT handling
Omar Polo
2024-03-18
improve the MDA documentation
Omar Polo
2024-03-15
add some initial documentation regarding MDAs
Omar Polo
2024-03-15
set ORIGINAL_RECIPIENT in the environment of mda scripts
Omar Polo
2024-03-02
bump version to 7.5.0
Omar Polo
2024-02-19
no need to be as strict with table formats on various match constraints,
Gilles Chehade
2024-02-11
unify smtpd and makemap table parser
Omar Polo
2024-02-03
missing "s" after apostrophe;
Jason McIntyre
2024-02-03
leave the command for mbox delivery unset
Omar Polo
2024-02-03
document that when an alternate delivery user is provided in a
Omar Polo
2024-02-02
when an alternate delivery user is provided in a dispatcher, do not process
Gilles Chehade
2024-02-02
there's no good reason to allow smtpd to execute custom command set by root
Gilles Chehade
2024-02-02
Run lmtp deliveries as the recipient user, not SMTPD_USER (_smtpd).
Todd C. Miller
2024-01-28
allow escaping inside quotes
Omar Polo
2024-01-20
Use imsg_get_fd() to access the fd passed via imsgs.
Claudio Jeker
2024-01-04
fix IPv6 addresses table lookups
Omar Polo
2024-01-04
set_localaddrs(): don't wrap IPv6s address with braces twice
Omar Polo
2024-01-03
relax ORCPT syntax validation
Omar Polo
2023-12-27
sync table(5) with reality
Omar Polo
2023-12-23
remove trailing whitespaces
Omar Polo
2023-12-05
reject headers that start with a space or tab
Omar Polo
2023-12-03
add the `no-dsn' option to `listen on socket' too
Omar Polo
2023-12-03
set the socket family too to mirror the LISTEN case; no-op in practice
Omar Polo
[next]