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-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
2023-12-03
enable DSN (Delivery Status Notification) for the implicit socket too
Omar Polo
2023-12-01
allow tables and filter over multiple lines
Omar Polo
2023-11-16
consider an MX of "localhost" as it were a "Null MX"
Omar Polo
2023-11-08
RFC 7505 ("Null MX") handling
Omar Polo
2023-11-03
initialize `format' earlier
Omar Polo
2023-11-03
cast tv_usec to long for *printf
Omar Polo
2023-10-09
Add Message-Id as needed for messages received on the submission port.
Todd C. Miller
2023-09-29
bump version to 7.4.0
Omar Polo
2023-07-11
drop engine support
Omar Polo
2023-07-11
remove the useless logging methods
Omar Polo
2023-07-07
swap link-auth filter arguments
Omar Polo
2023-06-25
remove ssl_init()
Omar Polo
2023-06-23
smtpd: allow arguments on NOOP
Omar Polo
2023-06-21
clear errno before strtoull as it may already be set to ERANGE
Omar Polo
2023-06-21
avoid truncation of filtered data lines
Omar Polo
2023-06-18
remove ca_verify_cb(). was initially used for debugging, then the
Omar Polo
2023-06-18
sync imsg_to_str() with the list of imsg types in smtpd.h
Omar Polo
2023-06-18
smtpd: switch ECDSA_METHOD usage to EC_KEY_METHOD
Omar Polo
2023-06-17
bump version to 7.3.0
Omar Polo
2023-06-11
fix typo: 'hash buffer to small' -> too small
Omar Polo
2023-05-31
add missing include of time.h
Omar Polo
2023-05-25
remove two unused defines
Omar Polo
2023-05-19
fix markup for `maildir' in smtpd.conf(5)
Omar Polo
2023-05-16
some fatal -> fatalx to improved logging
Omar Polo
2023-05-15
cast to '(long long)' instead of '(long long int)'
Omar Polo
2023-05-10
constify day, month and tz
Omar Polo
[next]