View previous topic :: View next topic |
Author |
Message |
Azzerhoden n00b
Joined: 07 Nov 2004 Posts: 11
|
Posted: Sun Nov 07, 2004 12:24 am Post subject: Error: (550 Sender verify failed) |
|
|
I'm having trouble setting up the email functionality, and following some other threads in this area I have tried the following test:
echo "testing mail" | ssmtp Azzerhoden@somewhere.com
and
echo "testing mail" | /usr/sbin/sendmail Rober_M_Frame@somewhere.net
In both instances I have received the same error:
ssmtp: RCPT TO:<Azzerhoden@somewhere.com> (550 Sender verify failed)
sendmail: RCPT TO:<Rober_M_Frame@somewhere.net> (550 Sender verify failed)
Any thoughts on where I should begin? |
|
Back to top |
|
|
80686 n00b
Joined: 07 Jun 2004 Posts: 18 Location: /home/manuel
|
Posted: Sun Nov 07, 2004 12:58 am Post subject: |
|
|
Perhaps you need SMTP authentication? _________________ --
god is real,
unless he's integer |
|
Back to top |
|
|
Azzerhoden n00b
Joined: 07 Nov 2004 Posts: 11
|
Posted: Sun Nov 07, 2004 1:03 am Post subject: |
|
|
Additionally, I am logged in a root for the test, and /usr/sbin/sendmail is a wrapper for exim.
I received neither email. |
|
Back to top |
|
|
Azzerhoden n00b
Joined: 07 Nov 2004 Posts: 11
|
Posted: Sun Nov 07, 2004 1:13 am Post subject: |
|
|
Hmmmm, found the following through a search on google:
Quote: |
220 gandalf.domain.tld ESMTP Exim 4.04 #123 Tue, 14 May 2002 08:56:22 -0700=
- mm1
mail from: postmaster@bjt.net
250 OK
rcpt to: merlin@gandalf
550-Verification failed for <postmaster@bjt.net>
550-Called: mailhub.bjt.net [209.237.6.2]
550-Sent: MAIL FROM:<>
550-Response: 501 bogus mail from
550-This does not help fight spam effectively, breaks RFCs,
550-and prevents you from getting mail bounces back from us,
550-As a result, we cannot accept mail from you until you fix this
550 Sender verify failed
2002-05-14 08:56:40 H=3Dlocalhost [127.0.0.1]:33641 (merlin) sender verify =
fail for <postmaster@bjt.net>: Failed MAIL FROM: <>: response to "MAIL FROM=
:<>" from mailhub.bjt.net [209.237.6.2] was 501 bogus mail from
2002-05-14 08:56:40 H=3Dlocalhost [127.0.0.1]:33641 (merlin) F=3D<postmaste=
r@bjt.net> rejected RCPT merlin@gandalf: Sender verify failed
|
Do you think the error message is because I do not have an email account setup for root?
If so, can someone tell me how to set this up? |
|
Back to top |
|
|
|