Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-14 | improve previous; | Jason McIntyre | |
2006-11-14 | clarify "maxcon" somewhat, particularly its upper limit; | Jason McIntyre | |
from jared rr spiegel (pr #5292), tweaked somewhat; | |||
2006-10-19 | no need to escape "'"; | Jason McIntyre | |
2006-10-17 | Make this easier for people who aren't aware of what shell they are running. | Bob Beck | |
ok deraadt@ | |||
2006-09-29 | typo; from sthen | Jason McIntyre | |
2006-08-15 | -r only applies to blacklists. ok beck@ | Kjell Wooding | |
2006-05-15 | add an -h option to override the hostname that is reported in the | joshua stein | |
SMTP banner ok beck@ | |||
2005-12-01 | Spell "blacklisted" consistently. | Tom Cosgrove | |
ok jmc@ | |||
2005-11-24 | missing full stop; | Jason McIntyre | |
2005-08-06 | replace port number 8025 w/ symbolic `spamd'; | Jason McIntyre | |
ok krw@ deraadt@ diff from ray lai; | |||
2005-05-17 | update FILES; | Jason McIntyre | |
2005-05-17 | - describe start up better | Jason McIntyre | |
- note that greylisting does stutter slightly - make clear role of spamdb and spamd.conf - few minor tweaks ok beck@ | |||
2005-04-14 | Make spamd stutter at greylisted connections for a short period before talking | Bob Beck | |
full speed. By default do this for 10 seconds. Many spammers disconnect by then. Adds -S option to select the amount of time greylisted connections will be stuttered at. feedback from jmc@, deraadt@, ok deraadt@ | |||
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck | |
a list of spamtrap destination addresses in the spamd database. When a spamtrap address gets an attempted greylist delivery, blacklist the offending host for a day. Does not affect hosts already whitelisted. ok deraadt@, jmc@, dhartmei@ to get it in so it can be whacked on | |||
2005-01-19 | clarification; ok beck | Theo de Raadt | |
2004-10-05 | Change the default passtime to 25 minutes, | Bob Beck | |
MTA's with a quadratic retry schedule have a retry after 26 minutes, and then again after an hour, so this probably makes a lot more sense than the old 30 minute default. ok henning@ | |||
2004-10-05 | change default to 451 for greylisting, thanks to a number of | Bob Beck | |
people on misc, and some observations by Evan harris on the greylisting mailing list that a number of clustered mailers like aol behave better (and retry from the same IP) when they see a 451, but do not when they see a 450 (traditionally used for mailbox lock failure) 450 was the original for spamd, as the default for the tarpit is to encourage quick retries to punish blacklisted smtp servers more. This got carried over to the greylisting implementation, and isnt' really optimal for that case. ok millert@, henning@, todd@ | |||
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre | |
2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist | Bob Beck | |
connections to something less than maxcon when greylisting. This ensures you don't completely run out of connections tarpitting spammers, and not allow real mail through. ok dhartmei@ millert@ | |||
2004-03-12 | sort options; | Jason McIntyre | |
2004-03-12 | Fix typo, spotted by Eduardo Alvarenga <eduardo@eduardo.lan.cei> | Bob Beck | |
ok xsa@ henning@ | |||
2004-03-10 | add -b option to specify local bind address, sent by | Bob Beck | |
yongari@kt-is.co.kr ok deraadt@ | |||
2004-03-01 | typo; we do have spamlogd(8) not spamlog(8); | Xavier Santolaria | |
ok beck@ | |||
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck | |
originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@ | |||
2004-01-21 | the example should use 'rdr pass' so that you do not have to open 8025 to | Theo de Raadt | |
the outside world -- in fact 'rdr pass' was designed for this, but once again someone forgot to updated the bloody man page; mcbride ok | |||
2003-10-23 | - add -v to SYNOPSIS | Jason McIntyre | |
- new sentence, new line - .Dv for variables - fix .Xr | |||
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob Beck | |
and blacklist matches. Add -v (verbose) flag to allow other detailed logging (subject, body, smtp dialogue, etc.) when it's needed. ok dhartmei@ -> ok deraadt@ | |||
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre | |
- use -offset rather than indenting the actual display - kill unnecessary .Pp | |||
2003-09-24 | crank max connections to 800 (really, there are poeple doing this) | Theo de Raadt | |
2003-09-03 | permit the window/receive buffer to be adjustable. default back to system | Ted Unangst | |
default. in reponse to pr3435. ok beck deraadt dhartmei | |||
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier | |
(causing a small TCP window size, tying up sender's resources), additional states: keep connection until ten body lines have been received, improved logging through syslog (envelope from/to, From:/To:/Subject: in header, first lines of body) at various levels. ok deraadt@ | |||
2003-06-02 | - remove .Pp's before .Sh | Jason McIntyre | |
- correct .Xr - .Ox instead of OpenBSD - whitespace between punctuation | |||
2003-04-12 | attempt not to wrap a line, bad nroff | Theo de Raadt | |
2003-03-20 | cmdline options and descriptions in alphabetical order in usage() and manpage | David Krause | |
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@ | |||
2003-03-18 | duplicate words: on on, in in | David Krause | |
ok miod@ jmc@ | |||
2003-03-15 | spamd is running on port 8025, not 25; from Adrian Knoth | Peter Valchev | |
2003-03-13 | correct table usage in rdr example, spotted by todd | Henning Brauer | |
2003-03-11 | EOL whitespace | David Krause | |
ok jmc@ | |||
2003-03-11 | new sentence, new line | David Krause | |
ok beck@ | |||
2003-03-09 | also mention max connections default; ok deraadt | Peter Valchev | |
2003-03-09 | mention error code 450 is default; ok deraadt | Peter Valchev | |
2003-03-09 | Fix a few typos, Make spamd and spamd-setup use /etc/services to find | Bob Beck | |
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>. | |||
2003-03-08 | remove some more ambigious bs | Bob Beck | |
2003-03-08 | spamd typos; | Jason McIntyre | |
ok beck@ | |||
2003-03-06 | can be can be, but also may not be, or cannot be, and in any case can be | Henning Brauer | |
once is better than can be can be guess who found that? yeah, David Krause, again. great! | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-06 | new sentence, new line | David Krause | |
(fixes some sentences with only 1 space between) ok henning@ | |||
2003-03-06 | pasto, from thierry, who does not want to be a pf-like commiter ;-) | Henning Brauer | |
2003-03-04 | typos; Daniel Lucq | Henning Brauer | |
2003-03-04 | spam not SPAM; nick@electric-pickle.net | Theo de Raadt | |