Qpsmtpd:denysoft multi rcpt
Jump to navigation
Jump to search
NAME
denysoft_multi_rcpt
DESCRIPTION
Plugin to return DENYSOFT for all recipients after the first (or all recipients having a different domain than the first, if 'match domain' set).
CONFIG
The following parameters can be passed to denysoft_multi_rcpt:
- match (domain|config)
match domain: denysoft all recipients having a different domain to the first recipient. Subdomains do not match i.e. they are denied.
match config: denysoft all recipients who have different sets of config files to the first recipient. This option currently only supports per_user_config style configs. If using this option, the plugin must come after the per_user_config plugin.
AUTHOR
Written by Gavin Carr <gavin@openfusion.com.au>.