Have installed postfix, but postfix service not present .
Plese assit id I need to create custom service and how .
root@solaris-test:~# pkg list -a postfix
NAME (PUBLISHER) VERSION IFO
service/network/smtp/postfix 2.11.3-0.175.3.0.0.30.0 i--
root@solaris-test:~#
root@solaris-test:~# svcs | grep postfix
root@solaris-test:~#
root@solaris-test:~# svcadm disable svc:/network/smtp:sendmail
root@solaris-test:~# postfix start
postfix/postfix-script: starting the Postfix mail system
root@solaris-test:~# postfix status
postfix/postfix-script: the Postfix mail system is running: PID: 12643
root@solaris-test:~# svcs | grep postfix
root@solaris-test:~#