Date: Mon, 04 Jun 2001 22:32:09 -0600 From: Chris Fedde <chris@fedde.littleton.co.us> To: mcreynja@mailbox.orst.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FW: mail server - relaying denied - error message Message-ID: <200106050432.f554W9800375@fedde.littleton.co.us> In-Reply-To: <AKEJJHMJGCHDOFCANDPOKEALCAAA.mcreynja@mailbox.orst.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 4 Jun 2001 19:29:22 -0700 "Jason McReynolds" wrote: +------------------ | I am trying to set up a pop3 mail server and have run into a little problem. | Right now I am using solidpop3d. I can recieve e-mail from anyone, but I | can't send e-mail from another remote computer. I get the following message: | | The message could not be sent because one of the recipients was rejected by | the server. The rejected e-mail address was 'mcreynja@mailbox.orst.edu'. | Subject 'Hello', Account: 'mail.borderpatrolclan.net', Server: | 'mail.borderpatrolclan.net', Protocol: SMTP, Server Response: '550 | <mcreynja@mailbox.orst.edu>... Relaying denied', Port: 25, Secure(SSL): No, | Server Error: 550, Error Number: 0x800CCC79 | | I tried to configure the /etc/mail/access file, but that didn't seem to do | the trick. What do I need to do in order to fix this so that I can relay | messages from another computer??? | +------------------ It's not completely clear from your message but it appears that you are using sendmail for your MTA? If so then you need to configure it to permit relaying for the senders machine. It might be as easy as entering a domain name in /etc/mail/relay-domains. There are lots of approaches. Most of them are described in the /usr/src/contrib/sendmail/cf/README under the ANTI-SPAM heading, SMTP AUTHENTICATION heading or by following the bouncing ball at http://www.sendmail.org good luck -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106050432.f554W9800375>