diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 154683c80..916ba286a 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -256,7 +256,18 @@ mail * create a special user for this; remember to NEVER launch Services as * root). */ - restrictmail = yes + restrict = yes + + /* + * This controls the minimum amount of time an user must wait before sending + * another e-mail after they have sent one. It also controls the minimum time + * an user must wait before they can receive another e-mail. This directive + * is optional, but recommended. + * + * This feature prevents users from being mail bombed using Services and + * it is highly recommended that it be used. + */ + delay = 5m } /* |
