1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>xxfi_helo</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5266527Sgshapiro$Id: xxfi_helo.html,v 1.13 2013-11-22 20:51:39 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<H1>xxfi_helo</H1>
890792Sgshapiro
9168515Sgshapiro<TABLE border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_helo)(
15168515Sgshapiro	SMFICTX *ctx, 
16168515Sgshapiro	char *helohost
1790792Sgshapiro);
18168515Sgshapiro</PRE>
1990792SgshapiroHandle the HELO/EHLO command.
20168515Sgshapiro</TD></TR>
2190792Sgshapiro
2290792Sgshapiro<!----------- Description ---------->
23168515Sgshapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
24168515Sgshapiro<TABLE border="1" cellspacing=1 cellpadding=4>
25168515Sgshapiro<TR align="left" valign=top>
26168515Sgshapiro<TH width="80">Called When</TH> <TD>xxfi_helo is called whenever the client
27157001Sgshapirosends a HELO/EHLO command.
28157001SgshapiroIt may therefore be called several times or even not at all;
29157001Sgshapirosome restrictions can be imposed by the MTA configuration.
30168515Sgshapiro</TD>
31168515Sgshapiro</TR>
32168515Sgshapiro<TR align="left" valign=top>
33168515Sgshapiro<TH>Default Behavior</TH>
34168515Sgshapiro<TD>Do nothing; return SMFIS_CONTINUE.</TD>
35168515Sgshapiro</TR>
36168515Sgshapiro</TABLE>
3790792Sgshapiro
3890792Sgshapiro<!----------- Arguments ---------->
39168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
40168515Sgshapiro    <TABLE border="1" cellspacing=0>
41168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
42168515Sgshapiro    <TR valign="top"><TD>ctx</TD>
43168515Sgshapiro	<TD>Opaque context structure.
44168515Sgshapiro	</TD></TR>
45168515Sgshapiro    <TR valign="top"><TD>helohost</TD>
46168515Sgshapiro	<TD>Value passed to HELO/EHLO command, which should be
4790792Sgshapiro		the domain name of the sending host (but is, in practice,
4890792Sgshapiro		anything the sending host wants to send).
49168515Sgshapiro	</TD></TR>
50168515Sgshapiro    </TABLE>
51168515Sgshapiro</TD></TR>
5290792Sgshapiro
53168515Sgshapiro</TABLE>
5490792Sgshapiro
55168515Sgshapiro<HR size="1">
56168515Sgshapiro<FONT size="-1">
57261194SgshapiroCopyright (c) 2000, 2003, 2005 Proofpoint, Inc. and its suppliers.
5890792SgshapiroAll rights reserved.
59168515Sgshapiro<BR>
6090792SgshapiroBy using this file, you agree to the terms and conditions set
61112810Sgshapiroforth in the LICENSE.
62168515Sgshapiro</FONT>
63168515Sgshapiro</BODY>
64168515Sgshapiro</HTML>
65