Tired of seeing ^M characters in your config files? Try this nice little VI trick.
Open the file and type:
:%s/^M//g
To enter the ^M, press the control key then keys V and M
Tired of seeing ^M characters in your config files? Try this nice little VI trick.
Open the file and type:
:%s/^M//g
To enter the ^M, press the control key then keys V and M
In my previous post I discussed the issue I resolved with Sendmail on FreeBSD 7. Since I am always testing different configurations with my setup on a test box, I discovered the deeper problem which involved a corrupted /usr/src. To resolve, I did the following…
After years of running a legacy version of FreeBSD, I felt it was time for me to bring my web/mail server up to the latest version (7). At near completion, I had just my sendmail config to complete and was I ever surprised to find the lack of documentation for troubleshooting sendmail and FreeBSD 7!