summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
2014-04-11fix a use after free in an error pathJonathan Gray
2014-04-09display correct imsg when profiling is on and if the type was changedEric Faurot
2014-04-09Zap the mfa process. It is not currently doing anything, and content filteringEric Faurot
2014-04-09need to change imsg type before forwarding.Eric Faurot
2014-04-09remove useless define for bannerEric Faurot
2014-04-08use correct imsgEric Faurot
2014-04-08zero-fill static buffer before use in DSN codeGilles Chehade
2014-04-05fix writing of multiline To and Cc headersGilles Chehade
2014-04-04fix header parsing issue in enqueuer leading to From: header being strippedGilles Chehade
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-04-04start the purge task after events are set, or we can miss SIGCHLDEric Faurot
2014-04-03use asr helpers after libevent update.Eric Faurot
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
2014-04-01cleanup forkmda() and get rid of a useless seteuid()-based danceGilles Chehade
2014-03-26asr API is now publicEric Faurot
2014-03-25update after asr API updateEric Faurot
2014-03-25reword error message when a table has an invalid configuration file, it hasGilles Chehade
2014-03-25when locally enqueuing messages without specifying a domain for sender orGilles Chehade
2014-03-25Integrate necessary dns packet parsing helpers from asr.Eric Faurot
2014-03-24do not call purge_task every 10 secs, it is only needed once at startup andGilles Chehade
2014-03-22disable the imsg buffers profiling code unless requested, this will preventGilles Chehade
2014-03-19use smtpd man pages by default. ok deraadt jmcTed Unangst
2014-03-14more informative log message on unknown SNI.Eric Faurot
2014-03-14field renameEric Faurot
2014-03-14print the correct user name if SMTPD_QUEUE_USER is missingAlexander Hall
2014-03-13When failing to find the required privsep user entry, it is not cool atTheo de Raadt
2014-03-13remove old instructions about sendmail. poke by jmcTed Unangst
2014-03-13The enqueue utility should not add a User-Agent header to emails.Chris Cappuccio
2014-03-08format string has changed for K_USERINFOEric Faurot
2014-03-08code cleanupEric Faurot
2014-03-02if peer advertises DSN and we don't want to use it, make sure we don't sendGilles Chehade
2014-02-28The user.directory expansion is not supposed to be escaped.Eric Faurot
2014-02-28do not miss out F_BACKUP when dumping envelope or it breaks backup MXGilles Chehade
2014-02-25if a specific pattern of failures/success happen, we can end up notGilles Chehade
2014-02-24fix off by one leading to invalid host stats treeEric Faurot
2014-02-20use strcasecmp() to compare domains.Eric Faurot
2014-02-17fix possible NULL-deref in error code pathEric Faurot
2014-02-17new "smtpctl show status" command to show if mta/mda/smtp are currently runni...Eric Faurot
2014-02-17do not lookup pki based on hostname if one was specified for the listenerEric Faurot
2014-02-161) Fix the markup of the time specifications,Ingo Schwarze
2014-02-10tweak usage() and bump version.Eric Faurot
2014-02-04tweak previous;Jason McIntyre
2014-02-04fix warnings and copyrightEric Faurot
2014-02-04update documentationEric Faurot
2014-02-04Add support for DSN and Enhanced Status CodeEric Faurot
2014-02-04Allow the admin to pause relaying to a specific domain:Eric Faurot
2014-02-04internal improvements and cleanupsEric Faurot
2014-02-04socketmap table backend.Eric Faurot