The path to Sendmail in your CGI scripts
| Article ID: |
 |
000023 |
| Rating: |
 |
0.0 / 5.0 (0 votes)
|
| Views: |
 |
1262 |
|
Some programs such as the ones, which send email will need to know where the Sendmail program resides on the server. The script will typically have a setting like this: $mailprog = '/usr/sbin/sendmail'; and will want you to set it appropriately. Sendmail on our servers can be found here: /usr/sbin/sendmail or /usr/lib/sendmail.
<< back
|