sendmail 8.13.8 it delivers on /var/spool/mqueue but .... AIX 5.3



I have install the sendmail 8.13.8 and what i have problem is that the
deliveries remains forever on /var/spool/mqueue.
I have tried with both procmail and bellmail but still wont deliver.
Any body has experienced this problem.

here is my sendmail.mc

divert(0)dnl
DOMAIN(`generic')dnl
OSTYPE(aix5)dnl
FEATURE(genericstable)dnl
FEATURE(mailertable)dnl
FEATURE(virtusertable)dnl
...
...
define(`LOCAL_MAILER_PATH', `/usr/bin/bellmail')
MAILER(local)dnl
MAILER(smtp)dnl

.