I am new to postfix/SpamAssassin and thinking for a way to block the
email address which does not come from that domain. For example, if
someone with a @xxx.com email sends to a list it must come from a server
in the xxx.com domain else it should be rejected. Is it possible to do
this? As ther
perl Makefile.PL PREFIX=/opt/oso/spamd CONFDIR=/opt/oso/spamd/etc \
LIB=/usr/perl5/site_perl/5.8.4 LOCALSTATEDIR=/opt/oso/spamd/var \
DATADIR=/usr/perl5/5.8.4/share/spamassassin
make
make test
On 02/05/09 10:33, Nandini Mocherla wrote:
Matt,
Thank you very much for your response and the bug looks lik
. But the
make test failed again with same reason. I am using v3.2.5. Any ideas?
On 02/05/09 03:48, Matt Kettler wrote:
mocherla wrote:
Hi
I am trying to install/configure SpamAssassin and make test filed with the
following reasons. I was running this as root. and would like to run sp
Hi
I am trying to install/configure SpamAssassin and make test filed with the
following reasons. I was running this as root. and would like to run spamd
as non-root user (Tspamd with /opt/oso/Tspamd as its home directory). I have
postfix installed and want to integrate with Postfix. I am new t