summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.c
AgeCommit message (Expand)Author
2013-02-14- log smtpd version at startupGilles Chehade
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-01-31assorted fixes spotted by Coverity.Eric Faurot
2013-01-28- introduce 'smtpctl trace lookup' to trace lookup processGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-11-20Allow "smtpctl show queue" to run in "online" mode if the smtpd serverEric Faurot
2012-11-12Cleanups and improvements:Eric Faurot
2012-11-02Consistency and robustness improvements in mda:Eric Faurot
2012-10-17Document the -P option. While there, remove reference to -T, it's incomplete,Eric Faurot
2012-10-15implement and document "smtpctl stop"Eric Faurot
2012-10-15use shorter names for process titles.Eric Faurot
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-11- if argc / argv not empty after getopt() loop, display usageGilles Chehade
2012-10-04delay the call to log_debug() for displaying the backends used untilEric Faurot
2012-10-03disallow root deliveries for "deliver to filename" and "deliver to mda"Gilles Chehade
2012-09-28some smtpd.{c,h} cleanups:Eric Faurot
2012-09-16now that log_imsg() is only used in smtpd.c, set it as static.Charles Longeau
2012-09-16Factorize log_imsg() in imsg_dispatch() instead of in each imsg_callback()'sCharles Longeau
2012-09-11log the process name and place when calling fatal().Eric Faurot
2012-09-01- remove crypto_backendGilles Chehade
2012-08-29Introduce the crypto_backend API and provide support for... encrypted queueGilles Chehade
2012-08-26correctly check compress_backend_lookup() to avoid a NULL derefGilles Chehade
2012-08-26- define ZLIB_BUFFER_SIZE instead of hardcoding 8192Gilles Chehade
2012-08-25Add compress_backend, allowing compression of messages and envelopes in the q...Charles Longeau
2012-08-25- offline enqueue does not need to use the user_backend API, it relies onGilles Chehade
2012-08-25- introduce TRACE_PROFILINGGilles Chehade
2012-08-21Re-enable loop detection, but in mta and mda this time.Eric Faurot
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-08-19add missing IMSG_* in imsg_to_str()Charles Longeau
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-08-08log received fd in log_imsg() if anyEric Faurot
2012-07-09- introduce log_trace(TRACE_SCHEDULER, ...)Gilles Chehade
2012-07-09- runner is the terminology we used back when we had runqueues, we noGilles Chehade
2012-07-08remove enum queue_kind from queue_fsqueue.c.Charles Longeau
2012-07-02Lookup queue and scheduler backends by name, rather than enum.Eric Faurot
2012-06-01allow to pause some subsystems at startup.Eric Faurot
2012-01-28smtpd no longer needs to tell us that it forks a purge process ever fewGilles Chehade
2012-01-24Add a parameter to the queue backend init() call to specify wether theEric Faurot
2012-01-18Add new filters callbacks for:Charles Longeau
2012-01-13Stop using envelope->status to report delivery outcome to theEric Faurot
2012-01-12Remove dead code for config reloading for now. It is not functionnalEric Faurot
2012-01-12use absolute path as fts may chdir() during traversal.Eric Faurot
2012-01-11Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpdEric Faurot
2011-12-13*finally* make use of certificate authority file if available !Gilles Chehade
2011-12-13split user_backend.c into user.c and user_pwd.c to be consistent with theEric Faurot
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade
2011-12-12add a session_enter_state() function to change the state of an smtpEric Faurot
2011-12-08rename struct user to struct mta_user to avoid namespace conflict elsewhereTodd T. Fries