summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue.c
AgeCommit message (Expand)Author
2021-08-02Fix incorrect status code for expired mails resulting in a misleadingEric Faurot
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-05-26replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.cEric Faurot
2020-12-31Rename the pony process to dispatcher and klondike to crypto.Martijn van Duren
2020-04-22Check for the dispatcher name in the envelope validation function.Eric Faurot
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-12-08Use correct RFC 3464 specified values for Action field in a DSN.Sunil Nimmagadda
2018-05-31remove 'where' parameter from all x*() functions in utils.c, it doesn'tGilles Chehade
2018-05-24switch smtpd to new grammarGilles Chehade
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2017-11-21no need to check the sending process in imsg handlers when there is noEric Faurot
2017-01-09smtpd joins the 7 other daemons that share the same log.c file.Reyk Floeter
2016-09-08Streamline the daemon shutdown sequence.Eric Faurot
2016-09-04The smtpd processes are not expected to ever leave their event loop.Eric Faurot
2016-09-01remove noop functionEric Faurot
2016-08-31Remove dead code. queue_flow_control() has never been used and isEric Faurot
2016-05-28Implement the fork+exec pattern in smtpd.Eric Faurot
2016-04-29fix "smtpctl show queue" reporting "invalid" envelope state.Eric Faurot
2016-01-27Check imsg data length before use.Sunil Nimmagadda
2015-12-28remove spaces after '!'Joerg Jung
2015-12-14remove trailing whitespaceJoerg Jung
2015-12-10While listing envelopes using mailq(or smtpctl show queue), passSunil Nimmagadda
2015-11-23Restructure bounce content as a multi-part MIME message.Sunil Nimmagadda
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
2015-10-29Implement smtpctl discover <evpid|msgid>.Sunil Nimmagadda
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-14whitespacesGilles Chehade
2015-10-13pledge() queue processGilles Chehade
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-07-10make the control process broadcast verbose/profile admin requests directly,Eric Faurot
2014-07-10Improve the scheduler, better and simpler.Eric Faurot
2014-07-08various queue improvements:Eric Faurot
2014-04-19(void) cast strlcpy() and snprintf() that cannot truncateGilles Chehade
2014-04-08use correct imsgEric Faurot
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-02-04Add support for DSN and Enhanced Status CodeEric Faurot
2014-02-04internal improvements and cleanupsEric Faurot
2014-02-04get rid of fdlimit()Eric Faurot
2013-11-20Rework the mda and scheduler to use the holdq mechanism instead ofEric Faurot
2013-10-27Implement a feedback mechanism which allows the mta to "hold" envelopesEric Faurot
2013-10-27Create the control socket in the parent process to abort early ifEric Faurot
2013-07-19Many MTA improvements:Eric Faurot
2013-07-19Assorted queue improvements:Eric Faurot
2013-07-19scheduler improvements:Eric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-07-19Remove useless sc_pid from struct smtpd.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-01-31do not need to tweak the socket sndbuf, now that the envelopes are passedEric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade