summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2010-04-11Increase limit on the length of "user" in user@domain.com to a valueJacek Masiulaniec
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-03-03tweak mda.c rev. 1.36: eliminate risk of busy waiting for socketJacek Masiulaniec
2010-03-03tweak mda.c rev. 1.36: eliminate risk of busy waiting for socketJacek Masiulaniec
2010-03-01mda_event() assumed the mbox fp to be a file when it could be a pipe, doGilles Chehade
2010-03-01typo in warning logGilles Chehade
2010-02-28the netmask fix I commited a couple days ago lacked the AF_INET6 bits,Gilles Chehade
2010-02-26- fix netmask matching for AF_INET, it was broken in many ways, problemGilles Chehade
2010-02-25fix incorrect reference; ok jmc@ gilles@ jacekm@Kevin Steves
2010-02-23add remove command; ok jmc@ gilles@Kevin Steves
2010-02-23Add a description for message-id and message-uid (text from gilles@).Kevin Steves
2010-02-17in map_stdio_get() use strdup on the right buffer, not on a pointer thatGilles Chehade
2010-02-17erf, previous fix to lka crash was still using the wrong define ...Gilles Chehade
2010-02-17the map api becomes backend-agnostic with initial support for db(3) andGilles Chehade
2010-02-17localpart of a struct path may legally exceed MAXLOGNAME, causing lka toGilles Chehade
2010-01-11Fix wrong logic in error checking of buf_dynamic, found by pcc.Jacek Masiulaniec
2010-01-10- teach runner how to remove a message from queue given a message id/uidGilles Chehade
2010-01-10have smtpd errx() at startup if no hostname could be detected either fromGilles Chehade
2010-01-03Implement "log verbose" and "log brief" to enable or disable verbose debugCharles Longeau
2010-01-02Replace 3 struct smtp_client members (ssl_handshake, rcptokay, dying) with aJacek Masiulaniec
2010-01-02Factor out parts of client_read() into client_socket_read() andJacek Masiulaniec
2010-01-02Simplify code by removing struct smtp_client member, int iomode, which wasJacek Masiulaniec
2009-12-31when separating command from parameters in smtp session, the parser triesGilles Chehade
2009-12-24kill PATH_RUNQUEUEHIGH and PATH_RUNQUEUELOW, i had great plans for them butGilles Chehade
2009-12-23Implementation of RFC 2920 PIPELINING extension, client side only for now.Jacek Masiulaniec
2009-12-16Don't lose a line each time a chunkful of content is read off the disk.Jacek Masiulaniec
2009-12-16Fix RCPT TO failure handling, bug introduced in r1.18.Jacek Masiulaniec
2009-12-15Simplify SSL code client-side, no functional change.Jacek Masiulaniec
2009-12-15Must aim better.Jacek Masiulaniec
2009-12-14Handle 6yz code as permanent error.Jacek Masiulaniec
2009-12-14Tweak the logic behind setting the fd limits so that smtpd is less likelyJacek Masiulaniec
2009-12-14Set initial session limit so that IMSG_SMTP_ENQUEUE can be satisfied evenJacek Masiulaniec
2009-12-14Control maximum number of bounce sessions similarly to how the mta and mdaJacek Masiulaniec
2009-12-14Clear S_MESSAGE_PERMFAILURE when creating the bounce message. Makes theJacek Masiulaniec
2009-12-14Impose sessions limit on the delivery sessions (mta and mda).Jacek Masiulaniec
2009-12-14Do non-blocking I/O when delivering locally over a pipe.Jacek Masiulaniec
2009-12-13Use safe fd limits in smtp, lka, queue, and control. Removes aJacek Masiulaniec
2009-12-13typoJacek Masiulaniec
2009-12-12When acting as a client do content reads from the disk progressivelyJacek Masiulaniec
2009-12-12Simplify client_* api, mainly by making fatal conditions result in immediateJacek Masiulaniec
2009-12-12Don't qualify empty sender address with the domain, eg. in sendmail -f "<>".Jacek Masiulaniec
2009-12-10Fix a case when 2yz status would not override existing 4yz one.Jacek Masiulaniec
2009-12-10Fix few read overruns found by parfait.Jacek Masiulaniec
2009-12-07Avoid dereferencing a null pointer when logging a DNS lookup failure.Joel Sing
2009-12-06fix previousJacek Masiulaniec
2009-12-05fix interface tagging listeners in the ipv6 caseCharles Longeau
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-26fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUMECharles Longeau
2009-11-23In "smtpd; smtpd;" the second instance would fatal quickly, but it wouldJacek Masiulaniec
2009-11-17Fix handling of 5yz response to EHLO, ie. fallback to HELO.Jacek Masiulaniec