diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-04 08:40:20 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:22 +0200 |
commit | 2d5f8163021b68c639d8ae884386b04b255ab45f (patch) | |
tree | 0377dfb7ee5bb0b6e9b4728ce538e62d8aff0c9b /roles/lists | |
parent | 03e593ad7e619fb57497a69badf4d8246c83ef65 (diff) |
VERP management.
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/files/etc/sympa/sympa.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/lists/files/etc/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa.conf index f761383..5fe9405 100644 --- a/roles/lists/files/etc/sympa/sympa.conf +++ b/roles/lists/files/etc/sympa/sympa.conf @@ -159,43 +159,47 @@ queuetask /var/spool/sympa/task ## Directory for automatic list creation spool queueautomatic /var/spool/sympa/automatic ###\\\\ Internationalization related ////### ## Supported languages ## This is the set of language that will be proposed to your users for the Sympa GUI. Don't select a language if you don't have the proper locale packages installed. supported_lang sv,en_US ## Default language (one of supported languages) ## This is the default language used by Sympa lang sv ## If set to "on", enables support of legacy character set ## In some language environments, legacy encoding (character set) is preferred for e-mail messages: for example iso-2022-jp in Japanese language. legacy_character_support_feature off ###\\\\ Bounce related ////### +verp_rate 100% +#tracking_delivery_status_notification on +#tracking_message_disposition_notification on + ## Welcome message return-path ( unique | owner ) ## If set to unique, new subcriber is removed if welcome message bounce -welcome_return_path owner +welcome_return_path unique ## Remind message return-path ( unique | owner ) ## If set to unique, subcriber is removed if remind message bounce, use with care remind_return_path owner ## Task name for expiration of old bounces expire_bounce_task daily ## Bouncing email rate for warn list owner bounce_warn_rate 30 ## Bouncing email rate for halt the list (not implemented) ## Not yet used in current version, Default is 50 bounce_halt_rate 50 ###\\\\ Tuning ////### ## Use of binary version of the list config structure on disk (none | binary_file) ## Set this parameter to "binary_file" if you manage a big amount of lists (1000+); it should make the web interface startup faster cache_list_config none |