Can you stop the sendmail daemon and still be able to send mail from a server?
For example, if I have this on ServerA:
smmsp 682 1 0 Aug 29 ? 0:00 /usr/lib/sendmail -Ac -q15m
root 691 1 0 Aug 29 ? 0:35 /usr/lib/sendmail -bd -q15m
And I want to send mail from ServerA to ServerZ, can I disable the sendmail daemon? In effect, a ps would not show the above, but ServerZ would still receive mail from ServerA.
Does ServerZ need the sendmail daemon to receive the messages?
I believe you can send without sendmail daemons running, but I would like to know if that is true.
Thanks
For example, if I have this on ServerA:
smmsp 682 1 0 Aug 29 ? 0:00 /usr/lib/sendmail -Ac -q15m
root 691 1 0 Aug 29 ? 0:35 /usr/lib/sendmail -bd -q15m
And I want to send mail from ServerA to ServerZ, can I disable the sendmail daemon? In effect, a ps would not show the above, but ServerZ would still receive mail from ServerA.
Does ServerZ need the sendmail daemon to receive the messages?
I believe you can send without sendmail daemons running, but I would like to know if that is true.
Thanks