PDA

View Full Version : Outlook and spam message


planet_fox
20th April 2007, 22:39
I'm become on only one domain this message when I send a mail from outlook express

wurde als unerwünschte Massen-Mail (SPAM) klassifiziert.
Subject: MIETVERTRAG
Return-Path: <test@example>

Die Auslieferung der Nachricht wurde gestoppt!

falko
21st April 2007, 14:20
You should contact the administrator of the receiving domain and ask why this happens.

planet_fox
21st April 2007, 18:40
Its a domain is Hosting by me on my server. I don't understand the other domains have any problem I can send to everywhere. Only this domain.

planet_fox
22nd April 2007, 02:16
I think the problem is amavis . Have any person a link for the new amavisd configuration or howto

planet_fox
22nd April 2007, 17:06
I have the mailfilter in amvisd for uncomment and than it work. The Problem is amavisd. I have see falco have the howto for amavisd change and I search for
problems with old and new version. I have any change find .

till
22nd April 2007, 23:12
Which mailfileter part did you deactivate in amavis? The spamasassin filter in general? Does the rejected email contain any spamassassin headers that describes which filters resulted in the mail blocking?

planet_fox
23rd April 2007, 00:31
#@bypass_spam_checks_maps = (
# \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

till
23rd April 2007, 10:32
Does the returned email with the blocking message contained any spamassassin headers?

planet_fox
24th April 2007, 00:03
X-Spam-checker
SpamAssassin 3.1.8 (2007-02-13) on servtime.de

X-Spam-Status
No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.1.8

X-Security
MIME headers sanitized on server.de See http://www.impsec.org/email-tools/sanitizer-intro.html for details. $Revision: 1.138 $Date: 2003-01-26 11:25:54-08

X-Security
The postmaster has not enabled quarantine of poisoned messages.

X-Virus
clamassassin 1.2.3 with clamscan / ClamAV 0.90.2/3147/Sun Apr 22 17:09:35 2007

till
24th April 2007, 12:22
No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.1.8

That's perfectly ok, I have no Idea why the message has been blocked.

planet_fox
3rd May 2007, 16:02
I have see on all domains is the Problem and my questions is this right in the
conf here ?

cat 05-domain_id
use strict;

# $mydomain is used just for convenience in the config files and it is not
# used internally by amavisd-new except in the default X_HEADER_LINE (which
# Debian overrides by default anyway).

#chomp($mydomain = `head -n 1 /etc/mailname`);

# amavisd-new needs to know which email domains are to be considered local
# to the administrative domain. Only emails to "local" domains are subject
# to certain functionality, such as the addition of spam tags.
#
# Default local domains to $mydomain and all subdomains. Remember to
# override or redefine this if $mydomain is changed later in the config
# sequence.

@local_domains_acl = ( ".$mydomain" );

1; # insure a defined return