<pre>
첨 보는 옵션이라서,,
FreeBSD에서 man 을 해보았습니다..
shell> man sendmail
NAME
sendmail - an electronic mail transport agent
SYNOPSIS
sendmail [flags] [address ...]
-bd Run as a daemon. This requires Berkeley IPC.
Sendmail will fork and run in background listening
on socket 25 for incoming SMTP connections. This
is normally run from /etc/rc.
-bi Initialize the alias database.
ps.
FreeBSD 4.7-STABLE 는 /etc/defaults/rc.conf 를 보니깐,,
sendmail 데몬 시작 플래그가
'-bd -q30m' 이네요.. // 먼 뜻인지 모릅니다.. -_-/
qmail 만세!!! -_-
</pre>