summaryrefslogtreecommitdiffstats
path: root/debian/exim4-localscan-plugin-config.1.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:16:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:16:14 +0000
commit318a1a2246a9f521e5a02313dcc1f6d68a0af7ec (patch)
treee28c79d572e488bf782444e31d81291b99ef1932 /debian/exim4-localscan-plugin-config.1.xml
parentAdding upstream version 4.96. (diff)
downloadexim4-318a1a2246a9f521e5a02313dcc1f6d68a0af7ec.tar.xz
exim4-318a1a2246a9f521e5a02313dcc1f6d68a0af7ec.zip
Adding debian version 4.96-15+deb12u4.debian/4.96-15+deb12u4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/exim4-localscan-plugin-config.1.xml')
-rw-r--r--debian/exim4-localscan-plugin-config.1.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/debian/exim4-localscan-plugin-config.1.xml b/debian/exim4-localscan-plugin-config.1.xml
new file mode 100644
index 0000000..c7e9ef1
--- /dev/null
+++ b/debian/exim4-localscan-plugin-config.1.xml
@@ -0,0 +1,82 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!ENTITY dhfirstname "<firstname>Magnus</firstname>">
+ <!ENTITY dhsurname "<surname>Holmgren</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>2007-06-08</date>">
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>magnus@kibibyte.se</email>">
+ <!ENTITY dhusername "Magnus Holmgren">
+ <!ENTITY dhucpackage "<refentrytitle>EXIM4-LOCALSCAN-PLUGIN-CONFIG</refentrytitle>">
+ <!ENTITY dhpackage "exim4-localscan-plugin-config">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <productname>exim4</productname>
+ <address>
+ &dhemail;
+ </address>
+ <copyright>
+ <year>2007</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ <legalnotice>
+ <para>
+ This manual page was written by &dhusername; for
+ the &debian; system (but may be used by others). Permission is
+ granted to copy, distribute and/or modify this document without
+ any restrictions whatsoever.
+ </para>
+ </legalnotice>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ &dhucpackage;
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+ <refpurpose>get information necessary to build and package exim4
+ plugins</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg choice="plain"><option>--localscan-abiversion</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>Description</title>
+
+ <para><command>&dhpackage;</command> is a tool that is used to determine
+ various things needed to build plugins (shared libraries) for the
+ Exim MTA. Currently there is one such plugin API - the
+ <function>local_scan</function> API. In addition to local_scan plugins,
+ this API is also available to shared libraries used with the
+ ${dlfunc ...} expansion item.</para>
+ </refsect1>
+ <refsect1>
+ <title>Options</title>
+ <para>Since <command>&dhpackage;</command> is &debian;-specific,
+ it currently takes a single mandatory option parameter,
+ <option>--localscan-apiversion</option>, outputting the API/ABI
+ version (<replaceable role="variable">ver</replaceable>).
+ Packages containing local_scan plugins should depend on
+ exim4-localscanapi-<replaceable role="variable">ver</replaceable></para>
+ </refsect1>
+ <refsect1>
+ <title>See also</title>
+ <simplelist type="inline">
+ <member><citerefentry>
+ <refentrytitle>exim4</refentrytitle>
+ <manvolnum>8</manvolnum>
+ </citerefentry></member>
+ <member>Chapter 42 of the Exim specification</member>
+ </simplelist>
+ </refsect1>
+</refentry>