Darren Reed wrote:
> From: "Gerard Henry" <gerard.henry at 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...
>

Feel free to file an RFE. Perhaps, adding the server/pid_file property 
to the default instance. Users who need to create a second instance just 
need to modify the server/pid_file value.

-tony

Reply via email to