summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.c
AgeCommit message (Expand)Author
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
2011-11-16Do not unlink an offline message until it has been correctly enqueued.Eric Faurot
2011-11-14when receiving an unexpected imsg, print its name.Charles Longeau
2011-11-14The spool and offline directories are backend-independent, so theyEric Faurot
2011-11-07Let the smtpd process handle the enqueueing of offline messages atEric Faurot
2011-10-26- fix smtpctl pause/resume so the ramqueue scheduling is done correctlyGilles Chehade
2011-10-22tweak previous;Jason McIntyre
2011-10-22Add a log_trace() call to toggle logging of specific debugging info inEric Faurot
2011-10-09show messages sent between processes in debug modeEric Faurot
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
2011-08-29cast all printed time_t to long long int, and change format string accordingly.Charles Longeau
2011-08-27initial support for a session-time filtering APIGilles Chehade
2011-08-26add missing header needed by time()Charles Longeau
2011-05-17introduce new user_backend API for smtpd to lookup the users it wants toGilles Chehade
2011-05-17smtpd now uses an auth_backend API to authenticate users that are allowedGilles Chehade