Download Latest Version sendmail+mysql-8.10.1.tar.gz (16.4 kB)
Email in envelope

Get an email when there's a new version of Sendmail-SQL

Name Modified Size InfoDownloads / Week
Parent folder
sendmail+mysql-0.2.5.patch 2000-12-25 32.1 kB
README-0.2.3b 2000-12-25 1.2 kB
Totals: 2 Items   33.4 kB 0
The new feature that it is 0.2.3 is that now you can have 
a MySQL class for any kinda marco like the F class.

Ex: Qw -Hlocalhost -Dmail -Tdomain

You can store any kinda marco data in MySQL like in any F class
for exif you have a table like that, it will assign all those values
the the w marco so instead of the sendmail.cw file you can have the
following table:

+--------------------+
| domain             |
+--------------------+
| altavista.com      |
| virtualdomain1.com |
| yahoo.com          |
| mydomain.net       |
+--------------------+

or like that:

+--------------------+
| SpamList           |
+--------------------+
| altavista.com      |
| virtualdomain1.com |
| yahoo.com          |
| mydomain.net       |
+--------------------+
 and the you just use it like F or C classes:

Q{SpamList} -Hlocalhost -Dmail -TSpam

for the Q( MySQL ) class you can only have a simple table
with 1 column.

The passwordand username are taken only from /etc/sendmail_mysql.con
( for now )

The options:

-H -> hostname
-D -> database name
-T -> table name

for the rest please read the prvious READMEs
A full and more comprehencive doc is to come

Thank you for your interest

Source: README-0.2.3b, updated 2000-12-25