Enable Network Services on Nevada
Thursday Oct 18, 2007
Some network services (sendmail, ftpd, etc) are disabled or restricted to local only on a newly installed Nevada box. We need to modify or enable them through SMF(5).
- Enable sendmail
# svccfg -s svc:/network/smtp:sendmail setprop config/local_only=false
# svcadm restart svc:/network/smtp:sendmail
- Enable ftpd
# inetadm -e svc:/network/ftp:default
- Enable nfs.server (this is actually enabled by default, but can be disabled by 'netservices limited')
#### list all nfs services
# svcs -p |grep nfs
# svcadm disable svc:/network/nfs/server:default
# svcadm enable svc:/network/nfs/server:default
#
References
- http://blogs.sun.com/tdh/entry/allowing_remote_sendmail_connections
- http://learningsolaris.com/archives/2005/04/25/smf_and_rbac/












Whats able ftpd?