aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement a mechanism by which the admin can forbid the mta toopensmtpd-201401201000Eric Faurot2014-01-177-1/+299
* Merge pull request #397 from mneumann/masterGilles Chehade2014-01-164-0/+536
|\
| * Remove #includeMichael Neumann2014-01-161-2/+0
| * Add Makefiles for OpenBSD version of table-redisMichael Neumann2014-01-162-0/+29
| * Fix a bug and add a config exampleMichael Neumann2014-01-162-14/+24
| * Implement table-redis backendMichael Neumann2014-01-161-0/+499
* | do not use SOCK_DGRAM but SOCK_STREAM in getaddrinfo() otherwise some strangeGilles Chehade2014-01-161-1/+1
* | Merge branch 'master' of https://github.com/poolpOrg/OpenSMTPDGilles Chehade2014-01-161-1/+1
|\ \
| * \ Merge pull request #389 from snimmagadda/masterGilles Chehade2014-01-091-1/+1
| |\ \ | | |/ | |/|
| | * Pass correct len for ascii_load_string. Fixes crash when ENVID is specified.Sunil Nimmagadda2014-01-091-1/+1
| |/
* | document table_passwdGilles Chehade2014-01-161-0/+64
* | add myself as copyright holder in table.5Gilles Chehade2014-01-161-0/+1
|/
* Merge branch '54-DSN'Gilles Chehade2014-01-069-22/+363
|\
| * Merge pull request #386 from snimmagadda/54-dsnGilles Chehade2014-01-063-5/+4
| |\
| | * Rename a variable for clarity.Sunil Nimmagadda2014-01-063-5/+4
| | * Rename the variable for clarity.Sunil Nimmagadda2014-01-033-4/+4
| |/
| * Merge branch 'master' into 54-DSNGilles Chehade2013-12-3039-246/+276
| |\
| * \ Merge branch '54-DSN' of https://github.com/poolpOrg/OpenSMTPD into 54-DSNGilles Chehade2013-12-091-10/+7
| |\ \
| | * \ Merge pull request #372 from snimmagadda/54-dsnGilles Chehade2013-12-071-10/+7
| | |\ \
| | | * | Resolve master merge conflicts.Sunil Nimmagadda2013-12-071-10/+7
| | |/ /
| * | | Merge branch 'master' into 54-DSNGilles Chehade2013-12-0914-73/+22
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into 54-DSNGilles Chehade2013-12-0642-799/+705
| |\ \ \
| * \ \ \ Merge pull request #369 from snimmagadda/54-dsnGilles Chehade2013-12-061-9/+0
| |\ \ \ \
| | * | | | agent.bounce.dsn_ret need not be dumped. Fallout from merge.Sunil Nimmagadda2013-12-051-9/+0
| |/ / / /
| * | | | Merge pull request #362 from snimmagadda/54-dsnGilles Chehade2013-11-231-0/+4
| |\ \ \ \
| | * | | | Dump dsn related parameters. Fallout from previous merge.Sunil Nimmagadda2013-11-231-0/+4
| |/ / / /
| * | | | use a define for envid lenGilles Chehade2013-11-211-2/+4
| * | | | Merge branch '54-DSN' of https://github.com/poolpOrg/OpenSMTPD into 54-DSNGilles Chehade2013-11-214-22/+38
| |\ \ \ \
| | * \ \ \ Merge pull request #334 from snimmagadda/mtaextGilles Chehade2013-10-214-21/+28
| | |\ \ \ \
| | | * | | | Zero out mta_nodsn field initially.Sunil Nimmagadda2013-10-171-0/+1
| | | * | | | When NOTIFY=SUCCESS and the relay doesn't advertise DSN we generated a DSNSunil Nimmagadda2013-10-175-11/+26
| | | * | | | Revert back mta's ext propogation to queue.Sunil Nimmagadda2013-10-163-12/+3
| | |/ / / /
| | * | | | Merge pull request #330 from snimmagadda/retGilles Chehade2013-10-144-5/+27
| | |\ \ \ \
| | | * | | | Include headers in dsn.Sunil Nimmagadda2013-10-101-7/+9
| | | * | | | Respect RET parameter.Sunil Nimmagadda2013-10-104-5/+25
| | |/ / / /
| * | | | | woops, fix for realGilles Chehade2013-11-211-4/+4
| * | | | | fix buildGilles Chehade2013-11-212-26/+35
| * | | | | Merge branch 'master' into 54-DSNGilles Chehade2013-11-2156-1393/+2478
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch '54-DSN' of https://github.com/poolpOrg/OpenSMTPD into 54-DSNGilles Chehade2013-10-093-13/+10
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #327 from snimmagadda/cleanupGilles Chehade2013-10-082-13/+7
| | |\ \ \ \ \
| | | * | | | | Remove dead code.Sunil Nimmagadda2013-10-081-11/+0
| | | * | | | | Accept ORCPT parameter.Sunil Nimmagadda2013-10-081-1/+4
| | | * | | | | Don't mix bitwise and relational operators. Explicitly check whether NEVER isSunil Nimmagadda2013-10-041-1/+3
| | * | | | | | Merge pull request #328 from snimmagadda/dsnneverGilles Chehade2013-10-081-0/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Honor NOTIFY=NEVER.Sunil Nimmagadda2013-10-081-0/+3
| | |/ / / / /
| * | | | | | Merge branch 'master' into 54-DSNGilles Chehade2013-10-0918-183/+573
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch '54-DSN' of https://github.com/poolpOrg/OpenSMTPD into 54-DSNGilles Chehade2013-10-019-23/+356
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #323 from snimmagadda/dsnGilles Chehade2013-10-019-23/+356
| | |\ \ \ \ \ \
| | | * | | | | | Note about mta_ext.Sunil Nimmagadda2013-10-011-0/+3
| | | * | | | | | Sync upstream and fix a null deref in smtpctl.Sunil Nimmagadda2013-10-0116-38/+111
| | | |\ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |