5.3 RELEASE で、起動時の starting sendmail. で2分程止まってしまいます。
PHPスクリプトからのメール送信処理もとても遅いです。
名前解決がおかしいと思い、設定を確認しましたが、
特に間違っていない?と思います。
お気づきの点があれば宜しくお願いします。

/etc/rc.conf
defaultrouter="192.168.0.1"
hostname="hoge.domain.com"
ifconfig_lnc0="inet 192.168.0.10 netmask 255.255.255.0"

/etc/host.conf
hosts
bind

/etc/hosts
::1       localhost.domain.com localhost
127.0.0.1   localhost.domain.com localhost
192.168.0.10 hoge.domain.com hoge
192.168.0.10 hoge.domain.com.

/etc/resolv.conf
domain domain.com
nameserver プロバイダのプライマリNS
nameserver プロバイダのセカンダリNS