Moved creation of headers into write822Header and some code clean up.
[squirrelmail.git] / config / config.php
index 881c59f4a8d493e2eb1f41cb77c36e07996c51d4..0a1d1d86b3fe643eded6917ffc8f79a5ba384648 100644 (file)
     $org_title = "SquirrelMail $version";
 
 //  The server that your imap server is on
-    $imapServerAddress = "adam";
+    $imapServerAddress = "localhost";
     $imapPort = 143;
 
 //  The domain where your email address is.
 //   Example:  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";
+    $domain = "initio.no";
 
 //  Your SMTP server and port number (usually the same as the IMAP server)
     $smtpServerAddress = "localhost";