summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka_session.c
AgeCommit message (Expand)Author
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-07-29- introduce xlowercase() and allow lowercase() to fail gracefullyGilles Chehade
2012-07-29get rid of A_INVALID.Eric Faurot
2012-07-12add support for maildir tagging/folders.Charles Longeau
2011-12-13split user_backend.c into user.c and user_pwd.c to be consistent with theEric Faurot
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade
2011-12-12remove comments about dead "struct delivery"Charles Longeau
2011-12-08rename struct user to struct mta_user to avoid namespace conflict elsewhereTodd T. Fries
2011-10-25rewrite the sender user/domain as specified in the manpage when matchingEric Faurot
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-10-22correctly set relay when expanding envelopesEric Faurot
2011-08-27initial support for a session-time filtering APIGilles Chehade
2011-07-04%u in format string is rcpt.user not rcpt.domainGilles Chehade
2011-06-09'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,Gilles Chehade
2011-05-21these log_debug()s should not have been committed :)Gilles Chehade
2011-05-21when a user add himself to his own ~/.forward, the delivery method was notGilles Chehade
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
2011-05-16remove useless assignationGilles Chehade
2011-05-16when a C_VDOM recipient expands to a local user, envelope expansion willGilles Chehade
2011-05-16murder struct path and make sure smtpd uses simpler structures that do notGilles Chehade