summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
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
2015-12-01add IMSG_SMTP_CHECK_SENDER in preparation for another diffGilles Chehade
2015-12-01prepare the ground for the CA certificate handling refactor, this commitGilles Chehade
2015-11-30remove table-passwd, table-sqlite, and table-ldapJoerg Jung
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-30fix prototypeGilles Chehade
2015-11-30smtpd-api.h update, missing prototypes, no functional changeGilles Chehade
2015-11-30add a couple smtpd-specific defines we want to expose to filtersGilles Chehade
2015-11-30if a ca_name is set, dump it to on-disk envelope so we recall it on reload.Gilles Chehade
2015-11-30add ca_name field to some structures in preparation for a largerGilles Chehade
2015-11-30when looking up tables, start in /usr/local/libexec before /usr/libexec, soGilles Chehade
2015-11-30bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradeGilles Chehade
2015-11-30handle "mda command too long" as a tempfailGilles Chehade
2015-11-30replace a fatalx() with a graceful failureGilles Chehade
2015-11-30update to.c to fix IPv6 address parsing in smtpd.conf, while at it allowGilles Chehade
2015-11-30mechanical rename of some IMSG constantsGilles Chehade
2015-11-30While delivering to lmtp or mda, accept optional "as user" parameterSunil Nimmagadda
2015-11-30remove mailaddr_to_username(), no longer neededGilles Chehade
2015-11-30teach aliases expansion how to deal with user+tagGilles Chehade
2015-11-26Don't dereference a route and then reference it again. In this particular case,Tim van der Molen
2015-11-24add filter.c plumbing, not linked to the build, not used yetGilles Chehade
2015-11-24teach table_db and table_static about mailaddr maps (unused yet)Gilles Chehade
2015-11-23allow table API to lookup for mailaddr mappingsGilles Chehade