Hi for all, this is mi first messagge to the list, thanks for your time
and sorry for my English (I'm Spanish) ;-)

My problem is this:

I would like have a first server with postfix and spamassassin only for
check spam an virus (with clamd) and relay the mail to the optimum server
with a private DNS, the draw:


               __________
              | POSTFIX  |     |------> EXCHANGESERVER with 4 domains
 INTERNET---> |   AND    |-----|
              | SPAMASSA |     |------> POSTFIX (with SPAMASSA)with 8
domains

I would like have a beyesian dabase per domain, a example, in local.cf i
define the path to the bayesian db:

/things/spamassassin/domain1/config/local.cf
/things/spamassassin/domain1/bayes/.spamassassin

/things/spamassassin/domain2/config/local.cf
/things/spamassassin/domain2/bayes/.spamassassin

Now i work with spamd:

master.cf
-------------------
smtp      inet  n       -       -       -       -       smtpd -o
content_filter=spamassassin:dummy

## SpamAssassin Daemon
spamassassin unix - n n - - pipe user=spamd
                 argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f
${sender} -- ${recipient}

I try give to spamc other parameters like this:

## SpamAssassin Daemon
spamassassin unix - n n - - pipe user=spamd
                 argv=/usr/bin/spamc -F
/things/spamassassin/${domain}/config/local.cf -f -e
/usr/sbin/sendmail -oi -f ${sender} -- ${recipient}

And no works :-(

It's posible work in this way? If you know other way to make this.... ;-)

Thanks for all ;-)

Bye

Reply via email to