Installing sendmail on mac os x

raafay

Registered
I am working on a rails application and i need to send email. If somebody can help me in installing sendmail....
Thanks in advance
 
Most ISPs block port 25 so that home users' computers, if compromised by a virus or something, cannot become a source of spam. You may want to check with your ISP about what they do and do not block.

Also, what that really does is prevent you from sending mail through your ISP's mail servers that does not originate from within your ISP's network.

Without knowing what syntax you're using for sendmail, it's tough to tell exactly what the problem could be. You need to post more information in order for us to troubleshoot the problem -- in other words, "help us help you." You say you can't send mail, but you don't explain what's going on... does the sendmail program just quit without notice? Does it give you any error messages? Do the messages appear to send, but really don't send?

Please be much, much, much more specific. It's better to give us too MUCH information than too LITTLE. Explain the steps you're taking, post the exact sendmail syntax you're using, and tell us any and all error messages you receive.
 
Last edited:
But I am not being able to send email . I dont know whether there is some problem in smtp settings
You did not properly explain your problem. Can you receive mail but can't send it? What ElDiabloConCaca means is that many ISP's block access to outside SMTP servers on Port 25. You need to use the ISP's SMTP server. Some ISP's allow foreign SMTP access over Port 567.

For future reference: If you have a problem, then ask for help to diagnose and solve your problem. Don't ask about implementing your own poor prescribed solution. Consider this--if you have a headache, then ask for a help in stopping your headache. Don't ask for help to cut off your head.
 
This is not about Mail.app or another mail client. He probably uses a script that wants to use the local sendmail daemon to send mails, which is perfectly alright and is not the same thing as using your ISP's SMTP-server.
 
Back
Top