Hallo,
wahrscheinlich stelle ich mich gerade 
ziemlich dumm an,
aber wie kann ich Exim so konfigurieren, 
dass es ohne smarthost direkt eMails 
versendet?
Die Konfigurationsdatei entspricht 
so ziemlich dem example für Dialup-
Systeme, und wenbn ich da den Smarthostteil rausnehme meckert er rum von 
wegen Fehler in der Konfigurationsdatei und so. Ich habe dann ziemlich viel 
rumprobiert, habe es aber niemals ohne Smarthost hingekriegt. Wie geht das?
Felix.
Teil aus /etc/exim.conf:
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = "* rmail.urz.tu-dresden.de 
bydns_a"
end
Fehlermeldung, wenn der Teil weg ist:
2004-01-20 15:30:34 Exim configuration 
error
  router name missing in line 
435
Can't send mail: sendmail process 
failed with error code 1
In Zeile 435 beginnt der nächste 
Eintrag:
######################################################################
#                      RETRY 
CONFIGURATION                           #
######################################################################
# This single retry rule applies to 
all domains and all errors. It specifies
# retries every 15 minutes for 2 hours, 
then increasing retry intervals,
# starting at 2 hours and increasing 
each time by a factor of 1.5, up to 16
# hours, then retries every 8 hours 
until 4 days have passed since the first
# failed delivery.
# Domain               Error       Retries
# ------               -----       -------
# *                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h
*                      *           F,4m,90s; F,30m,10m; F,4d,30m  # Zeile 
435
end