Age | Commit message (Expand) | Author |
2009-10-13 | sort; | Jason McIntyre |
2009-10-12 | trim ending whitespaces in aliases files otherwhise makemap will fail to | Gilles Chehade |
2009-10-12 | document the new "for virtual map [...]" syntax | Gilles Chehade |
2009-10-12 | - fix a null deref which could happen after a couple iterations of the | Gilles Chehade |
2009-10-12 | to support virtual domains properly, smtpd needed to have the domain stored | Gilles Chehade |
2009-10-12 | fix a bug where matching a "for all" rule with multiple condition will not | Gilles Chehade |
2009-10-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade |
2009-10-07 | now that mfa no longer does ruleset matching, parent no longer needs to | Gilles Chehade |
2009-10-07 | currently both mfa and lka perform ruleset matching for their own purposes. | Gilles Chehade |
2009-10-07 | since the bounce code rewrite, we no longer need to perform ruleset match | Gilles Chehade |
2009-10-07 | remove noisy log_debug, requested by gilles@ | Jacek Masiulaniec |
2009-10-06 | disallow AUTH once a session is in progress, this prevents a fatal from | Gilles Chehade |
2009-10-03 | Avoid NULL dereference when the final RCPT TO is refused. | Jacek Masiulaniec |
2009-10-03 | dont dereference garbage pointer, from martynas@ | Jacek Masiulaniec |
2009-09-25 | move the smtpd.conf-specific map bits back from makemap to smtpd.conf, | Jason McIntyre |
2009-09-23 | minor tweaks for the filter section; ok jacekm | Jason McIntyre |
2009-09-23 | Plug memleak. | Jacek Masiulaniec |
2009-09-22 | Make the error messages for failures at EHLO more precise by | Jacek Masiulaniec |
2009-09-22 | - move the map stuff to makemap.8 | Jason McIntyre |
2009-09-22 | When at MAIL FROM stage, handle the case when STARTTLS is required but not | Jacek Masiulaniec |
2009-09-22 | fix handling of certificates to unbreak DSA; allows starttls(8) instructions ... | Janne Johansson |
2009-09-21 | Expand "&" in the name part of gecos similarly to how sendmail and finger | Jacek Masiulaniec |
2009-09-21 | - some tweaks for the global section | Jason McIntyre |
2009-09-21 | merge EXPANSION into DESCRIPTION, since it is really part of | Jason McIntyre |
2009-09-20 | Fix typo, noticed by Nava Carson, thanks! | Jacek Masiulaniec |
2009-09-19 | some minor improvements for this page, as well as an expanded examples | Jason McIntyre |
2009-09-18 | Remove useless Received line added at the /usr/sbin/sendmail stage, it | Jacek Masiulaniec |
2009-09-17 | The client API is meant to require STARTTLS by default, a behaviour which | Jacek Masiulaniec |
2009-09-17 | tweak previous; ok jacekm | Jason McIntyre |
2009-09-17 | Add instructions for enabling smtpd to the EXAMPLES section. | Jacek Masiulaniec |
2009-09-16 | Do not print "could not load cert" warning at startup if certificate is not | Jacek Masiulaniec |
2009-09-16 | +.Xr mailer.conf 5 , | Jason McIntyre |
2009-09-16 | Free resources when bounce enqueue fails due to a timeout. | Jacek Masiulaniec |
2009-09-16 | Ignore sendmail's -L, -A, and -q switches: makes clientmqueue cron | Jacek Masiulaniec |
2009-09-15 | Extend SMTP client_* API to support SSL+AUTH, and use it in the mta | Jacek Masiulaniec |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-12 | Simplify line len checking: use one limit for all SMTP exchanges. | Jacek Masiulaniec |
2009-09-12 | fix a wrong computation in session_readline() where the length of line was | Gilles Chehade |
2009-09-12 | cmdlinetoolong stat was incremented at the wrong place, fix | Gilles Chehade |
2009-09-12 | - fix a compile time warning | Gilles Chehade |
2009-09-12 | replace a fwrite || fwrite construct with a fprintf which achieves the same | Gilles Chehade |
2009-09-08 | Cope with remote host sending '452 Insufficient system storage'. | Landry Breuil |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounces that could not be delivered. | Jacek Masiulaniec |
2009-09-04 | Prepend Return-Path. | Jacek Masiulaniec |
2009-09-04 | Fix scheduling of bounce messages. | Jacek Masiulaniec |
2009-09-04 | merged with mda.c | Jacek Masiulaniec |
2009-09-04 | Major mda update: | Jacek Masiulaniec |
2009-09-04 | Fix a crash when messagep->batch_id is read from disk and used long | Jacek Masiulaniec |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |