xxfi_helo.html revision 157001
190792Sgshapiro<html>
290792Sgshapiro<head><title>xxfi_helo</title></head>
390792Sgshapiro<body>
4132943Sgshapiro<!--
5157001Sgshapiro$Id: xxfi_helo.html,v 1.9 2005/08/30 23:41:45 ca Exp $
6132943Sgshapiro-->
790792Sgshapiro<h1>xxfi_helo</h1>
890792Sgshapiro
990792Sgshapiro<table border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
1190792Sgshapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
1290792Sgshapiro<pre>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_helo)(
1590792Sgshapiro	SMFICTX * ctx, 
1690792Sgshapiro	char * helohost
1790792Sgshapiro);
1890792Sgshapiro</pre>
1990792SgshapiroHandle the HELO/EHLO command.
2090792Sgshapiro</td></tr>
2190792Sgshapiro
2290792Sgshapiro<!----------- Description ---------->
2390792Sgshapiro<tr><th valign="top" align=left>DESCRIPTION</th><td>
2490792Sgshapiro<table border="1" cellspacing=1 cellpadding=4>
2590792Sgshapiro<tr align="left" valign=top>
2690792Sgshapiro<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.
30157001Sgshapiro</td>
3190792Sgshapiro</tr>
3290792Sgshapiro<tr align="left" valign=top>
3390792Sgshapiro<th>Default Behavior</th>
3490792Sgshapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
3590792Sgshapiro</tr>
3690792Sgshapiro</table>
3790792Sgshapiro
3890792Sgshapiro<!----------- Arguments ---------->
3990792Sgshapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
4090792Sgshapiro    <table border="1" cellspacing=0>
4190792Sgshapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
4290792Sgshapiro    <tr valign="top"><td>ctx</td>
4390792Sgshapiro	<td>Opaque context structure.
4490792Sgshapiro	</td></tr>
4590792Sgshapiro    <tr valign="top"><td>helohost</td>
4690792Sgshapiro	<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).
4990792Sgshapiro	</td></tr>
5090792Sgshapiro    </table>
5190792Sgshapiro</td></tr>
5290792Sgshapiro
5390792Sgshapiro</table>
5490792Sgshapiro
5590792Sgshapiro<hr size="1">
5690792Sgshapiro<font size="-1">
57157001SgshapiroCopyright (c) 2000, 2003, 2005 Sendmail, Inc. and its suppliers.
5890792SgshapiroAll rights reserved.
5990792Sgshapiro<br>
6090792SgshapiroBy using this file, you agree to the terms and conditions set
61112810Sgshapiroforth in the LICENSE.
6290792Sgshapiro</font>
6390792Sgshapiro</body>
6490792Sgshapiro</html>
65