Departmental IT Status Information for May 2009

Older status page information has been moved to oldstatus so that this page could be made easier to read and more up-to-date. New information will continue to be added near the top of this page.

May 22, 2009

The UTORdial Service (modem access to UofT) will be terminated effective September 1, 2009. Please see here for more information.

Please note that the department stopped supporting modem access quite some time ago.

May 19, 2009

Some email messages claiming to be from facebook.com seem to have gotten passed our spam filter recently. If you get too many emails from any one particular address you can always blacklist that address by running, on coxeter

maillistedit add blacklist notification@facebook.com

replacing notification@facebook.com with the actual troublesome email address. (Of course legitimate email from that address will also no longer get through.)

maillistedit help

gives more information about whitelisting and blacklisting email addresses.

May 13, 2009

If you would like to have a printer selection dialog box come up when you try to print from firefox then you need to edit the prefs.js file that firefox uses. This file is normally called

/home/your_account_name/.mozilla/firefox/random_8_character_string.default/prefs.js
You would then delete the following three lines
user_pref("print.always_print_silent", true);
user_pref("print.postscript.cups.enabled", false);
user_pref("print.printer_PostScript/default.print_command", "kprinter");
which were added at one time due to problems with the Red Hat print subsystem.

[Last update: May 22, 2009]