discourse-legacysite-perl/site/glist/templates/gossamer/mailarc_about.html
2024-06-17 22:24:05 +10:00

125 lines
7.8 KiB
HTML

<%include include_header.html%>
<table width="772" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
<tr>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include plugin_include_menu.html%></td>
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td height="97%" colspan="3" valign="top">
<table width="764" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
<tr>
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
</tr>
<tr bgcolor="#C5E1A3">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr bgcolor="#C5E1A3">
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr class="bold_white">
<td bgcolor="#336600">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class="bold_white">
<td height="20"><img src="<%image_url%>/icons/plugin_manager.gif" height=14 hspace="2" vspace="0"><%if gossamer%>Install Plugins from Gossamer<%else%>Plugin Manager<%endif%></td>
<td align="right"><a href="glist.cgi?do=admin_page&pg=plugin_manager.html<%hidden_query%>"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<%GList::Plugins::admin_menu%>
<table cellspacing="1" cellpadding="2" border="0" width=100% align=center>
<tr>
<%if menu%>
<td class=body width=22% valign=top>
<table width=100% border= 1 cellpadding=0 cellspacing=0><%menu%></table>
</td>
<%endif%>
<td class=body align=center valign=top><br />
<table bgColor="#ffffff" border="0" cellPadding="3" cellSpacing="3" width="90%" valign="top" align="center">
<tr>
<td>
<p align="center"><b><font color="#000000" size="2" face="Tahoma,Arial,Helvetica">MailArc
Plugin</font></b></p>
<p> <font face="Tahoma, Arial, Helvetica" size="2">This plugin will allow
you to use Gossamer List as an archive for mailing list.<BR>
</font></p>
<p><font face="Tahoma, Arial, Helvetica" size="2"><b>+ Mail gateway configuration:</b></font></p>
<blockquote>
<p><font face="Tahoma, Arial, Helvetica" size="2">The following instructions
are for the configuration of a system using Unix/Linux and sendmail.</font></p>
</blockquote>
<ul>
<li><font face="Tahoma, Arial, Helvetica" size="2">
The MailArc plugin allows you to send a message from your desktop email client (Outlook) to GList, and GList will forward the message out to the lists within GList.
<br>
<br>
We must then edit the sendmail aliases file. Often, it is located at
&quot;/etc/aliases&quot;. We will take advantage of the facility to
associate a program with any arbitrary email address. For example: If
we want to create a special listener on the listowner_5
mailing list with the email address listowner_\@somehost.com (where
somehost.com is your server's domain name) we can enter the following
line into your aliases file. You will probably have to be root to make
this change.<br>
<br>
<font color="blue">listowner_5: "|$CFG->{priv_path}/archive.pl"</font><br>
<br>
<br>
Up to the &quot;:&quot; is the the username for the new email address.
The rest of the configuration string tells sendmail to invoke the script
&quot;archive.pl&quot; every time an email comes in for that user.<br>
<br>
To make sure that your mail server is able to use this change, you must
convert the &quot;aliases&quot; configuration file into a format that
sendmail can understand. To do so, run the command &quot;sendmail -bi&quot;
as root or as the mail system administrator. <br>
<br>
<font color=blue>[root\@penguin GList]# sendmail -bi<br>
/etc/aliases: 20 aliases, longest 70 bytes, 307 bytes total<br>
Jan 17 09:50:49 192 sendmail[9398]: alias database /etc/aliases rebuilt
by root </font><br>
<br>
Don't forget sign up this new email address to your mailing-list.<br>
</font></li>
<li><font face="Tahoma, Arial, Helvetica" size="2"><font color="#000000">If
you do not have the level of control to make changes to the &quot;aliases&quot;
file or are under a different system, the &quot;archive.pl&quot; script
runs as a mail pipe accepting emails from STDIN. Contact your system administrator
for the best option.<br>
</font><br>
</font> <font face="Tahoma, Arial, Helvetica" size="2"> </font></li>
</ul>
<p><font face="Tahoma, Arial, Helvetica" size="2"><b>+ MailArc POP3 Guide :</b> </font> </p>
<ul>
<p><font face="Tahoma, Arial, Helvetica" size="2">
You may use MailArc to pull out all emails from a POP3 account and archive them into your GList.
The command below should be run directly from your command line or should be set up as a cron job:<br>
<font face="Tahoma, Arial, Helvetica" size="2" color=blue><br>
archive.pl --forum=x --pop-host=<b><i>your_pop_host</i></b> --pop-user=<b><i>your_pop_user</i></b> --pop-pass=<b><i>your_pop_pass</i></b>
</font>
</font></p>
</ul>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%include include_footer.html%>