summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-17 16:35:52 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-17 16:35:52 +0000
commit505284e5b2ed3a31e5a1134247ebd98e7e8c7cd8 (patch)
tree1340f97ea8a206614ebc46fa8aceb1fb32309d09 /fetchmail-config-html.lsp
parent04e9f8a4fd47665dcbe370c5c4ac18472c9b94ef (diff)
downloadacf-fetchmail-505284e5b2ed3a31e5a1134247ebd98e7e8c7cd8.tar.bz2
acf-fetchmail-505284e5b2ed3a31e5a1134247ebd98e7e8c7cd8.tar.xz
Added new skin (to look for bugs in view-files). Changed table headers for some view-files.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@729 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'fetchmail-config-html.lsp')
-rw-r--r--fetchmail-config-html.lsp7
1 files changed, 3 insertions, 4 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index 7c0a0ca..ded27eb 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -69,9 +69,8 @@ configform(myform,tags)
<? --]] ?>
<H3>MAILBOXES</H3>
-<P>In the boxes below, select up to 10 mailboxes to check for mail. You will need to specify the remote mailbox and password, as well as the local (internal) mailbox to forward the mail to. The SMTP host is the name or address of the SMTP server to send the mail to. For mail destined for the internal branch network, this should be <B>svcoutside</B> (the address of the outside interface of the services BSN component). This is then forwarded to the to the internal component of the BSN for sending on to the branch network.</P>
-
-<P>For branches that use a POP3 account for the entire domain, selecting the <U>pop3domain</U> method will setup the appropriate configuration for retrieving and distributing the mail appropriately. The <B>domain</B> information should be your internet smtp domain. The <B>mailbox</B> field is ignored when this method is selected.</P>
+<P>You will need to specify the remote mailbox and password, as well as the local (internal) mailbox to forward the mail to. The SMTP host is the name or address of the SMTP server to send the mail to.</P>
+<P>If you want to use POP3 account for the entire domain, selecting the <U>pop3domain</U> method will setup the appropriate configuration for retrieving and distributing the mail appropriately. The <B>domain</B> information should be your internet smtp domain. The <B>mailbox</B> field is ignored when this method is selected.</P>
<P>When selecting the <U>pop3</U> or <U>imap</U> methods, the <B>domain</B> field should be left blank.</P>
<? -- START - SPECIAL VIEW FOR SHOWING AVAILABLE MAILBOXES ?>
@@ -81,7 +80,7 @@ local mailboxform = myform[tags]["value"]
?>
<DL>
<?
- io.write("\n\t<CENTER><TABLE STYLE='width:90%;border:1px solid #ccc;background:#eee'>\n\t\t<TR>\n\t\t\t<TD CLASS='header' WIDTH='130px'>")
+ io.write("\n\t<CENTER><TABLE STYLE='border:1px solid #ccc;background:#eee'>\n\t\t<TR>\n\t\t\t<TD CLASS='header' WIDTH='150px'>")
io.write("<CENTER>METHOD</CENTER></TD>\n\t\t\t<TD CLASS='header' COLSPAN=2>")
io.write("<CENTER>REMOTE</CENTER></TD>\n\t\t\t<TD CLASS='header' COLSPAN=2>")
io.write("<CENTER>LOCAL</CENTER></TD>\n\t\t</TR>")