summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2011-03-23Simplify resolver initialization. This is done only onceEric Faurot
2011-03-23remove unused states in enumEric Faurot
2011-03-21do not close msgfd in bounce_session(), it is closed by client_close()Gilles Chehade
2011-03-21- reset smtp_client pointer to NULL after client_close()Gilles Chehade
2011-03-21fix a memory leak in client.c and properly close envelope inGilles Chehade
2011-03-15let smtpd use user-provided Diffie-Hellman parameters for ephemeral keyGilles Chehade
2011-03-09smtpctl show stats displays inet4/inet6 repartition for incoming sessionsGilles Chehade
2011-03-09make similar code .. more similarTodd T. Fries
2011-03-09*** empty log message ***Todd T. Fries
2011-03-03fix ss_to_text() and ss_to_ptr() so IP addresses are logged correctlyGilles Chehade
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