CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Sendmail
Pages: [1]

Author Topic: Sendmail  (Read 4302 times)

musashi39

  • Guest
Sendmail
March 27, 2009, 10:57:23 am
http://www.tidesandcycles.org/error-127-ahahahhaha

Check the above for the weird error message I get. Tech support says sendmail is working just fine. I double and triple checked the path. not sure what -i is for.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Sendmail
March 27, 2009, 02:16:49 pm

given the various issues u r having, your best bet might be to hire someone from http://civicrm.org/professional/

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Sendmail
March 27, 2009, 02:21:24 pm
We ran into so many problems with the sendmail MTA that we replaced it with postfix on our sites.

-- Walt
http://dharmatech.org
oss@dharmatech.org
801.541.8671

musashi39

  • Guest
Re: Sendmail
March 27, 2009, 02:47:46 pm
What would I learn by hiring someone?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Sendmail
March 27, 2009, 03:46:16 pm

you'll probably get your issues resolved and be up and running sooner and with less frustration

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

musashi39

  • Guest
Re: Sendmail
March 27, 2009, 10:52:18 pm
I'm up and running now. I'm running through SMTP. Trying to configure sendmail because my SMTP host has  a limit of 500 emails per day.

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Re: Sendmail
March 28, 2009, 03:50:55 pm
Quote from: musashi39 on March 27, 2009, 10:52:18 pm
I'm up and running now. I'm running through SMTP. Trying to configure sendmail because my SMTP host has  a limit of 500 emails per day.
On Administer CiviCRM >> Global Settings >> Outbound Mail, if you configure SMTP then the host that's running CiviCRM will make a connection to the hostname and port you specify on that page and use that host to send mail.  If instead you configure sendmail with a path of, for example, /usr/sbin/sendmail and argument -i, then CiviCRM will run the /usr/sbin/sendmail program on the host where CiviCRM is running and pass it the argument -i, with the mail to send.  So in your case if you were using some different computer to send mail than the computer where you run CiviCRM, that might make a difference in your limits.

Our sites don't handle incoming mail, that's done by Google Mail.  So we prefer to block port 25 to keep the bad guys out, which means that we send mail by running the sendmail program rather than connect to the computer's port 25.  Needless to say, we can only do this because there is a sendmail program on the same computer that runs CiviCRM.

The documentation for sendmail is at http://www.sendmail.org which seems to be down at the moment so I can't give you the exact link to the -i argument.

-- Walt
http://dharmatech.org
oss@dharmatech.org
801.541.8671

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Sendmail

This forum was archived on 2017-11-26.