summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/store.c
AgeCommit message (Expand)Author
2009-08-18The end of headers check that is used to determine where to insert ourGilles Chehade
2009-08-08import some changes from portable smtpd to reduce the delta between both.Gilles Chehade
2009-08-06replace X-OpenSMPTD-Loop with Delivered-ToGilles Chehade
2009-08-06when writing a bounce, follow the same rule as for mta sessions and prependGilles Chehade
2009-08-06factorize file_copy_session() and file_copy() so file_copy() can handleGilles Chehade
2009-08-06This commit reworks the entire mailer daemon support to actually make itGilles Chehade
2009-07-28add missing bit to correctly spot loops in all cases.Gilles Chehade
2009-06-05Remove unneeded function that prepends mail with "From " marker.Jacek Masiulaniec
2009-05-27Insert Received: at receive time instead of delivery time; ok gilles@Jacek Masiulaniec
2009-03-15the mda process no longer uses struct batch as its central structure toGilles Chehade
2009-03-12Add new function time_to_text to correctly display the date.pea
2009-03-03fix mbox locking by having it done by mail.local(8) which in turns usesGilles Chehade
2009-02-23add missing headers needed by time()Charles Longeau
2009-01-30Do not break header for messages received via smtp.Oleg Safiullin
2009-01-29Received header line was incomplete for mail submitted through the enqueuerGilles Chehade
2009-01-28">From" escaping and \n appending is not needed for maildir; ok gilles@Jacek Masiulaniec
2009-01-14- simplify file_copy() and teach it how to write in mboxrd formatGilles Chehade
2009-01-01remove unnecessary includes; ok gilles@Jacek Masiulaniec
2008-12-06Don't include <err.h> where log.c API must be used.Jacek Masiulaniec
2008-12-06- fix spelling and grammar, From Nicholas Marriott <nicm__@ntlworld.com>Gilles Chehade
2008-11-17add missing header needed by time(), ctime_r() and tzset().Charles Longeau
2008-11-11- now that we fdopen() message file descriptor, do not forget to fclose()Gilles Chehade
2008-11-10- remove last occurences of the atomic api in store.c, smtpd no longer usesGilles Chehade
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-01correct order of includesTheo de Raadt
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade