5.0.7 mmdf smtpcull

From: Brian K. White (brian@aljex.com)
Date: 04/25/03


From: brian@aljex.com (Brian K. White)
Date: 24 Apr 2003 15:37:12 -0700

I have been installing smtpcull on all my boxes that can be seen from
the internet to stop spammers from using them.

I'm setting up my first 5.0.7 box,
is it still neccessary to use smtpcull?

What I'm asking is, have they hardened the stock mmdf install in some
way making smtpcull unneccessary or should I go ahead and install it
like usual?

The reason I'm asking is I see they juiced up quite a few things and a
lot of things I usually install or re-configure are already done on
5.0.7 out of the box.

ps:
anyone who could answer the question almost certainly already knows
what smtpcull is, but just so I don't look too rude, here is a link
for those who haven't heard of it yet.

ftp://ftp.armory.com/pub/admin/mmdf/smtpcull

and just to make it real easy for people to install, here is the
script I use to install it. it downloads smtpcull & installs it
instantly and it safely avoids renaming the real smtpsvr binary more
than once, so you can run the same script at later times to install
newer versions of smtpcull.

gtli # cat setup_smtpcull
#!/bin/ksh
# downloads and installs "smtpcull", the spam anti-relay script for
# mmdf. installs a blacklist that rejects all relaying by default.
# local and outgoing mail will keep working.
# brian@aljex.com

CWD=`pwd`

cd /usr/mmdf/chans
#wget ftp://ftp.armory.com/pub/admin/mmdf/smtpcull
rftp -g -bh ftp.armory.com /pub/admin/mmdf smtpcull
chmod 755 smtpcull
echo "*" > ../table/blacklist
file smtpsrvr |grep -q "executable" && {
    mv -f smtpsrvr smtpsrvr.bin
} || {
    mv -f smtpsrvr smtpsrvr`date +%y%m%d%H%M%S`
}
[ -x smtpsrvr.bin ] && mv -f smtpcull smtpsrvr
cd $CWD



Relevant Pages

  • what happened to smtpcull ?
    ... What happened to smtpcull??? ... and I had written a little script that I use to rftp ... download and install that script. ... ksh version from another installed box ...
    (comp.unix.sco.misc)
  • Re: 5.0.7 mmdf smtpcull
    ... >I have been installing smtpcull on all my boxes that can be seen from ... >the internet to stop spammers from using them. ... have they hardened the stock mmdf install in some ...
    (comp.unix.sco.misc)
  • Re: Deploying Office 07 with Group Policy
    ... computer I tested it on took 30 minutes to install. ... the following script to the Computer Startup Script. ... REM Get ProductName from the Office product's core Setup.xml file. ... REM Set ConfigFile to the configuration file to be used for deployment REM ...
    (microsoft.public.office.setup)
  • Re: [opensuse] Editting PATH variable
    ... SuSEconfig script ... ... not knowing what you options you used to install ... If your unfamiliar with Bash a good book is 'Learning the Bash Shell' by ... For Java use editing the PATH variable is NOT required... ...
    (SuSE)
  • Re: KB911280 update problem
    ... Microsoft is working on an amended patch which will address this issue. ... Microsoft advises anyone affected by this to not install the patch and to ... That script is broken by the patch. ... He said he could not write a bug report ...
    (microsoft.public.windowsupdate)