Hallo, Ich habe mit diesem Test versucht herauszufinden, ob mein exim dicht ist http://www.abuse.net/cgi-bin/relaytest
Mit diesem Ergebnis: Relay test result Hmmn, at first glance, host appeared to accept a message for relay. THIS MAY OR MAY NOT MEAN THAT IT'S AN OPEN RELAY. Some systems appear to accept relay mail, but then reject messages internally rather than delivering them, but you cannot tell at this point whether the message will be relayed or not. If it is really an open relay, the test message will be delivered to you. If you do not receive the test message in your e-mail in the next few hours, it IS NOT an open relay. Aber ich habe die Nachricht erhalten :-( Nur leider finde ich nichts verd�chtiges in der exim.conf. K�nnte es sein, dass es an " host_auth_accept_relay = * " liegt, und ich mir keine sorgen machen mu�? Ich meine n�mlich, dass dieser Tip gegeben ist: http://www.exim.org/howto/rbl.html und zwar mit dieser Zeile: rbl_domains = rbl.mail-abuse.org/reject : dialups.mail-abuse.org/warn (in der url oben sind noch ein paar mehr Zeilen, die sinnvoll erscheinen, wie z.B. localhost und lokales Netz vom check auszunehmen, logs etc. Ich denke aber die entscheidende Zeile sollte rbl_domains sein.) Vielleicht k�nnt ihr ja mal einen Tip abgeben. Danke ciao Gerhard Auszug aus der main section der exim.conf ###################################################################### # MAIN CONFIGURATION SETTINGS # ###################################################################### qualify_domain = debian.workgroup.home # qualify_recipient = local_domains = 127.0.0.1:localhost:debian:workgroup.home:debian.workgroup.home local_domains_include_host = true local_domains_include_host_literals = true # Domains we relay for; that is domains that aren't considered local but we # accept mail for them. #relay_domains = # If this is uncommented, we accept and relay mail for all domains we are # in the DNS as an MX for. #relay_domains_include_local_mx = true never_users = root host_lookup = * queue_remote_domains = * headers_check_syntax rbl_domains = rbl.mail-abuse.org/reject : dialups.mail-abuse.org/warn host_accept_relay = 127.0.0.1 : ::::1 : 172.16.240.0/24 host_auth_accept_relay = * # percent_hack_domains=* trusted_users = mail:uucp:amavis gecos_pattern = ^([^,:]*) gecos_name = $1 smtp_accept_queue_per_connection = 100 freeze_tell_mailmaster = true [...]

