|
|
General
|
|
|
|
|
|
|
mailto CGI (multiple)
|
|
|
|
|
|
|
AWPS
|
|
|
|
|
|
|
webpub "handler"
|
|
|
|
|
|
|
links_daemon
|
|
|
|
|
|
|
expnotify
|
|
|
|
|
|
|
rename-logs
|
|
|
|
|
|
|
log_daemon
|
|
|
|
|
|
|
cgi.andrew
|
|
|
|
|
|
|
spam crap
|
|
|
|
|
|
|
|
Not used for actual communication, but is in the spamfilter.tmpl file. Pretty confused about how it's used.
|
|
|
|
|
|
|
imsp crap
|
|
|
|
|
|
|
|
I know we don't care anymore. Do we wanna get it off the machines?
|
|
|
|
|
|
|
Softdist
|
|
|
|
|
|
|
|
Lots of individual pieces of software seem to include the word "smtp" in their binaries. Don't know if this has any implications.
|
|
|
|
|
|
|
softidst_download_rpt.pl
|
|
|
|
|
|
|
Portal
|
|
|
|
|
|
|
rename-logs
|
|
|
|
|
|
|
cmurss portlet
|
|
|
|
|
|
|
|
smtpServer = "smtp.andrew..." in view.jsp. Now instead calls System.getProperty("mail.smtp.host", "relay.andrew.cmu.edu") instead.
|
|
|
|
|
|
|
cmusuggestions portlet
|
|
|
|
|
|
|
|
new SMTPComponent("smtp.andrew...") in view_process.jsp. Now instead calls System.getProperty("mail.smtp.host", "relay.andrew.cmu.edu"), and uses the result to create the SMTPComponent.
|
|
|
|
|
|
|
myAndrewPortlets
|
|
|
|
|
|
|
|
GeneralUtil.sendEmail() is hardcoded to override the mail.smtp.host property with "smtp.andrew..." and then do mail stuff. Now it checks to see if it's set, and if it is, leaves it alone. If it's not set, it sets it to relay.andrew.cmu.edu.
|
|
|
|
|
|
|
portal itself
|
|
|
|
|
|
|
|
Might only be used for functions we do not use. Will this even work in our environment? The machines aren't answering on this port anyway!
|
|
|
|
|
|
|
OldPortal (VAP 7.0 machines)
|
|
|
|
|
|
|
portal itself
|
|
|
|
|
|
|
|
Easy to fix, but consequences are trivial too.
|
|
|
|
|
|
|
cmurss, cmusuggestions
|
|
|
|
|
|
|
|
(As above, but unused here.)
|
|
|
|
|
|
|
cmuebs portlet
|
|
|
|
|
|
|
|
Old portal emergency alert system. No longer used.
|
|
|
|
|
|
|
AlertNow
|
|
|
|
|
|