Re: advice on anti-spam tools



On Wed, Apr 04, 2007 at 03:09:07PM -0500, Dan Nelson wrote:
In the last episode (Apr 03), Gary Kline said:
I've been experimenting with greylisting for months. Not sure the
regular mail filter installs or not, but the devel version installed
just now perfectly.

Is there any tutorial on this or should I just re-read the man pages
and other docs a few more times! From llooking at the config file in
/usr/local/etc/mail, the "retry" seems to default to a #commented-out
1h. Sorry, but I have trouble parsing this kind of grammar:

<quote>
# How long a client has to wait before we accept
# the messages it retries to send. Here, 1 hour.
# May be overridden by the "-w greylist_delay" command line argument.
#greylist 1h
</quote>

I didn't have any problems reading the config file myself. All the
config file options are also listed in the "greylist.conf" manpage,
too. Here's what the manpage has to say about the "greylist" keyword:

greylist

The argument sets how much time milter-greylist(8) will want the
client to wait between the first attempt and the time the message
is accepted. The time is given in seconds, except if a unit is
given: m for minutes, h for hours, and d for days. The greylist
keyword is equivalent to the -w option. Here is an example that
sets the delay to 45 minutes:

greylist 45m


A 1 hour timeout could be "too long" for an impatient end-user, so I
have lowered that to 10 minutes. Most external servers retry at 15 or
30-minute intervals. I also set the autowhite value much higher than
the default of 3 days (2 weeks), so frequent sending machines never
leave the whilelist.


What I got caught on was "client," altho from the context,
here ``client'' seems to mean the mail-server-sending-spam.'
In the unix world, my server is the client--unless the
client-server model is different with email. Another reason
I didn't reinstall is that an hour seems far too long. A few
to <= 15 minutes seems closert to what a spammer just wouldn't
bother with. Thanks for your insights!

--
Gary Kline kline@xxxxxxxxxxx www.thought.org Public Service Unix

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • RE: .NET Remoting problem - exception "Object Reference not set to ins
    ... client or server side .config files). ... and in the client side access the object through this ip address. ... Please compare the same with your config file. ... and implementing an object from the General namespace. ...
    (microsoft.public.dotnet.framework)
  • Re: advice on anti-spam tools
    ... regular mail filter installs or not, ... I didn't have any problems reading the config file myself. ... Here's what the manpage has to say about the "greylist" keyword: ...
    (freebsd-questions)
  • Re: remoting options
    ... I also don't know if you can use a configuration file on the client side for a remote object hosted in IIS: although I don't see why not. ... If you were to do this, that config file would *not* be web.config. ... You'll also need a reference to your proxy|interface|abstract base class in your client project references. ... If none of the above makes sense, my advice is to try to create a simple console application client with just enough code in it to prove that it's getting a constructive response from the remote object. ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: cannot call non-public or static methods remotely
    ... > When the client starts and the user wants to write to database or files to ... > he can do that only when a service is running on the server with a ... > Now I have a config file when I try to connect it gives me this error. ... > Public Function GetSetting(ByVal Key As String) As String ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: find process by processname
    ... I'm not aware of another way to determine a process (that's not saying there ... you may be able to use a config file, however, then you are still having to ... Smart Client DevCenter - http://msdn.microsoft.com/smartclient/ ...
    (microsoft.public.dotnet.framework.windowsforms)

Loading