qmail-smtpd: Validation of recipient mailbox names.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 9 Aug 2005 12:55:05 +0000 (12:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 Feb 2006 03:08:01 +0000 (03:08 +0000)
commitca51b51d75ecbf78f6c5786b6d3379d296e89d85
treefa5c1b7a7a3f61dd1dfa3a6fd6635256469f2562
parent7a9e083dd1ed3023ea1f6487760fa62676e987b8
qmail-smtpd: Validation of recipient mailbox names.

Lots of spam arrives for non-existent mailboxes.  If the SMTP server
accepts it, we have to put up with the bounces.  We introduce a new CDB
which describes all the valid mailboxes on the system.
12 files changed:
Makefile
TARGETS
addrcheck.c [new file with mode: 0644]
addrcheck.h [new file with mode: 0644]
debian/changelog
debian/control
hier.c
install-big.c
qmail-smtpd.8
qmail-smtpd.c
qmail-valid-addresses [new file with mode: 0644]
qmail-valid-addresses.8 [new file with mode: 0644]