From owner-freebsd-questions Mon Aug 19 19:36:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7059E37B400 for ; Mon, 19 Aug 2002 19:36:53 -0700 (PDT) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C5043E4A for ; Mon, 19 Aug 2002 19:36:52 -0700 (PDT) (envelope-from raiden23@netzero.net) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g7K2jNgh015953 for ; Mon, 19 Aug 2002 22:45:23 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020819223931.00969860@192.168.0.25> X-Sender: megos@192.168.0.25 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 19 Aug 2002 22:44:55 -0400 To: FreeBSD Questions From: Lord Raiden Subject: Re: Fetchmail error question when talking to sendmail Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As an addendum, I've also gotten this error periodically as well: fetchmail: SMTP error: 553 5.1.8 ... Domain of sender address morehits_rep@hotmail.co does not exist I'm guessing both of these errors has to do with the mail server I'm receiving mail from. Or is it something I screwed up on in my fetchmailrc file? Here's my fetchmailrc file: ======================================================== set postmaster "localuser" set no bouncemail set spambounce defaults protocol pop3, options fetchall, no keep poll domain1: user 'username' there with password 'password' is localuser here poll domain2: user 'username2' there with password 'password2' is localuser here ========================================================== Now obviously I took out the users, passwords, and domains for security, but that should be correct as it's worked fine for ages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message