summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2010-12-19If MX lookup fails, fallback to using the host itself. This has always beenGilles Chehade
2010-12-18document "certificate" a little better;Jason McIntyre
2010-12-12use memcpy instead of a cast/deref dance that was reading pastJonathan Gray
2010-12-03be more strict on socket lifetime (fixes a fd leak).Eric Faurot
2010-11-29replace the fork-based-non-blocking-resolver-hack by shiny async resolverGilles Chehade
2010-11-28remove unused functionsGilles Chehade
2010-11-28remove all unused headersGilles Chehade
2010-11-28remove unused headersGilles Chehade
2010-11-28a bit of .h cleanups, no functionnal changeGilles Chehade
2010-11-24add *maxactive statsTodd T. Fries
2010-11-24we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user partGilles Chehade
2010-11-15Do not fatal if an attempt to open a message envelope results in ENOENT.Joel Sing
2010-10-29smtpd no longer knows a map called "secrets" which holds credentials forGilles Chehade
2010-10-28teach smtpd how to handle per-rule delays for message expiry, this allowsGilles Chehade
2010-10-18Mention that commands may be abbreviated, as done in other *ctl manuals.Stuart Henderson
2010-10-18Missing semicolons to appease yyextract, ok gilles@Stuart Henderson
2010-10-09these need to be re-added tooGilles Chehade
2010-10-09missing from previous commitGilles Chehade
2010-10-09no longer compiled, i will reintroduce them later, lots of stuff needs toGilles Chehade
2010-10-09backout the "new" queue code commited 4 months ago. it has many good ideas,Gilles Chehade
2010-09-20- fix a regression caused by latest commit (long story made short: do notGilles Chehade
2010-09-12oga@ spotted a bug in lka_expand() which caused it to miscalculate theGilles Chehade
2010-09-08when I fixed the ruleset matching on rules that had more than one conditionGilles Chehade
2010-09-08had planned to commit the change after oga@ and I are done with littleGilles Chehade
2010-09-08add support for sender expansion in smtpd.conf:Gilles Chehade
2010-09-08we do dns resolutions in a separate process because we don't have an asyncGilles Chehade
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-08-02Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail fromJacek Masiulaniec
2010-07-23smtpd should NOT fatal when it permanently fails a bounce delivery as thisGilles Chehade
2010-06-29force the dns buffers to be aligned using a union, until the retardedTheo de Raadt
2010-06-10allow configure queue expiryCharles Longeau
2010-06-09switch `ref' data type to int, because it is tested for negative value inzinovik
2010-06-04Use correct imsg type in error reply.Jacek Masiulaniec
2010-06-02check event_dispatch() return valueCharles Longeau
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-06-01Schedule newly arrived mail immediately, ie. place it at the beginningJacek Masiulaniec
2010-06-01Include birth time in smtpctl show queue raw.Jacek Masiulaniec
2010-06-01It's lasttry + 1 because I initially thought passing identical birthJacek Masiulaniec
2010-06-01Better errors.Jacek Masiulaniec
2010-06-01Don't interpret garbage on stack; problem seemingly exposed by myJacek Masiulaniec
2010-06-01Fix one case of not sending smtp session id on error.Jacek Masiulaniec
2010-05-31oopsJacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-31imsg_compose_event() return value was never checked. Make it fatal() if needed.Charles Longeau
2010-05-27when a rule has two conditions (ie: accept for { domain foo, domain bar } )Gilles Chehade
2010-05-27struct opt as not used anywhere else, kill it, we can reintroduce it laterGilles Chehade
2010-05-27kill struct opt from struct rule, we don't use it, we don't need itGilles Chehade