It is likely that your work system has a system in place that will not let you send outgoing email from outside their network.
Depending on the system they are using, it could be that they look at the ip address range, or they could even look at a particular ip address.
Your mail administrator at work can tell you which system they use, and add you to the approved list.
It may be a little tough if your isp uses dynamic ip addresses, since the work system would use your public ip, not your local 192.168... ip Also your company may have a prohibition against off campus mail transfer.
The way to test this is to see if the email works when using the smtp settings for your local isp. This will tell you if your box has the proper configuration for sending email.
Main Topics
Browse All Topics





by: JustUNIXPosted on 2007-08-31 at 01:04:24ID: 19806603
a) What does
# svcs | grep sendmail
show?
b) Any more information from
# svcs -x
available?
c) What happens if you do a
# telnet 0 25
on your system? Use "quit" to exit, if necessary.
d) Have you retried to restart the service?
e) Did you check /var/log/syslog for 'sendmail' messages already?