Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
UNIX can't send mail out
Name: Scott Date: December 27, 2001 at 14:56:45 Pacific
Comment:
I had the mail program on my UNIX server sending mail through my Exchange server but I had to stop routing through Exchange due to a mail relay problem. I tried to enter the IP address of the UNIX server into the Routing Restrictions table in Exchange so that it would be the only computer allowed to route through but it will not send through. So I tried to use the SMTP address of our host to relay the mail but it will not send there either. I checked the router and there are no restrictions that would disallow SMTP traffic out so there should be no problem but it still will not work. I checked the gateway and that is correct. I can not figure this out. Is there some way to check where the mail is being stopped? Is there a simple solution to this that I am missing?
Summary: I have an ISP with a Unix Server. Several of my clients are receiving a message like this: " Unable to copy mail spool file to temp pop dropbox/var/mail/.estmartin.pop(28)" and then they cannon get...
Summary: Hi Frens, I have to send a mail from UNIX which is the output of a script and end to a mail ID in lotus notes. I tried: uuencode output.out | mail Mailid which sends an attachment to that mail ID, it ...
Summary: Hi Frens, I have to send a mail from UNIX which is a output of a script and send that to a lotus notes mail ID. I tried the below command: uuencode output.out | mail mymailID which sends output.out as...