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
/
lka_session.c
Age
Commit message (
Expand
)
Author
2012-09-19
Remove aliases_exists() and aliases_virtual_exists(). The corresponding
Eric Faurot
2012-09-19
start cleaning the expansion code:
Eric Faurot
2012-09-18
make use of expandtree_free_nodes() in lka_session_destroy().
Eric Faurot
2012-09-18
- add xmemdup() helper.
Eric Faurot
2012-09-18
simple lka cleanups:
Eric Faurot
2012-09-18
remove C_NET. it's not used and there is no plan for it at the moment.
Eric Faurot
2012-09-17
Fix format expansion in smtpd.conf, it has confused a lot of people and it
Gilles Chehade
2012-08-21
Allow smtpd to work as a backup MX, relaying only to MXs with higher
Eric Faurot
2012-08-19
coding style: replace all occurences of u_int* with uint*
Charles Longeau
2012-08-09
Improve the message flows to completely isolate operations on the
Eric Faurot
2012-07-29
- introduce xlowercase() and allow lowercase() to fail gracefully
Gilles Chehade
2012-07-29
get rid of A_INVALID.
Eric Faurot
2012-07-12
add support for maildir tagging/folders.
Charles Longeau
2011-12-13
split user_backend.c into user.c and user_pwd.c to be consistent with the
Eric Faurot
2011-12-13
- introduce delivery backend API (delivery.c)
Gilles Chehade
2011-12-12
remove comments about dead "struct delivery"
Charles Longeau
2011-12-08
rename struct user to struct mta_user to avoid namespace conflict elsewhere
Todd T. Fries
2011-10-25
rewrite the sender user/domain as specified in the manpage when matching
Eric Faurot
2011-10-23
fsqueue no longer stores envelopes by dumping the structure, instead use a
Gilles Chehade
2011-10-22
correctly set relay when expanding envelopes
Eric Faurot
2011-08-27
initial support for a session-time filtering API
Gilles Chehade
2011-07-04
%u in format string is rcpt.user not rcpt.domain
Gilles Chehade
2011-06-09
'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,
Gilles Chehade
2011-05-21
these log_debug()s should not have been committed :)
Gilles Chehade
2011-05-21
when a user add himself to his own ~/.forward, the delivery method was not
Gilles Chehade
2011-05-17
introduce new user_backend API for smtpd to lookup the users it wants to
Gilles Chehade
2011-05-16
remove useless assignation
Gilles Chehade
2011-05-16
when a C_VDOM recipient expands to a local user, envelope expansion will
Gilles Chehade
2011-05-16
murder struct path and make sure smtpd uses simpler structures that do not
Gilles Chehade