GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Qpsmtpd::Constants(3) User Contributed Perl Documentation Qpsmtpd::Constants(3)

Qpsmtpd::Constants - Constants for plugins to use

See README.plugins for hook specific information on applicable constants.

Constants available:

"OK"
Return this only from the queue phase to indicate the mail was queued successfully.
"DENY"
Returning this from a hook causes a 5xx error (hard failure) to be returned to the connecting client.
"DENYSOFT"
Returning this from a hook causes a 4xx error (temporary failure - try again later) to be returned to the connecting client.
"DECLINED"
Returning this from a hook implies success, but tells qpsmtpd to go on to the next plugin.
"DONE"
Returning this from a hook implies success, but tells qpsmtpd to skip any remaining plugins for this phase.
2013-12-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.