diff options
author | Adam <Adam@anope.org> | 2010-08-14 12:21:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-14 12:21:39 -0400 |
commit | d1b5797f5d742fdd18a8fd6ae31e20992182155c (patch) | |
tree | 655e99a1ebc1693d962b5722b69c9c0c35fa3fcc /Changes.conf | |
parent | a2e9e45e3778c7a29a30fbe3523026df5a5b8304 (diff) |
Added a config option that allows nix users to fork when sending mail, can drastically speed up mail sending on some boxes
Diffstat (limited to 'Changes.conf')
-rw-r--r-- | Changes.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes.conf b/Changes.conf index a737d8be8..d759aa810 100644 --- a/Changes.conf +++ b/Changes.conf @@ -2,6 +2,13 @@ Anope Version 1.8 - SVN ----------------------- ** ADDED CONFIGURATION DIRECTIVES ** +# ForkForMail [OPTIONAL] +# +# When enabled, services will fork when sending mail, which means there is no +# services lag from mail. This is only supported on operating systems that allow +# the use of forking (eg, not Windows). +# + ** MODIFIED CONFIGURATION DIRECTIVES ** # DefSessionLimit <limit> [REQUIRED] |