Re: slackware and sendmail /dev/rob0 <rob0@gmx.co.uk> wrote in
news:slrnbi692i.bs3.rob0@linuxbox.stpaultel.com:
> In article <bfv58q$6f7$1@hercules.btinternet.com>, Neo wrote:
>> Hi folks, I don't suppose anyone could advise whether the default
>> build of sendmail that comes with slackware 9.0 has libmilter built
>> in?
>
> ftp://$MIRROR_SITE/slackware/slackware-9.0/source/n/sendmail
Run this command to see what sendmail has been compiled with:
sendmail -d0.1 -bv
You'll find that the default install is extremely minimal. Follow rob0's
advice and compile from source, enabling the options you need (and
installing the other packages they may depend upon). |