PDA

View Full Version : Own mailadress spam?



calimero1505
01-04-2004, 07:54 AM
Hi,

I installed Spamassasin on my server, but when i send email to my clients, they see it marked as ***SPAM***.

How do i turn this of?

(excuse for my english ;-))

DirectAdmin Support
01-04-2004, 11:07 AM
Hello,

To turn it off, just re-add the # characters to the front of the spamassasin settings in the /etc/exim.conf file to make the "spamcheck_director" look like:


# Spam Assassin
#spamcheck_director:
# driver = accept
# condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verifyThen type
service exim restartAlternatively, you could setup a white list and add your own email address to it :)

John

calimero1505
01-04-2004, 11:35 AM
How can i setup a whitelist"?
Because i do not want to turn off the filter :(

calimero1505
01-05-2004, 11:44 AM
How can i setup a whitelist"?
Because i do not want to turn off the filter

S2S-Robert
01-05-2004, 11:53 AM
From the exim mailing list (http://exim.sipo.nl/maillist.html):

http://www.exim.org/mailman/htdig/exim-users/Week-of-Mon-20030505/053504.html

http://www.exim.org/mailman/htdig/exim-users/Week-of-Mon-20030505/053516.html

opusi
01-21-2005, 11:38 AM
Originally posted by DirectAdmin Support
Hello,

To turn it off, just re-add the # characters to the front of the spamassasin settings in the /etc/exim.conf file to make the "spamcheck_director" look like:


# Spam Assassin
#spamcheck_director:
# driver = accept
# condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verifyThen type
service exim restartAlternatively, you could setup a white list and add your own email address to it :)

John

I am having a very similar problem, except it is with all domains on the server. the individual domain settings are not taking effect, there seems to be a global setting that is overriding these and even the whitelists do not take effect.

is there a switch i need to change to make it use the domain settings?

I admit i have not made it through all of the posts here involving spamassassin settings and whatnot.

thomas
support@opusinteractive.net

diradmin
03-19-2006, 12:08 PM
opusi, partial solution here

http://www.directadmin.com/forum/showthread.php?s=&threadid=12554

it can turn on/off SA per-domain