so near.. so far...
my virtual table looks like this... I have multiple domains, so want the
domain after the username, yes?
CREATE TABLE `dspam_virtual_uids` (
`uid` smallint(6) NOT NULL,
`username` varchar(128) NOT NULL,
UNIQUE KEY `id_virtual_uids_01` (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
INSERT INTO `dspam_virtual_uids` VALUES (12345,'[EMAIL PROTECTED]');
that gave me errors - dspam was trying to insert a record with null uid !!!
I added just (1234,'brian') and it works ok for that uid,
# dspam_stats
brian
TP: 0 TN: 1 FP: 0 FN: 0 SC: 0 NC: 0
[EMAIL PROTECTED]
TP: 0 TN: 0 FP: 0 FN: 0 SC: 0 NC: 0
how do I deal with multiple domains in the dspam_virtual_uids table?
thanks
Brian
Brian austin wrote:
Ther are two methods listed in the wiki,
I tried the /*/ dspam:dspam filter
also tried the filter line in master.conf
I've taken an image of my box (Acronis - compute with confidence :-)
before the dspam install - debian apt-get...
so I'm ok with rolling back to sans dspam and doing it again.
Heck.. I'll try doing it from source and noting the solutions to
debian specific issues as I go, I have to agree that the wiki is
outdated and the examples are incomplete/failing.
b
[EMAIL PROTECTED] wrote:
Hi,
How do you call dspam form postfix?
There are several ways to do that and If I remember correct most of
them doesn't work if you use the dspam-relay in front of the "real-mx".
imho the relay.txt and some of the wiki entries contains errors or
are outdated. I had hard to fight till all works right. :)
I think I should write an "Dspam-postfix-apliance"-howto.
regards
Sven
Am Dienstag, 4. Dezember 2007 13:09 schrieb Brian austin:
Trying to set up the relay mode of postfix/dspam
I have configured postfix so that it delivers the emails ok if dspam is
not called.
as soon as I put dspam in the equation the emails dissapear, and I am
not seeing any increase in numbers in the dspam_stats result.
# dspam_stats 0
0 TP: 0 TN: 0 FP: 0 FN: 0 SC: 0 NC:
# dspam_stats
[EMAIL PROTECTED] TP: 0 TN: 0 FP: 0 FN: 0 SC: 0
NC: 0
I have followed the relay.txt, and the examples offered in the wiki.
how can I debug the dspam to see what (if) error is occuring? eg
permissions or such?
the /tmp/dspam.sock exists
Dec 4 22:51:33 security postfix/pipe[5011]: 691133E6509:
to=<[EMAIL PROTECTED]>, relay=dspam, delay=12, delays=12/0.01/0/0.06,
dsn=2.0.0, status=sent (delivered via dspam service)
thanks
Brian
p.s. got the webcgi thing sorted. thanks.