Skip to content

config sendmailpath

Violet edited this page Nov 2, 2010 · 2 revisions

SendMailPath

The filepath to the sendmail mail transfer agent (MTA).

By default, Melody looks for sendmail in three locations:

  • /usr/lib/sendmail
  • /usr/sbin/sendmail
  • /usr/ucblib/sendmail

Note: most MTAs (mail transfer agents) like sendmail, postfix and qmail provide a script that is installed automatically as "/usr/sbin/sendmail". This makes it very simple for those systems to route mail without the need to reconfigure anything. Chances are this is true on your system even if you don't use Sendmail. So first try using the default "SendMailPath" and see if mail delivery works. If not, you will need to consult your system administrator to determine the configuration settings you will need.

Values

A system filepath.

By default Melody looks for sendmail in the following three locations:

  • /usr/lib/sendmail
  • /usr/sbin/sendmail
  • /usr/ucblib/sendmail

Example

If sendmail is in a different location, adjust the SendMailPath configuration setting:

SendMailPath /path/to/sendmail

Related

Clone this wiki locally