summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
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
2011-08-17- plug a memory leak in runner_remove_envelope()Gilles Chehade
2011-08-17move ramqueue_host pointer from ramqueue_envelope to ramqueue_message.Gilles Chehade
2011-08-17- teach smtpctl remove about the new ramqueue structureGilles Chehade
2011-08-17- introduce ramqueue_lookup_{host,message,envelope} to perform lookups inGilles Chehade
2011-08-16smtpctl show sizes, displays the size of queue-related structures, usefulGilles Chehade
2011-08-16add a host-tree and an envelope-tree in the ramqueue, they will be used toGilles Chehade
2011-07-22tweak previous;Jason McIntyre
2011-07-21- update smtpctl.8 to reflect realityGilles Chehade
2011-07-20Fix reporting of permanent/temporary failures for MX lookups.Eric Faurot
2011-07-19Re-add the test which is needed in the case where the session failsEric Faurot
2011-07-19fix retry delay calculationEric Faurot
2011-07-13print more information in request state tracesEric Faurot
2011-07-13fix indentation in switchEric Faurot
2011-07-13do not make these values look like they are flags.Eric Faurot
2011-07-06fix that fscking "fgetln(): bad file descriptor" bug experienced by many.Gilles Chehade
2011-07-04%u in format string is rcpt.user not rcpt.domainGilles Chehade
2011-07-03imsg.h requires sys/queue.h and sys/uio.h.Nicholas Marriott
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-06-10tweak previous;Jason McIntyre
2011-06-09'relay as' and 'relay via as' rules allow smtpd to rewrite the user part,Gilles Chehade
2011-06-09spacingTheo de Raadt
2011-05-22tweak previous;Jason McIntyre
2011-05-22teach smtpd how to listen on an interface group so that we can do:Gilles Chehade
2011-05-22fix examples so they stay do not use external utilities and do not referGilles Chehade
2011-05-21remove unused commented structureGilles Chehade
2011-05-21until now the map_backend API was not really useful for backends that areGilles Chehade
2011-05-21remove annoying log_debug()Gilles Chehade
2011-05-21these log_debug()s should not have been committed :)Gilles Chehade
2011-05-21when a user add himself to his own ~/.forward, the delivery method was notGilles Chehade
2011-05-21make the "no DH parameters" warning a log_info()Gilles Chehade