<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hallo und merci für die Antwort,<br>
<br>
<br>
<blockquote cite="mid44CF1C24.60502@linuxrocks.dyndns.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">Aug  1 10:20:22 m26s11 amavisd-new[7592]: lookup_ip_acl: 
key="12.34.56.78", no match
Aug  1 10:20:22 m26s11 amavisd-new[7592]: DENIED ACCESS from IP 12.34.56.78
    </pre>
  </blockquote>
</blockquote>
<br>
<blockquote cite="mid44CF1C24.60502@linuxrocks.dyndns.org" type="cite">
  <pre wrap="">so sollte es aussehen:
@inet_acl = qw( 127.0.0.1 );      # allow SMTP access only from localhost IP
  </pre>
</blockquote>
sah es auch aus, nur dann kommt obige Fehlermeldung<br>
<br>
<blockquote cite="mid44CF1C24.60502@linuxrocks.dyndns.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">master.cf
amavis          unix    -       -       -       -       2       smtp -o 
    </pre>
  </blockquote>
  <pre wrap=""><!---->ebenso chrooted?
  </pre>
</blockquote>
nope denke nicht. ist die standard-rpm-installation.<br>
(postfix ist chrooted)<br>
<br>
<blockquote cite="mid44CF1C24.60502@linuxrocks.dyndns.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o 
disable_dns_lookups=yes
127.0.0.1:10025 inet    n       -       -       -       -       smtpd
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ist das obige Absicht, wenn ich das richtig sehe würde es chrooted 
laufen ...?
bei mir:
  </pre>
  <blockquote type="cite">
    <pre wrap="">127.0.0.1:10025 inet n  -       n       -       -       smtpd
    </pre>
  </blockquote>
</blockquote>
sagen wir's mal so: Es ändert nichts. Habe jetzt das chrooted für den
Transportweg ausgeschaltet, also ein "n" gesetzt, bekomme jetzt aber
wieder den obigen Fehler. (Die IP habe ich aus der ACL wieder entfernt.)<br>
<br>
<blockquote cite="mid44CF1C24.60502@linuxrocks.dyndns.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">mydestination = localhost, localhost.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
??
da steht bei mir:
  </pre>
  <blockquote type="cite">
    <pre wrap="">mydestination = $mydomain, $myhostname
    </pre>
  </blockquote>
</blockquote>
die eigentlichen domains werden über virtual_mailbox_domains aus der db
abgefragt. beides gleichzeitig geht nicht (dann meckert postfix)<br>
und versand + empfang funktionieren auch, wenn ich den content_filter
ausschalte, d.h. da sollte das problem (hoffentlich) nicht liegen<br>
<br>
gruss,<br>
Murat<br>
</body>
</html>