summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2011-11-07Let the smtpd process handle the enqueueing of offline messages atEric Faurot
2011-11-06No need to save/restore the batch_id since the envelope is not dumpedEric Faurot
2011-11-06Do not dump the envelope status. It's useless and not reloaded anyway.Eric Faurot
2011-11-03since smtpctl doesn't need to be build along with client.c,Charles Longeau
2011-11-02simpler implementation of smtpctl local enqueuer that does not need libevent.Eric Faurot
2011-10-27Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i...Charles Longeau
2011-10-27Don't offer or negotiate SSLv2 and, since we don't do SSL sessionPhilip Guenthe
2011-10-26retain alphabetical order;Jason McIntyre
2011-10-26- fix smtpctl pause/resume so the ramqueue scheduling is done correctlyGilles Chehade
2011-10-25rewrite the sender user/domain as specified in the manpage when matchingEric Faurot
2011-10-23retain alphabetical order;Jason McIntyre
2011-10-23- smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>'Gilles Chehade
2011-10-23plug leakEric Faurot
2011-10-23a few important fixes:Eric Faurot
2011-10-23relay_as is not used anuwhereEric Faurot
2011-10-23introduce Q_CORRUPT and queue_backend operation to move a message fromGilles Chehade
2011-10-23add missing format stringCharles Longeau
2011-10-23add a missing DH_free() after ssl_set_ephemeral_key_exchange().Charles Longeau
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-10-22correctly set relay when expanding envelopesEric Faurot
2011-10-22tweak previous;Jason McIntyre
2011-10-22Add a log_trace() call to toggle logging of specific debugging info inEric Faurot
2011-10-13Drop a reference to the client SSL_CTX after SSL_new(), so that it isEric Faurot
2011-10-11fix parsing of :include: aliasesGilles Chehade
2011-10-10document that virtual maps require a domain keyGilles Chehade
2011-10-09show messages sent between processes in debug modeEric Faurot
2011-10-03- fix a segv caused by a deep recursion introduced with a recent quick-fixGilles Chehade
2011-10-03clarify that network sources are to be specified in CIDR notationGilles Chehade
2011-09-28removing annoying debug logGilles Chehade
2011-09-27check closefrom() return valueCharles Longeau
2011-09-19Quick fix to avoid fatal() when we receive a line which have a length of exac...Charles Longeau
2011-09-18a single ramqueue message may be shared by many ramqueue envelopes to beGilles Chehade
2011-09-12- introduce filtermask in struct smtpdGilles Chehade
2011-09-11remove unused headerCharles Longeau
2011-09-01move a log_debug() call to a less annoying spot so that it does not getGilles Chehade
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
2011-09-01add missing header needed by bsearch()Charles Longeau
2011-09-01- if no filter is setup, do not overwrite the data line with filtmsg bufferCharles Longeau
2011-08-31add support for per-line DATA callbacks, this allows filters to take theirGilles Chehade
2011-08-30Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of j...Charles Longeau
2011-08-30remove unused headerCharles Longeau
2011-08-30fix format stringCharles Longeau
2011-08-29cast all printed time_t to long long int, and change format string accordingly.Charles Longeau
2011-08-29remove unused fileCharles Longeau
2011-08-29add missing header needed by signal()Charles Longeau
2011-08-28Clear bounce envelope structure, to avoid wrong use when bounce_record_messag...Charles Longeau
2011-08-28fix pasto in strlcpy() truncation testGilles Chehade
2011-08-27typoGilles Chehade
2011-08-27initial support for a session-time filtering APIGilles Chehade
2011-08-26add missing header needed by time()Charles Longeau