| Article: |
Update to Mac OS X Terminal, Part 3 | |
| Subject: | A typo? | |
| Date: | 2002-06-08 12:35:24 | |
| From: | jeffulri | |
|
Your article suggests that one, "Save that file and then open /System/Library/StartupItems/Sendmail/Sendmail:
|
||
Showing messages 1 through 3 of 3.
-
A typo?
2002-06-09 20:44:25 jafager [View]
-
A typo?
2002-06-09 14:58:51 Chris Stone |
[View]
Actually, I meant what I wrote:
"Find this line near the end:
/usr/sbin/sendmail -bd -q1h
And add this line after it:
/usr/sbin/sendmail -C /etc/mail/submit.cf -q1h"
The lines, then, should look like this:
/usr/sbin/sendmail -bd -q1h
/usr/sbin/sendmail -C /etc/mail/submit.cf -q1h
That is, two sendmail instances are to be started.
Thanks,
--Chris
-
Not a typo.
2002-06-10 08:23:19 jeffulri [View]
Knowing now that this iteration of sendmail uses two processes (instead of the one it used previously), this makes perfect sense. Thanks for the clarification.



> line in question, thereby making sendmail a
> backgournd app, as it should be?
IIRC, sendmail is well-behaved and will background itself.
jafager