- Run config/conf.pl from the command line. Use the D option to load
predefined options for specific IMAP servers, and edit at least the
Server Settings and General Options (datadir).
-- Browse to http://www.example.com/yourwebmaillocation/src/configtest.php
+- Browse to http://example.com/yourwebmaillocation/src/configtest.php
to test your configuration for common errors.
-- Browse to http://www.example.com/yourwebmaillocation/ to log in.
+- Browse to http://example.com/yourwebmaillocation/ to log in.
1. CONFIGURE YOUR WEBSERVER TO WORK WITH PHP
to work with PHP. You need at least PHP v4.1.0. SquirrelMail uses
the standard suffix .php for all PHP files.
- You can find PHP at http://www.php.net. See the documentation that
+ You can find PHP at http://php.net. See the documentation that
comes with PHP for instructions how to set it up.
The PHP IMAP extension is NOT necessary at all (but won't harm)!
----------------------------------------
SquirrelMail is constantly being improved. Therefore you should always
- get the newest version around. Look at http://www.squirrelmail.org
+ get the newest version around. Look at http://squirrelmail.org
to see what it is. If you want to be bleeding edge you might want to
consider using the latest SVN version (with the latest and most
fashionable bugs).
Point your browser at the URL at which SquirrelMail is installed. A
possible example of this is:
- http://www.example.com/squirrelmail
+ http://example.com/squirrelmail
It should be pretty straight forward to use. Some more documentation
might show up one day or another.
SquirrelMail
-http://www.squirrelmail.org
+http://squirrelmail.org
Introduction:
-------------
have a few minutes, please send us an email to let us know! You can send it
to our mailing list: squirrelmail-users@lists.sourceforge.net
-You can also go to the page below and fill out a small form to get listed
-with the list of people already using SquirrelMail (free advertising).
-
- http://www.squirrelmail.org/feedback.php
-
Contact:
--------
It is pretty easy to get in contact with the developers if you need help or
squirrelmail-users@lists.sourceforge.net
NOTE: you need to be subscribed to this mailinglist to be able to post to it!
-Please visit our web page (http://www.squirrelmail.org) and go to the section
+Please visit our web page (http://squirrelmail.org) and go to the section
titled "Mailing Lists".
Installation:
(version 1.5.1), and list your IMAP server and web server details. Bugs can be
submitted at:
- http://www.squirrelmail.org/bugs
+ http://squirrelmail.org/bugs
Thanks for your cooperation with this. This helps ensure that nothing slips
through the cracks. Also, please search the bug database for existing items
sure that they are still present in the latest development code snapshots. To
obtain thelatest development snapshot, see
- http://www.squirrelmail.org/download.php#snapshot
+ http://squirrelmail.org/download.php#snapshot
Happy SquirrelMailing!
- The SquirrelMail Project Team
print " should get the 'config_default.php' that matches the version\n";
print " of SquirrelMail that you are running. You can get this from\n";
print " the SquirrelMail web page by going to the following URL:\n";
- print " http://www.squirrelmail.org.\n";
+ print " http://squirrelmail.org.\n";
print "\n";
print "Continue loading with old config_default.php (a bad idea) [y/N]? ";
$ctu = <STDIN>;
print " to use the default logo, use ../images/sm_logo.png\n";
print " - To specify a logo defined outside the SquirrelMail source tree\n";
print " use the absolute URL the webserver would use to include the file\n";
- print " e.g. http://www.example.com/images/mylogo.gif or /images/mylogo.jpg\n";
+ print " e.g. http://example.com/images/mylogo.gif or /images/mylogo.jpg\n";
print "\n";
print "[$WHT$org_logo$NRM]: $WHT";
$new_org_logo = <STDIN>;
}
}
-
Version: 1.4.0
Release: %{rpm_release}
License: GPL
-URL: http://www.squirrelmail.org/
+URL: http://squirrelmail.org/
Vendor: squirrelmail.org
Group: Applications/Internet
Source: %{name}-%{version}.tar.bz2
Disable a plugin. Deactivates the plugin and saves SquirrelMail configuration.
.SH "BUGS"
If you find bugs in SquirrelMail configuration utility or this manual, you can
-report them in SquirrelMail bug tracker. See \fBhttp://www.squirrelmail.org/bugs\fR
+report them in SquirrelMail bug tracker. See \fBhttp://squirrelmail.org/bugs\fR
.SH "AUTHOR"
Tomas Kuliavas <tokul@users.sourceforge.net>
.SH "COPYRIGHT"
<description>
<p>
A lot of people helped out. To get a list of them, you can visit our
- web site <a href="http://www.squirrelmail.org" target=_top>www.squirrelmail.org</a>.
+ web site <a href="http://squirrelmail.org" target=_top>squirrelmail.org</a>.
</p>
</description>
</section>
echo '<ul>';
echo '<li>';
-printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), '<a href="http://www.squirrelmail.org/" target="_blank">SquirrelMail</a>', $version);
+printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), '<a href="http://squirrelmail.org/" target="_blank">SquirrelMail</a>', $version);
echo "</li>\n";
echo '<li>';
echo ' ';
// i18n: %s tags are used in order to remove html URL attributes from translation
-echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
+echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'<a href="http://squirrelmail.org/" target="_blank">','</a>');
?>
<br />
<br /><br />
</table></p>
<?php
$oTemplate->display('footer.tpl');
-?>