summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2015-12-12add watermark define which will be needed for filtersGilles Chehade
2015-12-12if ca name not specified, pass hint to lka that a wildcard can matchGilles Chehade
2015-12-12In the configuration test mode (smtpd -n) setup queue crypto iff aSunil Nimmagadda
2015-12-12declare and init filter wait queues (unused yet)Gilles Chehade
2015-12-12add filter_dataline prototype + empty functionGilles Chehade
2015-12-12sender and recipient are mail addresses, not pathnames, use proper defineGilles Chehade
2015-12-12use smtpd specific define for table name sizesGilles Chehade
2015-12-12fix prototypesGilles Chehade
2015-12-12pki name and ca name must match a hostname, use HOST_NAME_MAXGilles Chehade
2015-12-12display CA name in log debugGilles Chehade
2015-12-12do not limit usernames to LOGIN_NAME_MAX in places where "virtual users"Gilles Chehade
2015-12-12rename an smtpd specific defineGilles Chehade
2015-12-12change variable nameGilles Chehade
2015-12-12when a specific CA was not requested, pass hint to lka that fallback to aGilles Chehade
2015-12-12prepare some imsg structures for upcoming diff to support wildcard caGilles Chehade
2015-12-11rename field member + whitespacesGilles Chehade
2015-12-11rename header_masquerade_callback() to header_domain_append_callback(), theGilles Chehade
2015-12-11fix a logic error in smtp_can_accept() which caused smtpd to accept lessGilles Chehade
2015-12-11add keywords that are going to be used in upcoming mini diffsGilles Chehade
2015-12-11in add_filter_arg() do not allow the same filter twice in same chainGilles Chehade
2015-12-11add filter.c prototypes, unused for nowGilles Chehade
2015-12-11prepare smtpd.h for masqueradingGilles Chehade
2015-12-11New '-F' option to let smtpd run in foreground while logging toSunil Nimmagadda
2015-12-11whitespaceGilles Chehade
2015-12-11Add -U option like the sendmail makemap, for dumping DB files back to textPhilip Guenther
2015-12-10free sc_queue_key only when it points to something other than "stdin"Sunil Nimmagadda
2015-12-10Do not fatal when a log_warn suffices.Sunil Nimmagadda
2015-12-10While listing envelopes using mailq(or smtpctl show queue), passSunil Nimmagadda
2015-12-09Document forward-only keyword. From Jason Barbier <jabarb@serversave.us>Sunil Nimmagadda
2015-12-09Install aliases(5), forward(5), makemap(8) and newaliases(8) manpagesSunil Nimmagadda
2015-12-08Let smtpd shutdown gracefully with a zero exit code when the privSunil Nimmagadda
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-05Remove a few NULL-checks before free().mmcc
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-03new sentence, new line;Jason McIntyre
2015-12-03remove trailing whitespaceJoerg Jung
2015-12-03introduce limit session keyword replacing fixed valuesJoerg Jung
2015-12-02whitespacesGilles Chehade
2015-12-01missing articles in previous;Jason McIntyre
2015-12-01whitespaceGilles Chehade
2015-12-01add received-auth parameter to listener to identify authenticated sessionsGilles Chehade
2015-12-01update enum values in listen optionsGilles Chehade
2015-12-01when peer outputs a multi-line response, concat response into a single logGilles Chehade
2015-12-01reorder headerGilles Chehade
2015-12-01whitespaceGilles Chehade
2015-12-01delay between retries when operating as a secondary MX increases too much,Gilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01cleanup MakefileGilles Chehade
2015-12-01add IMSG_SMTP_CHECK_SENDER in list of smtp IMSGGilles Chehade