Age | Commit message (Expand) | Author |
2018-09-05 | rename flag | Eric Faurot |
2018-09-05 | rename token to match naming convention | Gilles Chehade |
2018-09-05 | some text improvements from matt schwartz; ok gilles | Jason McIntyre |
2018-09-05 | do not use the literal string "label" as our example label; ok gilles | Jason McIntyre |
2018-09-05 | rework the text about "label" somewhat for clarity; ok eric | Jason McIntyre |
2018-09-04 | remove useless session flag | Eric Faurot |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-09-04 | remove unused flags | Eric Faurot |
2018-09-03 | simplify the smtp_command() function by splitting cmd handlers into | Gilles Chehade |
2018-09-03 | bump max line size | Gilles Chehade |
2018-09-03 | document "wrapper" in the local section; from matt schwartz | Jason McIntyre |
2018-09-03 | use new smarthost syntax in log message | Eric Faurot |
2018-09-03 | Update and document syntax for smarthost string in smtpd.conf: | Eric Faurot |
2018-09-02 | mailaddr matching was working for the exact and domain match, but not when | Gilles Chehade |
2018-09-01 | properly deal with MAILER-DAEMON sender in LMTP | Gilles Chehade |
2018-09-01 | clarify the forward-only delivery action | Gilles Chehade |
2018-09-01 | sync fatalx() message between smtp_client_{state,response}; ok stsp@ gilles@ | miko |
2018-08-31 | switch to improved incoming message parser: | Eric Faurot |
2018-08-30 | fix use-after-free | Eric Faurot |
2018-08-29 | clean up the imsg structure for getnameinfo lookup results. | Eric Faurot |
2018-08-25 | remove unused header | Gilles Chehade |
2018-08-23 | import alternative message parser (not used yet). | Eric Faurot |
2018-08-22 | Fix a crash when relaying with authentication but auth table is not set. | Eric Faurot |
2018-07-25 | Implement a generic interface to forward resolver queries to the lka | Eric Faurot |
2018-07-25 | qmail advertizes a size of 0 as "no limit on data", fix SIZE handling in | Gilles Chehade |
2018-07-25 | delivery to a filename should be in mbox format otherwise it will lack the | Gilles Chehade |
2018-07-20 | Now that aliases in smtpd.conf default to plain text files and not | Todd C. Miller |
2018-07-15 | remove unused variable | Gilles Chehade |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | when rejecting a recipient due to any kind of error related to .forward and | Gilles Chehade |
2018-07-08 | remove 'event=' from logs it doesn't carry any information | Gilles Chehade |
2018-07-07 | make it more obvious that there was a problem with a .forward file: | Gilles Chehade |
2018-07-05 | further tweak the introductory text; ok gilles | Jason McIntyre |
2018-07-04 | "proto" is optional; from matthew martin | Jason McIntyre |
2018-07-03 | unbreak newaliases. | mortimer |
2018-06-28 | Don't ignore -n; OK gilles@ | Tim van der Molen |
2018-06-21 | - various tweaks to try to make DESCRIPTION read better | Jason McIntyre |
2018-06-18 | simplify parse_config() further so it no longer has any side effect outside | Gilles Chehade |
2018-06-18 | split smtp_accept() in two parts: the accept part, the session init part, | Gilles Chehade |
2018-06-18 | upfront, explain action/match, since it is central to how the new config works; | Jason McIntyre |
2018-06-16 | rework the table API so that it takes a struct smtpd * context in parameter | Gilles Chehade |
2018-06-15 | the %{sender} variable should expand to the MAIL FROM address, so in the | Gilles Chehade |
2018-06-13 | various clarifications for the auth/ca/pki/cert stuff; | Jason McIntyre |
2018-06-09 | parse SIZE advertisement | Eric Faurot |
2018-06-07 | remove unused flags and obsolete comments | Eric Faurot |
2018-06-07 | use RELAY_* flags where appropriate | Eric Faurot |
2018-06-07 | simplify the codepath for backup relay setup | Eric Faurot |
2018-06-06 | code cleanup | Eric Faurot |
2018-06-06 | remove fields that are found in struct dispatcher from struct relayhost | Eric Faurot |