Updating
[squirrelmail.git] / config / config.php3
CommitLineData
f8a2afab 1<?
2/* Organization's logo picture (blank if none) */
3$org_logo = "images/om_webmail.gif";
4
5/* Organization's name */
6$org_name = "Operation Mobilization";
7
8/* The server that your imap server is on */
9$imapServerAddress = "adam.usa.om.org";
10
11/* This is displayed right after they log in */
12$motd = " Welcome to OM's webmail system, SquirrelMail. We are currently in beta, and have not yet released a full version of SquirrelMail. Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
13
14/* SquirrelMail version number */
15$version = "0.0.1";
16?>