diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-15 06:53:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-15 06:53:18 +0000 |
| commit | 63fc1b411027b66dca92f4deba3087e3cc25d276 (patch) | |
| tree | 8be0211035086734eb2ddf379e1eb574197c0578 /roundcubemail/config | |
| parent | 118addb5f205505e412cd7d9d3dc66f1f26eb215 (diff) | |
- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
git-svn-id: https://svn.roundcube.net/trunk@1793 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index fcf7e8fff..ffa2d060f 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -107,6 +107,9 @@ $rcmail_config['smtp_helo_host'] = ''; // Log sent messages $rcmail_config['smtp_log'] = TRUE; +// how many seconds must pass between emails sent by a user +$rcmail_config['sendmail_delay'] = 0; + // these cols are shown in the message list // available cols are: subject, from, to, cc, replyto, date, size, encoding, flag $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag'); |
