diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:47:54 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:47:54 +0000 |
commit | 1a89f2475ccc29a649f36fbb23e545f34b0cfafd (patch) | |
tree | b9b9b6cefc2d6d487950975e3875db0c045eba23 /data | |
parent | fc21dbc2ec9f83dde90f69e42e2181a6455903dd (diff) |
Added restrictmail directive in mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1624 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r-- | data/example_new.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index dff8b7644..154683c80 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -246,6 +246,17 @@ mail * It should really exist. */ sendfrom = "services@localhost.net" + + /* + * If set, SENDPASS will be restricted to IRC operators. This directive is + * optional. + * + * WARNING: If you choose to not enable this option, you should limit the + * number of processes that the services user can have at a time (you can + * create a special user for this; remember to NEVER launch Services as + * root). + */ + restrictmail = yes } /* |