Sign In Sign Out Mailing Lists Unsubscribe or Change Settings Help

OpenBSD Mailing List Server

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
configset listname bounce_max_count = [VALUE]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Default Value : 100
Data Type     : integer
Category      : bounce
Password Notes: Visible only with password. 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

EXAMPLE:
configset listname bounce_max_count = 50


The bounce_max_count setting contains the maximum number of delivery
failure records that will be saved in the bounce database for one
address.

The bounce_max_count and bounce_max_age settings are just used for
expiring old bounce data; we don't want to keep too much of it around
and so we delete a bounce datum if it is too old or we have too many
(in which case, the oldest are tossed).

Expiration of bounce data happens daily by default.  The frequency can
be changed by adjusting the "triggers" configuration setting.  

Subscribers and domain administrators can see a summary of a
subscriber's bounce data using the show command.  List administrators
can see a complete list of addresses with bounces using the who-bounce
command.

The error message that contains a complete description of the delivery
failure is stored in a session files.  Session files can be viewed using
the sessioninfo command.  To find the session number for a particular
bounce, use the report-full command.

The bounce database is stored in the main directory of a mailing list,
and is named "_bounce.D" or "_bounce.T".


See Also:
   help admin_subscribers
   help configset_bounce_max_age
   help configset_bounce_probe_frequency
   help configset_bounce_probe_pattern
   help configset_bounce_recipients
   help configset_bounce_rules
   help configset_triggers
   help report
   help sessioninfo
   help show
   help who

This is the "configset_bounce_max_count" help document for 
Majordomo 2, version 0.1201103110.

For a list of all help documents, send the following command:
   help topics
in the body of a message to majordomo@openbsd.org.

For assistance, please contact the openbsd.org administrators.
Sign In Sign Out Mailing Lists Unsubscribe or Change Settings Help