summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.conf.5
AgeCommit message (Expand)Author
2018-06-15the %{sender} variable should expand to the MAIL FROM address, so in theGilles Chehade
2018-06-13various clarifications for the auth/ca/pki/cert stuff;Jason McIntyre
2018-06-05document "match tag"; ok gillesJason McIntyre
2018-06-04for "match", document that envelopes that do not match anything are rejected,Jason McIntyre
2018-06-04tweak previous;Jason McIntyre
2018-06-04add support for mda wrappers allowing postmaster to define command wrappersGilles Chehade
2018-06-04tweak the text of the relaying example: make it clear that the exampleJason McIntyre
2018-06-04"match auth" matches transactions that *have been* authenticated;Jason McIntyre
2018-06-02restore one set of quotes i shouldn;t have removed;Jason McIntyre
2018-06-01instead of using 'set queue XXX' 'set mta XXX' 'set mda XXX' to set optionGilles Chehade
2018-06-01document that keywords have to be quoted when used additionally as argumentJason McIntyre
2018-06-01Require a valid certificate by default when relaying through a smarthost.Eric Faurot
2018-05-31- Replace virtual(5) reference by table(5) as virtual table format isGilles Chehade
2018-05-30consistent casing;Jason McIntyre
2018-05-30teach mail.maildir how to junk mails if -j option is set and X-Spam isGilles Chehade
2018-05-29it turns out we can provide syntaxic sugar for an LMTP action in smtpd.confGilles Chehade
2018-05-29remove paragraph that's no longer true about authenticated users beingGilles Chehade
2018-05-25Document that "from local" and "for local" are still the defaults.Todd C. Miller
2018-05-25fix broken exampleGilles Chehade
2018-05-24basic macro cleanupIngo Schwarze
2018-05-24switch smtpd to new grammarGilles Chehade
2017-07-11Remove "listen secure" syntax from smtpd.conf. It's broken since a couple ofMartin Natano
2017-06-07reword "listen on socket" somewhat; ok gillesJason McIntyre
2017-05-28reinstate the description of "mask-source" to "listen on socket": my changesJason McIntyre
2017-05-28mark up "masquerade";Jason McIntyre
2017-05-28split the two "listen on" directives into two separate items;Jason McIntyre
2017-05-24document that "for local" is the default; while here,Jason McIntyre
2017-02-13allow negation of authenticated keyword:Gilles Chehade
2017-01-08delete three macro lines that have no effect, found with mandoc -TlintIngo Schwarze
2016-09-11remove documentation for filters, we'll document when it's readyGilles Chehade
2016-08-31no need for Xo/Xc here, plus minor tweak;Jason McIntyre
2016-08-31introduce "authenticated" parameter so rules may apply to authenticatedGilles Chehade
2016-08-31word fix;Jason McIntyre
2016-08-31allow overriding the subaddressing delimiter with subaddressing-delimiterGilles Chehade
2016-05-19table formats are described in table(5) not makemap(8)Gilles Chehade
2016-05-11mention ca option in listen directiveJoerg Jung
2016-05-03listen directive may use a table for authentication, to make this work theJoerg Jung
2016-04-21Use automatic DH parameters, instead of fixed ones. Also disable DHE byJoel Sing
2016-04-10arguments to "chain" are space separated, not comma; verified by jungJason McIntyre
2016-03-07fix error in documentation of `ca' keywordGilles Chehade
2016-02-13tweak previous;Jason McIntyre
2016-02-13describe how 'listen on socket' worksGilles Chehade
2016-01-21another round of tiny wording tweaks and unificationsJoerg Jung
2016-01-19minor tweaks: remove comma, remove superflous plural s, add the word "file"Joerg Jung
2016-01-18minor tweaks: add single quote to @ char, add .Ic markup to forward-only,Joerg Jung
2016-01-18unify and add some more smtpd(8) referencesJoerg Jung
2016-01-03fix wording which becomes confusing now that filters is a real thingGilles Chehade
2015-12-22update examplesGilles Chehade
2015-12-15less macro and linesJoerg Jung
2015-12-13less macro;Jason McIntyre