[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fetchmail SMTP Fehler 553



Am Dienstag, 5. April 2005 17:23 schrieb Thilo Engelbracht:
> Am 05.04.2005 um 16:23 Uhr schrieb Martin Künstner <m.kuenstner@web.de>:
> > Hallo zusammen,
>
> Hallo!
>
> > ich versuche seit längerem mir von fetchmail meine e-mail abholen zu
> > lassen. so wie ich die meldung in /var/log/syslog deute funktioniert das
> > auch. Danach erscheint jedoch ein SMTP 553. Ich weis nicht was hier
> > falsch läuft.
>
> Wurde doch schon in der anderen Antwort geschrieben:
> Wahrscheinlich hast Du in Deiner fetchmail-Konfigurationsdatei einen
> Benutzer angegeben, der auf Deinem Rechner nicht existiert.
>
> Wie sieht denn Deine /etc/fetchmailrc (bzw. Deine ~/.fetchmailrc) aus?


# /etc/fetchmailrc for system-wide daemon mode
# This file must be chmod 0600, owner fetchmail

# The default for this option is 300, which polls the server every 5
# minutes.
# meiner holt einmal die stunde mail
set daemon      3600

# By default, the system-wide fetchmail will output logging messages to
# syslog; uncomment the line below to disable this. This might be useful
# if you are logging to another file using the 'logfile' option.
#
# set no syslog

# Avoid loss on 4xx errors. On the other hand, 5xx errors get more
# dangerous.
#
set no bouncemail

# The following defaults are used when connecting to any server, and can
# be overridden in the server description below.
#
# Set antispam to -1, since it is far safer to use that together with no
# bouncemail.
#
defaults:
  antispam -1
  batchlimit 100

# Example server section.
#
#poll foo.bar.org with protocol pop3
#  user baka there is localbaka here smtphost smtp.foo.bar.org;

poll pop.mydomain.com protocol pop3 timeout 120
user test@mydomain.com with pass "pwd"
is user test here # wants mda "/usr/bin/mail"

smtphost smtp.mydomain.com;



Reply to: