Rock July wrote:
> need your help badly. I install sendmail 8.14.5 in solaris 10 but when
> I tried to enable the smtp:sendmail service it keeps on restarting and
> stays on maintenance mode. Below are the errors and some info on my
You might want to ask in a Solaris newsgroup about SMF,
e.g., where to find the error logs.
> Invalid operation mode l
Solaris seems to compile sendmail with _FFR_LOCAL_DAEMON,
see the fine source code:
#define MD_LOCAL 'l' /* like daemon, but localhost only */
sendmail.h and main.c