From: "Gerard Henry" <gerard.he...@free.fr>
> i'm not to understand well what you mean with patch?

An alternate way to run more than one sendmail daemon
should be to use multiple sendmail instances in SMF.

So rather than setting SEVER_PID_FILE in the shell script,
SERVER_PID_FILE is set using an SMF property of
sendmail and you would use svcprop like this:

# svccfg
> select smtp-sendmail
> add milter
> select smtp-sendmail:milter
> setprop server/sendmail_cf=/etc/mail/sendmail.cf
> setprop server/queue_dir=/var/spool/mqueue
> setprop server/pid_file=/var/run/sendmail2.pid
# svcadm enable smtp-sendmail:milter

Of course the above will require new properties in the manifest, etc,
and that's what I'm curious about a patch for...

Darren
Darren


Reply via email to