Also ich bin dem etwas nachgegangen, installiert man amavis-exim gibt es
dann in /usr/share/doc/amavis-exim eine Datei, README.old, welche f�r
exim 3.xx g�ltig ist, was ich installiert habe. Wenn ich das dann
einbaue, nach der dort gegebenen Anleitung und dann fetchmail starte,
erz�hlt mir fetchmail.log

fetchmail: SMTP< 2002-11-10 01:19:29 Exim configuration error
fetchmail: SMTP< 2002-11-10 01:19:34 Exim configuration error
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT
fetchmail: POP3< Hallo, Matthias!=20
fetchmail: SMTP transaction error while fetching from pop.tiscalinet.de
fetchmail: 5.9.11 querying pop.tiscalinet.de (protocol POP3) at Sun Nov
10 01:19:34 2002: poll completed
fetchmail: Query status=10 (SMTP)
fetchmail: 5.9.11 querying pop3.web.de (protocol POP3) at Sun Nov 10
01:19:34 2002: poll started
....

usw., er ruft die Mails nicht ab, weil exim falsch konfiguriert ist.

Meine Eintr�ge in exim.conf:

######################################################################
#                      TRANSPORTS CONFIGURATION                      #
######################################################################
#                       ORDER DOES NOT MATTER                        #
#     Only one appropriate transport is called for each delivery.    #
######################################################################

# This transport is used for local delivery to user mailboxes. On debian
# systems group mail is used so we can write to the /var/spool/mail
# directory. (The alternative, which most other unixes use, is to
deliver
# as the user's own group, into a sticky-bitted directory)

#amavis:
 #driver = pipe
 #command = "/usr/sbin/amavis <${sender_address}> ${pipe_addresses}"
 # prefix =
 # suffix =
  #check_string =
  #escape_string =
## for debugging change return_output to true
  #return_output = false
  #return_path_add = false
  #user = amavis
  #group = amavis
  #path = "/bin:/sbin:/usr/bin:/usr/sbin"
  #current_directory = "/var/lib/amavis"


#amavis scanmail

#headers_add = "X-Virus-Scanned: by AMaViS (http://amavis.org/)"

-----------------------------------------------------------------------

######################################################################
#                      DIRECTORS CONFIGURATION                       #
#             Specifies how local addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#   A local address is passed to each in turn until it is accepted.  #
######################################################################


# This allows local delivery to be forced, avoiding alias files and
# forwarding.

#amavis_director:
 # condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
 # driver = smartuser
  #transport = amavis

---------------------------------------------------------------------

######################################################################
#                      ROUTERS CONFIGURATION                         #
#            Specifies how remote addresses are handled              #
######################################################################
#                          ORDER DOES MATTER                         #
#  A remote address is passed to each in turn until it is accepted.  #
######################################################################


# Remote addresses are those with a domain that does not match any item
# in the "local_domains" setting above.

# Send all mail to a smarthost

#amavis_router:
#  condition = "${if eq {$received_protocol}{scanned-ok} {0}{1}}"
# driver = domainlist
 #route_list = "*"
  #ransport = amavis

kommt noch hinzu

trusted_users = mail:amavis

Als Virusprogramm habe ich einmal f-prot (Debian Package von deren
Server) und besagte clamav.

Gru� Matthias

PS: Achja in amavisd.conf habe ich noch folgendes hinzugef�gt

#hinzugef�gt wegen exim3
$forward_method = \&mail_via_pipe;
$notify_method  = \&mail_via_pipe;
$sendmail_wrapper = "/usr/sbin/exim";
$sendmail_wrapper_args = "-oMr scanned-ok -i";
-- 
+--------------------------------------------+
|Matthias Weinhold                           |
|Stettiner Strasse 51                        |
|13357 Berlin                                |
|mailto: matthias.weinhold@tiscalinet,de     |
|www: http://www.matthiasweinhold.keepfree.de|
|registred Linux User #290183                |
+--------------------------------------------+

Bitte senden Sie mir keine Word-Anhaenge.
Siehe http://www.fsf.org/philosophy/no-word-attachments.de.html


--
H�ufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an