Services can be configured to start at boot time in Ubuntu."update-rc.d" is the command which does the job.
To start sendmail at boot time:
update-rc.d sendmail enable
To stop sendmail at boot time:
update-rc.d sendmail disable
Services can be configured to start at boot time in Ubuntu."update-rc.d" is the command which does the job.
To start sendmail at boot time:
update-rc.d sendmail enable
To stop sendmail at boot time:
update-rc.d sendmail disable