X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig.php;h=dfbb4e3d8b49f5124744ef6fe185a241a68326bf;hp=87b93b17c6cec1114eb365ff71900b8a3605f7ec;hb=5c55c29540e62b101fcebdb779daf3309bde2709;hpb=8467bf0073db31214fb8643e06186c40821d9e1a diff --git a/config/config.php b/config/config.php index 87b93b17..dfbb4e3d 100644 --- a/config/config.php +++ b/config/config.php @@ -7,6 +7,18 @@ $org_name = "Operation Mobilization"; /* The server that your imap server is on */ $imapServerAddress = "adam.usa.om.org"; +$imapPort = 143; + +/* The domain where your email address is. + * EX: in "luke@usa.om.org", usa.om.org is the domain. + * this is for all the messages sent out. Reply address + * is generated by $username@$domain + */ +$domain = "usa.om.org"; + +/* Your SMTP server and port number (usually the same as the IMAP server) */ +$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.";