Hello,

I'm using Postfix 2.10 and DSpam 3.10 on an FC20 system.

I'm trying to set up the DSpam aliases for retraining, s...@domain.com
and nots...@domain.com and I keep getting an error 555 from Postfix,
user does not exist. I thought this was because I was trying to
forward an email to the notspam address from my webmail client, but I
tried it locally and got the same error.

Here's my config for postfix, can anyone spot my error?
/etc/postfix/main.cf:
# Transport for dspam
transport_maps = hash:/etc/postfix/transport
virtual_mailbox_maps =
proxy:mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf,
hash:/etc/postfix/dspam_aliases

/etc/postfix/transport
s...@example.com  dspam-retrain:spam
nots...@example.com   dspam-retrain:innocent

/etc/postfix/dspam_aliases
# for dspam training
s...@example.com      2
nots...@example.com       6

/etc/postfix/master.cf:
dspam-retrain         unix    -       n       n       -      -     pipe
  flags=Rhq user=dspam argv=/usr/bin/dspamc --client --mode=teft
--class=${nexthop} --source=error --user ${sender}

Once these aliases are working is it possible to protect them? I don't
want anyone just sending email to them?

Thanks.
Dave.

Reply via email to