aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-14update documentationGilles Chehade1-3/+3
2013-02-14users -> userbaseGilles Chehade2-6/+6
2013-02-14users -> userbase in smtpd.conf(5)Gilles Chehade1-1/+1
2013-02-14smtpd.conf fix from jmc@Gilles Chehade1-14/+4
2013-02-14rule->r_users -> rule->r_userbaseGilles Chehade5-13/+13
2013-02-14users -> userbaseGilles Chehade1-5/+7
2013-02-14remove ambiguity for expandnodes across userbasesGilles Chehade4-20/+48
2013-02-14remove temporary variableGilles Chehade1-3/+2
2013-02-14void * -> struct table *Gilles Chehade1-1/+1
2013-02-14fix logsGilles Chehade1-2/+11
2013-02-14associate an expand node to the mapping it was expanded fromGilles Chehade4-2/+13
2013-02-14remove useless logGilles Chehade1-3/+0
2013-02-14display expandnode typeGilles Chehade1-1/+38
2013-02-14add pointer address to trace logGilles Chehade1-8/+11
2013-02-14log_trace(TRACE_EXPANDGilles Chehade1-16/+16
2013-02-13trace expandGilles Chehade7-3/+49
2013-02-13sync with OpenBSDGilles Chehade3-52/+32
2013-02-10sync cvs tags with OpenBSD-currentEric Faurot3-3/+3
2013-02-08change the scheduler backend API: when getting next batch, theEric Faurot3-50/+48
2013-02-08sync changes from OpenBSD-currentEric Faurot2-182/+189
2013-02-08Do not reverse the MX address list for MXs of the same preference.Eric Faurot1-1/+1
2013-02-05sync with openbsd's cvsidopensmtpd-201302051636Gilles Chehade13-14/+14
2013-02-05fix table updateGilles Chehade3-15/+16
2013-02-05fix wrong if checkGilles Chehade1-1/+1
2013-02-05allow '/' in the local part of an email address, but replace with ':'Eric Faurot2-3/+8
2013-02-05fix aliases parsingGilles Chehade1-1/+5
2013-02-05missing checksGilles Chehade2-7/+9
2013-02-05dead codeGilles Chehade1-2/+0
2013-02-05document helo in relay rulesGilles Chehade1-0/+23
2013-02-04remove unused flagEric Faurot2-4/+1
2013-02-04retreive -> retrieve by nicm@gilles3-4/+4
2013-02-04fix examplegilles1-2/+2
2013-01-31sync with openbsd-currentopensmtpd-201301312105Eric Faurot31-204/+47
2013-01-31add missing headeropensmtpd-201301311831Eric Faurot1-0/+1
2013-01-31reduce the default envelope message size to a reasonnable value,Eric Faurot1-5/+2
2013-01-31do not change the default buffer space. it's not so important now thatEric Faurot1-30/+0
2013-01-31- missing close()Eric Faurot4-9/+52
2013-01-30set confortable limits in the mdaEric Faurot1-2/+2
2013-01-30Update the mda internal scheduling logic. make the code clearer.Eric Faurot1-71/+87
2013-01-29add mda-specific stat countersEric Faurot1-6/+8
2013-01-29mssing senderEric Faurot1-2/+9
2013-01-29improve status message when tempfailing on limitsEric Faurot1-4/+8
2013-01-29raise mda limitsEric Faurot1-2/+2
2013-01-29use mda_envelope internally in mda.cEric Faurot1-82/+113
2013-01-29missing freeGilles Chehade1-0/+4
2013-01-29unnecessary freeGilles Chehade1-1/+0
2013-01-29bzero + missing freeGilles Chehade2-5/+10
2013-01-29fix was incorrectGilles Chehade1-10/+9
2013-01-29missing freeGilles Chehade1-1/+1
2013-01-29expand_free() should free the expand structureGilles Chehade3-2/+9