From: Matthias A. <mat...@gm...> - 2007-03-29 09:36:15
|
Kramer, Barbara schrieb: > Hi, > Apparently the attach never gets there, > So here it is in text: > _______________________________________________________ > fetchmail: 6.3.6 querying pnw2k01.pfrimmer.de (protocol POP3) at Wed, 28 Mar > 2007 16:22:15 +0100 (WETDST): poll started > fetchmail: Trying to connect to 127.0.0.1/25...connected. > fetchmail: SMTP< 220 erlaap05.nutricia.com ESMTP Sendmail 8.9.3 > (PHNE_29774)/8.9.3; Wed, 28 Mar 2007 16:22:17 +0100 (WETDST) > fetchmail: SMTP> EHLO erlaap05 > fetchmail: SMTP< 250-erlaap05.nutricia.com Hello podeliv@localhost > [127.0.0.1], pleased to meet you > fetchmail: SMTP< 250-EXPN > fetchmail: SMTP< 250-VERB > fetchmail: SMTP< 250-8BITMIME > fetchmail: SMTP< 250-SIZE > fetchmail: SMTP< 250-DSN > fetchmail: SMTP< 250-ONEX > fetchmail: SMTP< 250-ETRN > fetchmail: SMTP< 250-XUSR > fetchmail: SMTP< 250 HELP > fetchmail: SMTP> MAIL FROM:<B.K...@nu...> SIZE=605 > fetchmail: SMTP< 501 Sender domain must exist > fetchmail: SMTP error: 501 Sender domain must exist Not a fetchmail issue apparently: your sendmail software does not recognize your own domain. Make sure it does - your starting point is DNS, and further support through the sendmail support channels. Note though that sendmail 8.9.3 is several years out of date, so unless someone patched all known security issues, you should not be using it, but a more recent version instead. HTH, MA |