aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update asr related code after latest API changesopensmtpd-201403261203Eric Faurot2014-03-264-65/+398
* docuemnt deliver asGilles Chehade2014-03-251-2/+20
* add back "deliver to lmtp/mda ... as foobar" to fork mda as user "foobar"Gilles Chehade2014-03-255-11/+39
* reword error message to make it more clearGilles Chehade2014-03-251-2/+2
* enqueuer should update domain in headers accordinglyGilles Chehade2014-03-251-1/+40
* do not call purge_task every 10 secs, it is only needed once at startup andGilles Chehade2014-03-241-47/+35
* remove old instructions about sendmailGilles Chehade2014-03-241-34/+0
* more informative log message on unknown SNI.Gilles Chehade2014-03-241-1/+2
* a queue user is mandatory, do not attempt _smtpd and fallback to _smtpqGilles Chehade2014-03-241-3/+1
* do not add a user-agentGilles Chehade2014-03-241-3/+0
* ASR field renamesGilles Chehade2014-03-241-8/+8
* disable the imsg buffers profiling code unless requested, this will prevent allGilles Chehade2014-03-243-0/+8
* do no build lua filter yetGilles Chehade2014-03-131-0/+1
* Test if lua function exists before registering themEmmanuel Vadot2014-03-131-8/+31
* Import lua filtersEmmanuel Vadot2014-03-132-0/+381
* - sc_hostname -> hostnameGilles Chehade2014-03-107-27/+26
* introduce queue_limitsGilles Chehade2014-03-104-8/+12
* introduce smtp_limitsGilles Chehade2014-03-103-5/+9
* introduce scheduler_limitsGilles Chehade2014-03-103-58/+62
* introduce mda_limitsGilles Chehade2014-03-103-20/+24
* more struct smtpd cleanupGilles Chehade2014-03-083-4/+4
* various mechanical cleanups in struct smtpdGilles Chehade2014-03-0814-113/+113
* remove define for banner, it's stupidGilles Chehade2014-03-082-2/+1
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2014-03-082-17/+15
|\
| * fix format stringEric Faurot2014-03-081-2/+2
| * code cleanupEric Faurot2014-03-081-15/+13
* | more struct smtpd cleanupGilles Chehade2014-03-075-27/+27
|/
* remove filtermask from struct smtpd and allocate sc_filters in the heapGilles Chehade2014-03-074-19/+17
* no need to keep config file path in struct smtpd we never use itGilles Chehade2014-03-072-5/+0
* we can now attach a filterchain to the local enqueuingGilles Chehade2014-03-061-1/+11
* - allow plugging a filter chain to the enqueue listenerGilles Chehade2014-03-061-3/+12
* Merge branch 'master' into filtersGilles Chehade2014-03-064-9/+33
|\
| * - no longer create the local listener inside smtp_enqueueGilles Chehade2014-03-064-9/+33
* | attach filters to listeners and have smtp notify the mfa aboutGilles Chehade2014-03-065-12/+32
|/
* Merge branch 'unfuck-ldap'Gilles Chehade2014-03-052-4/+4
|\
| * since format change, do not go one step beyond resultGilles Chehade2014-03-052-4/+4
* | update examplesopensmtpd-201403051037Gilles Chehade2014-03-052-4/+47
* | check that conninfo is not NULL before using itGilles Chehade2014-03-051-0/+4
|/
* format of userinfo has changed since this backend was first writtenGilles Chehade2014-03-051-2/+2
* do not add trailing spaces when sending MAIL/RCPT commands if peerGilles Chehade2014-03-021-6/+6
* Merge branch 'master' of ssh.poolp.org:/git/opensmtpdopensmtpd-201402281144Eric Faurot2014-02-281-1/+1
|\
| * we're past 5.5.0, rename our enqueuerGilles Chehade2014-02-281-1/+1
* | do not escape user.directory expansionEric Faurot2014-02-281-1/+1
|/
* Merge branch 'master' of ssh://ssh.poolp.org/git/opensmtpdGilles Chehade2014-02-288-25/+58
|\
| * Merge branch 'master' of ssh.poolp.org:/git/opensmtpdEric Faurot2014-02-271-0/+4
| |\
| * | filter output must be validated in the server, not in the filter glueEric Faurot2014-02-272-4/+5
| * | - do not expose the mailaddr structure to the filter api.Eric Faurot2014-02-278-25/+57
* | | do not ommit F_BACKUP otherwise backup MX are brokenGilles Chehade2014-02-281-1/+1
| |/ |/|
* | Merge pull request #425 from edeln/auth-login-initial-responseopensmtpd-201402271419Gilles Chehade2014-02-271-0/+4
|\ \ | |/ |/|
| * add support for initial-response for AUTH LOGINNicolas EDEL2014-02-181-0/+4