Mail-Toaster

 view release on metacpan or  search on metacpan

doc/modules/Ezmlm.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mail::Toaster::Ezmlm</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@tenten-slave.macports.org" />
</head>

<body style="background-color: white">



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#DEPENDENCIES">DEPENDENCIES</a></li>
  <li><a href="#METHODS">METHODS</a></li>
  <li><a href="#AUTHOR">AUTHOR</a></li>
  <li><a href="#BUGS">BUGS</a></li>
  <li><a href="#TODO">TODO</a></li>
  <li><a href="#SEE-ALSO">SEE ALSO</a></li>
  <li><a href="#COPYRIGHT-AND-LICENSE">COPYRIGHT AND LICENSE</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>Mail::Toaster::Ezmlm - a batch processing tool for ezmlm mailing lists</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<pre><code>     ezmlm.cgi -a [ add | remove | list ]

     -a   action  - add, remove, list
     -d   dir     - ezmlm list directory
     -f   file    - file containing list of email addresses
     -v   verbose - print verbose options</code></pre>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>Ezmlm.cgi is a command line and CGI application that allows a domain administrator (ie, postmaster@example.com) to add, remove, and list batches of email addresses. You can use this utility to subscribe lists of email addresses, delete a list of a...

<h1 id="DEPENDENCIES">DEPENDENCIES</h1>

<pre><code> some functions depend on Mail::Ezmlm;
 authentication depends on &quot;vpopmail&quot; (a perl extension)</code></pre>

<p>If you need to run ezmlm.cgi suid, which is likely the case, then hacks to Mail::Ezmlm are required for the &quot;list&quot; function to work in taint mode. Also, for a perl script to run suid, you must have suidperl installed. Another (better) ap...

<h1 id="METHODS">METHODS</h1>

<dl>

<dt id="new">new</dt>
<dd>

<p>Creates a new Mail::Toaster::Ezmlm object.</p>

<pre><code>   use Mail::Toaster::Ezmlm;
   my $ez = Mail::Toaster::Ezmlm;</code></pre>



( run in 0.341 second using v1.01-cache-2.11-cpan-1edf4fed603 )