Questions tagged [dspam]

19 questions
5
votes
2 answers

How to handle external alias with dspam as daemon between postfix and dovecot with virtual domains?

I've got the following situation for incoming mail with Postfix 2.9.6, DSpam 3.10.1 and Dovecot 2.1.7: Incoming Mail -> SMTP -> LMTP -> DSpam (as daemon) -> LMTP -> Dovecot I've got virtual domains with virtual mailboxes. Everything works fine so…
ralph
  • 123
  • 5
3
votes
1 answer

How can I explain to dspam that the user "brandon" is the same as "brandon@mydomain"

I am using dspam for spam filtering by running the "dspamd" daemon under Ubuntu 9.10 and then setting up a Postfix rule that says: smtpd_recipient_restrictions = ... check_client_access pcre:/etc/postfix/dspam_everything ... where that…
Brandon Rhodes
  • 497
  • 4
  • 6
2
votes
1 answer

Dovecot antispam plugin does not get triggered

I've got an issue with the antispam plugin using dovecot 2.1.7 and dspam 3.10.1. I think, the antispam plugin does not recognize the Junk-Folder because the log reports Mar 25 13:11:22 mail imap: antispam: mailbox_is_spam(Junk): 0 and after finding…
ralph
  • 123
  • 5
2
votes
1 answer

Where does DSPAM fit into the chain

Is there any postfix guru here who knows that after a mail gets into postfix what's the order it gets forwarded between the internal filters and components? As I figured: 1, Postscreen 2, Recipient checks smtpd_recipient_restrictions = …
poettring
  • 21
  • 1
2
votes
2 answers

How does amavis talk to spamassassin?

I'm going through all the amavisd-new config files, and I can't find anything that tells amavis to talk to spamassassin/spamd to get a spam score. The reason I ask is because I'd like to swap out spamassassin for dspam, and am wondering how amavis…
CaptSaltyJack
  • 628
  • 2
  • 13
  • 34
1
vote
0 answers

dovecot-antispam error storing mail

I've got a server running dovecot with the dovecot-antispam plugin. These are sourced from the Standard Ubuntu 14.04 repositories. I know mail is not supposed to be moved into a mailbox of type 'unsure'. The server should refuse this action. What…
mc0e
  • 5,786
  • 17
  • 31
1
vote
1 answer

dspam crashes with “general protection” kernel error

I use DSpam with Postfix. Recently DSpam started to crash with the following error in syslog: Nov 16 14:10:55 home kernel: [ 133.042190] traps: dspam[1692] general protection ip:7f63a493f3b0 sp:7f639adb6c60 error:0 in…
steveluscher
  • 119
  • 3
1
vote
1 answer

Plesk, re-install "Parallels Premium Outgoing Antispam"

It's quite strange. Plesk autoinstall offers to install components but uninstall or re-install is not possible. Right now i have problem starting "Parallels Premium Outgoing Antispam" which is installed and i have licence for. But i just get the…
mariotanenbaum
  • 372
  • 3
  • 14
1
vote
2 answers

why my mails from zimbra server to yahoo goes in to spam folder

I just configured zimbra mail server but mail from my zimbra to yahoo, hotmail etc going into there spam folder any suggestion??? bellow is header part from yahoo of that mail X-DSPAM-Result: Innocent X-DSPAM-Class: Innocent X-DSPAM-Confidence: …
sadiq
0
votes
2 answers

SPAM notification/warning in postfix mail.log if email classifed as SPAM by DSPAM

currently in my setup i have postfix, dspam and clamav configured. Everything works perfectly. The only thing is when dspam detected an email as SPAM mail, in postfix mail.log there is no such message/warn/notification about it, the only thing that…
Abi Aqil
  • 53
  • 1
  • 5
0
votes
1 answer

How to automatically create .dovecot.sieve file in new maildirs for dspam filtering?

I've followed this http://sealedabstract.com/code/nsa-proof-your-e-mail-in-2-hours/ tutorial, adjusted to allow for vimbadmin3 users, to set up my mail server. Most of my adjustments come from…
David R.
  • 607
  • 3
  • 6
  • 18
0
votes
2 answers

How to forward mail classified as spam by spamassassin to dspam?

i'm using postfix, amavis-new, clamav and spamassassin. Now I'm thinking of having dspam together, and training dspam from data collected by spamassassin. Any possible way to forward mail classified as spam by spamassassin to dspam either directly…
Abi Aqil
  • 53
  • 1
  • 5
0
votes
1 answer

How do I get Ingo to provide sieve rules suitable for use with DSPAM?

Using the Ingo web gui which is part of horde, I can set up sieve rules that get written to file like so: # Junk-Review if header :comparator "i;ascii-casemap" :regex "X-DSPAM-confidence" "^(0\.[0-8][0-9]{3})$" { fileinto "Junk-Review"; …
mc0e
  • 5,786
  • 17
  • 31
0
votes
1 answer

Postfix relay ldap lookups and transport

I'm trying to implement postfix + policyd/amavis + dspam. The problem is that I need to do ldap lookups in order to obtain the nexthop. But at the same time I need to redirect some "email address" to "dspam-retrain". I don't know how to do it, I…
magiza83
  • 83
  • 2
  • 10
0
votes
1 answer

Where is libmysqlclient? (Dspam installation)

I’ve been trying to install Dspam on my server (Ubuntu 10.04) but have been having some errors while configuring it. I'm trying to do a ./configure using this ./configure --with-storage-driver=mysql_drv --with-mysql-libraries=/usr/lib/mysql It runs…
Emmanuel
  • 347
  • 1
  • 9
  • 20
1
2