Difference between revisions of "Qpsmtpd:bogus bounce"
From SME Server
Jump to navigationJump to search (perldoc output) |
(Add category qpsmtpd) |
||
Line 30: | Line 30: | ||
perldoc -T -ohtml /usr/share/qpsmtpd/plugins/bogus_bounce |pandoc -f html -t mediawiki |sed 1 i\\n\n\n<span id="_top">[[Qpsmtpd#Plugins]]</span> |sed -e s#</d.>## | perldoc -T -ohtml /usr/share/qpsmtpd/plugins/bogus_bounce |pandoc -f html -t mediawiki |sed 1 i\\n\n\n<span id="_top">[[Qpsmtpd#Plugins]]</span> |sed -e s#</d.>## | ||
--> | --> | ||
+ | ---- | ||
+ | [[Category:Qpsmtpd|bogus_bounce]] |
Latest revision as of 11:38, 18 July 2017
NAME
bogus_bounce - Check that a bounce message isn't bogus
DESCRIPTION
This plugin is designed to reject bogus bounce messages.
In our case a bogus bounce message is defined as a bounce message which has more than a single recipient.
CONFIGURATION
Only a single argument is recognized and is assumed to be the default action. Valid settings are:
- log
- Merely log the receipt of the bogus bounce (the default behaviour).
- deny
- Deny with a hard error code.
- denysoft
- Deny with a soft error code.
AUTHOR
2010 - Steve Kemp - http://steve.org.uk/Software/qpsmtpd/
2013 - Matt Simerson - added Return Path check