In a lab VM environment, I have installed postfix, tried disabling sendmail, postfix logs still say something about sendmail such as
Then I followed instructions from a github page
The results of the command says "readonly" file system. Does that imply that the commands did not go through?
Code:
Jul 2 18:21:51 6 sendmail[79052]: 262ILX6p079052: to=m...@mail.pcxx.n2.xxx-xx.org, delay=00:00:18, mailer=esmtp, pri=30112, dsn=4.4.3, stat=queued
Then I followed instructions from a github page
Code:
root@6:~ # echo 'sendmail_enable="NO"' >> /etc/rc.conf
root@6:~ # chmod 0 /usr/libexec/sendmail/sendmail
chmod: /usr/libexec/sendmail/sendmail: Read-only file system
root@6:~ # chmod 0 /usr/sbin/sendmail
chmod: /usr/sbin/sendmail: Read-only file system
root@6:~ # mv /usr/libexec/sendmail/sendmail /usr/libexec/sendmail/sendmail.bak
mv: rename /usr/libexec/sendmail/sendmail to /usr/libexec/sendmail/sendmail.bak: Read-only file system
root@6:~ # mv /usr/sbin/sendmail /usr/sbin/sendmail.bak
mv: rename /usr/sbin/sendmail to /usr/sbin/sendmail.bak: Read-only file system
The results of the command says "readonly" file system. Does that imply that the commands did not go through?
Last edited by a moderator: