-
Notifications
You must be signed in to change notification settings - Fork 36
config 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.
A system filepath.
By default Melody looks for sendmail in the following three locations:
/usr/lib/sendmail
/usr/sbin/sendmail
/usr/ucblib/sendmail
If sendmail is in a different location, adjust the SendMailPath configuration setting:
SendMailPath /path/to/sendmail
-
Categories: Appendix: Configuration Directives
-
Tags: config, email, mail delivery, password, password recovery, postix, qmail, sendmail