| Article: |
Update to Mac OS X Terminal, Part 3 | |
| Subject: | Sendmail takes 3 minutes to start | |
| Date: | 2002-06-13 12:29:17 | |
| From: | chris_stone | |
|
Response to: Sendmail takes 3 minutes to start
|
||
|
I'm guessing this happens when sendmail is unable to resolve the domain name. I've suggested to some folks that they just revert their hostconfig file back to NO for mailserver, and see how that works. So far, for local only mail delivery , that seems to works OK.
|
||
Showing messages 1 through 2 of 2.
-
Sendmail takes 3 minutes to start
2002-06-14 13:38:17 nirs [Reply | View]
edit System/Library/Startupitems/Sendmail/Sendmail
put & at the end of the sendmail command:
/usr/sbin/sendmail -bd -q1h &
this will start sendmil at the background. It can sit and try to resolve the domain name for few mintes but you will never know it.




Setting the mailserver to NO solves the startup issue.
I can still send mail from the terminal to most POP accounts, so I'm not sure what functionality I have lost.
Jim