How do I remove the symlink without trashing the exim binary?
man ls does not show this. rm will remove the symlink, but the binary
will go also... do I just use -f?
---
I just restored mailwrapper symlink as root with:
ln -sf /usr/sbin/mailwrapper /usr/sbin/sendmail
And the link shows up OK in /usr/sbin.
---
So to use mailwrapper function, /etc/mail.conf should look like this right?:
sendmail /usr/local/sbin/exim
send-mail /usr/local/sbin/exim
mailq /usr/local/sbin/exim
newaliases /usr/local/sbin/exim
hoststat /usr/local/sbin/eximstats <--?
purgestat /usr/local/sbin/exim
-krb
> [4/12/2004 11:42 AM] Karl R. Balsmeier :
>
>> so
>>
>> # ln -sf /usr/sbin/sendmail /usr/local/sbin/exim
>>
>> thanks Suresh!
>
> Well, now you've created a symlink that points /usr/local/sbin/exim to
> the sendmail binary /usr/sbin/sendmail
>
> Why don't you just use the mailwrapper function in openbsd?
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
> details at http://www.exim.org/ ##
>
>