X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig.php;h=a4a5cde4511576ad5d01b0fcb6074aecd34eeee8;hp=87b93b17c6cec1114eb365ff71900b8a3605f7ec;hb=b8ea4ed629e58fb57a4b110867b4e1b84c82610f;hpb=2d7d3c2a990293153c16eb96c7fd8a099e6a0dd3 diff --git a/config/config.php b/config/config.php index 87b93b17..a4a5cde4 100644 --- a/config/config.php +++ b/config/config.php @@ -7,6 +7,10 @@ $org_name = "Operation Mobilization"; /* The server that your imap server is on */ $imapServerAddress = "adam.usa.om.org"; +$imapPort = 143; + +$smtpServerAddress = "adam.usa.om.org"; +$smtpPort = 25; /* This is displayed right after they log in */ $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 Nathan or Luke.";