Unable to send mail to freebsd.org

Unable to send mail to freebsd.org

Post by Mike Irwi » Sun, 23 Feb 2003 06:37:56



Hopefully someone that reads this can forward to the appropriate party.

I've been unable to send mail to any freebsd.org address for some time.  My
messages are coming from the bellsouth.net domain.  I've attempted to send bug
reports (using send-pr.el) and messages to the various mailing lists, but they
all come back with this message attached:

.net 007: This e-mail message was undeliverable due to the
following reason:

.net 015: The destination mail system was not reachable withing the
allowed period.

Note: This error message is usually due to one of the following
network problems:
a. The recipient's mail system is turned off.
b. The destination mail system is not currently running.

Solution:
Attempt to resend, or contact the recipient by alternate means to
let them know about the issue.

Your message was not delivered within 4 days.
Host freebsd.org is not responding.
--
Mike

 
 
 

Unable to send mail to freebsd.org

Post by Charles Jense » Sun, 23 Feb 2003 09:51:30



Quote:> I've been unable to send mail to any freebsd.org address for some time.
My
> messages are coming from the bellsouth.net domain.  I've attempted to send
bug
> reports (using send-pr.el) and messages to the various mailing lists, but
they
> all come back with this message attached:

Check out this document... hope it helps...

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#FREEBS...
BOUNCES

 
 
 

Unable to send mail to freebsd.org

Post by Peter W » Sun, 23 Feb 2003 11:04:09





>> I've been unable to send mail to any freebsd.org address for some time.
> My
>> messages are coming from the bellsouth.net domain.  I've attempted to send
> bug
>> reports (using send-pr.el) and messages to the various mailing lists, but
> they
>> all come back with this message attached:

> Check out this document... hope it helps...

> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#FREEBS...
> BOUNCES

I experienced the failure in sending mails to freebsd.org last night. Here
is the script.

The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
from localhost [127.0.0.1]

   ----- The following addresses had permanent fatal errors -----

    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

   ----- Transcript of session follows -----
... while talking to mx1.freebsd.org.:

Quote:>>> DATA

<<< 554 <localhost.localdomain>: Helo command rejected: Access denied
554 5.0.0 Service unavailable
<<< 554 Error: no valid recipients
Reporting-MTA: dns; localhost.localdomain
Arrival-Date: Fri, 21 Feb 2003 21:01:17 +0800 (CST)


Action: failed
Status: 5.0.0
Remote-MTA: DNS; mx1.freebsd.org
Diagnostic-Code: SMTP; 554 <localhost.localdomain>: Helo command rejected: Access denied
Last-Attempt-Date: Fri, 21 Feb 2003 22:21:48 +0800 (CST)

Hope someone can take a look at it.

--
Powered by
FreeBSD 4.7-STABLE

 
 
 

Unable to send mail to freebsd.org

Post by mic.. » Sun, 23 Feb 2003 18:49:29



> I experienced the failure in sending mails to freebsd.org last night. Here
> is the script.
> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
> from localhost [127.0.0.1]
>   ----- The following addresses had permanent fatal errors -----

>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

No need to go further you are not allowed to talk to freebsd. Why is it so?
In order to get away with some spam, the freebsd mail server only accepts
connections from hosts which have a reverse entry in the DNS. No chance this
is the case with localhost.localdomain.

Solution, for you Peter, you have to send all your outbound mail to your
provider (whose mail server is hopefully declared in the DNS). For Postfix,
this is the syntax, in main.cf

relayhost = [parthe.lpthe.jussieu.fr]

Here the brackets are to avoid a MX lookup which would lead to a different
machine, which in turn would reject my mail :-)

--
Michel Talon

 
 
 

Unable to send mail to freebsd.org

Post by Peter W » Mon, 24 Feb 2003 13:15:07




>> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
>> from localhost [127.0.0.1]

>>   ----- The following addresses had permanent fatal errors -----

>>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

> No need to go further you are not allowed to talk to freebsd. Why is it so?
> In order to get away with some spam, the freebsd mail server only accepts
> connections from hosts which have a reverse entry in the DNS. No chance this
> is the case with localhost.localdomain.

After reading the FAQ at FreeBSD.ORG, I finally realized that the problem
resides at my side. :(

Quote:> Solution, for you Peter, you have to send all your outbound mail to your
> provider (whose mail server is hopefully declared in the DNS). For Postfix,
> this is the syntax, in main.cf

> relayhost = [parthe.lpthe.jussieu.fr]

> Here the brackets are to avoid a MX lookup which would lead to a different
> machine, which in turn would reject my mail :-)

Yes, I decide to relay my mails to my provider. BUT the problem is that
my provider's SMTP server requires SMTP AUTH... Sigh...

I have the account with username/password but I don't know how to
configure sendmail 8.12.7 to enable it. Please bear with me, I'm totally a
newbie to sendmail. I have read the SMTP AUTHENTICATION section in
cf/README, BUT it seems useless to me as I don't know, honestly, what it
talks about....

Is there any step-by-step example that I can follow to configure my
sendmail to use SMTP AUTH?? I do need to read/WRITE to the mailing
lists. TIA!!

--
Peter Wu
Powered by FreeBSD 4.7-STABLE

 
 
 

Unable to send mail to freebsd.org

Post by Lars Eighne » Mon, 24 Feb 2003 14:21:40


In our last episode,

the lovely and talented Peter Wu
broadcast on comp.unix.bsd.freebsd.misc:



>>> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
>>> from localhost [127.0.0.1]

>>>   ----- The following addresses had permanent fatal errors -----

>>>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

>> No need to go further you are not allowed to talk to freebsd. Why is it so?
>> In order to get away with some spam, the freebsd mail server only accepts
>> connections from hosts which have a reverse entry in the DNS. No chance this
>> is the case with localhost.localdomain.
> After reading the FAQ at FreeBSD.ORG, I finally realized that the problem
> resides at my side. :(
>> Solution, for you Peter, you have to send all your outbound mail to your
>> provider (whose mail server is hopefully declared in the DNS). For Postfix,
>> this is the syntax, in main.cf

>> relayhost = [parthe.lpthe.jussieu.fr]

>> Here the brackets are to avoid a MX lookup which would lead to a different
>> machine, which in turn would reject my mail :-)
> Yes, I decide to relay my mails to my provider. BUT the problem is that
> my provider's SMTP server requires SMTP AUTH... Sigh...

         See if nbsmtp won't do the trick.  Sendmail is hard (i.e.
         impossible) to configure to tell the truth.  It believes it
         knows better than you do and that if you tell it something
         other than what it thinks it knows, it will assume you are
         lying.  In fact, sendmail sucks on a large number of issues,
         but somehow or another it got wedded to FreeBSD as part of
         the core - possibly a very long time ago it was the best
         thing available and someone thought that would continue to
         be the case.  As it turns out, that is not the case, but
         sendmail is evidently too deeply embedded in FreeBSD to be
         removed safely.  You have to have it.  But mercifully it has
         become possible lately to turn it off.  You may want to let
         sendmail carry system messages, but if you want actually to
         send mail, install nbsmtp from the ports.

Quote:> I have the account with username/password but I don't know how to
> configure sendmail 8.12.7 to enable it. Please bear with me, I'm totally a
> newbie to sendmail. I have read the SMTP AUTHENTICATION section in
> cf/README, BUT it seems useless to me as I don't know, honestly, what it
> talks about....
> Is there any step-by-step example that I can follow to configure my
> sendmail to use SMTP AUTH?? I do need to read/WRITE to the mailing
> lists. TIA!!

         You can start by making yourself a trusted user, but believe
         me, sendmail is a dead end.

--

              War on Terrorism:  Bad News from the Sanity Front
     "Tactical nuclear capabilities should be used against the bin Laden
  camps in the desert of Afghanistan."  -Thomas Woodrow,_Washington Times_

 
 
 

Unable to send mail to freebsd.org

Post by Peter W » Mon, 24 Feb 2003 15:29:10



> In our last episode,

> the lovely and talented Peter Wu
> broadcast on comp.unix.bsd.freebsd.misc:



>>>> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
>>>> from localhost [127.0.0.1]

>>>>   ----- The following addresses had permanent fatal errors -----

>>>>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

>>> No need to go further you are not allowed to talk to freebsd. Why is it so?
>>> In order to get away with some spam, the freebsd mail server only accepts
>>> connections from hosts which have a reverse entry in the DNS. No chance this
>>> is the case with localhost.localdomain.

>> After reading the FAQ at FreeBSD.ORG, I finally realized that the problem
>> resides at my side. :(

>>> Solution, for you Peter, you have to send all your outbound mail to your
>>> provider (whose mail server is hopefully declared in the DNS). For Postfix,
>>> this is the syntax, in main.cf

>>> relayhost = [parthe.lpthe.jussieu.fr]

>>> Here the brackets are to avoid a MX lookup which would lead to a different
>>> machine, which in turn would reject my mail :-)

>> Yes, I decide to relay my mails to my provider. BUT the problem is that
>> my provider's SMTP server requires SMTP AUTH... Sigh...

>          See if nbsmtp won't do the trick.  Sendmail is hard (i.e.
>          impossible) to configure to tell the truth.  It believes it
>          knows better than you do and that if you tell it something
>          other than what it thinks it knows, it will assume you are
>          lying.  In fact, sendmail sucks on a large number of issues,
>          but somehow or another it got wedded to FreeBSD as part of
>          the core - possibly a very long time ago it was the best
>          thing available and someone thought that would continue to
>          be the case.  As it turns out, that is not the case, but
>          sendmail is evidently too deeply embedded in FreeBSD to be
>          removed safely.  You have to have it.  But mercifully it has
>          become possible lately to turn it off.  You may want to let
>          sendmail carry system messages, but if you want actually to
>          send mail, install nbsmtp from the ports.

I just chekced mail/nbsmtp in the ports but don't read it can relay mails
to an SMTP server that requires authentication. I think the cause why
sendmail does not work is that I did not configure it correctly due to my
lack of knowledge of it.

Quote:>> I have the account with username/password but I don't know how to
>> configure sendmail 8.12.7 to enable it. Please bear with me, I'm totally a
>> newbie to sendmail. I have read the SMTP AUTHENTICATION section in
>> cf/README, BUT it seems useless to me as I don't know, honestly, what it
>> talks about....

>> Is there any step-by-step example that I can follow to configure my
>> sendmail to use SMTP AUTH?? I do need to read/WRITE to the mailing
>> lists. TIA!!

>          You can start by making yourself a trusted user, but believe
>          me, sendmail is a dead end.

I can send mails to the outside world. The question is how to relay mails
to another MTA that requires my MTA (sendmail) to authenticate itself
before it agrees to accept my mails and move them forward. Thanks.

--
Peter Wu
Powered by FreeBSD 4.7-STABLE

 
 
 

Unable to send mail to freebsd.org

Post by Lars Eighne » Mon, 24 Feb 2003 15:59:44


In our last episode,

the lovely and talented Peter Wu
broadcast on comp.unix.bsd.freebsd.misc:


>> In our last episode,

>> the lovely and talented Peter Wu
>> broadcast on comp.unix.bsd.freebsd.misc:



>>>>> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
>>>>> from localhost [127.0.0.1]

>>>>>   ----- The following addresses had permanent fatal errors -----

>>>>>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

>>>> No need to go further you are not allowed to talk to freebsd. Why is it so?
>>>> In order to get away with some spam, the freebsd mail server only accepts
>>>> connections from hosts which have a reverse entry in the DNS. No chance this
>>>> is the case with localhost.localdomain.

>>> After reading the FAQ at FreeBSD.ORG, I finally realized that the problem
>>> resides at my side. :(

>>>> Solution, for you Peter, you have to send all your outbound mail to your
>>>> provider (whose mail server is hopefully declared in the DNS). For Postfix,
>>>> this is the syntax, in main.cf

>>>> relayhost = [parthe.lpthe.jussieu.fr]

>>>> Here the brackets are to avoid a MX lookup which would lead to a different
>>>> machine, which in turn would reject my mail :-)

>>> Yes, I decide to relay my mails to my provider. BUT the problem is that
>>> my provider's SMTP server requires SMTP AUTH... Sigh...

>>          See if nbsmtp won't do the trick.  Sendmail is hard (i.e.
>>          impossible) to configure to tell the truth.  It believes it
>>          knows better than you do and that if you tell it something
>>          other than what it thinks it knows, it will assume you are
>>          lying.  In fact, sendmail sucks on a large number of issues,
>>          but somehow or another it got wedded to FreeBSD as part of
>>          the core - possibly a very long time ago it was the best
>>          thing available and someone thought that would continue to
>>          be the case.  As it turns out, that is not the case, but
>>          sendmail is evidently too deeply embedded in FreeBSD to be
>>          removed safely.  You have to have it.  But mercifully it has
>>          become possible lately to turn it off.  You may want to let
>>          sendmail carry system messages, but if you want actually to
>>          send mail, install nbsmtp from the ports.
> I just chekced mail/nbsmtp in the ports but don't read it can relay mails
> to an SMTP server that requires authentication. I think the cause why
> sendmail does not work is that I did not configure it correctly due to my
> lack of knowledge of it.

         It works with the freebsd mailing lists.  So long as you
         give it your real email address (so that your domain does in
         fact exist), all will be well.

--

              War on Terrorism:  Bad News from the Sanity Front
     "Tactical nuclear capabilities should be used against the bin Laden
  camps in the desert of Afghanistan."  -Thomas Woodrow,_Washington Times_

 
 
 

Unable to send mail to freebsd.org

Post by Thierry Thoma » Mon, 24 Feb 2003 18:46:34



>           It works with the freebsd mailing lists.  So long as you
>           give it your real email address (so that your domain does in
>           fact exist), all will be well.

Warning! the freebsd mailing lists now trust Spamcop, and for example
e-mail relayed by my ISP (Proxad / free.fr) is bounced with a 554 error.
--
Th. Thomas.
 
 
 

Unable to send mail to freebsd.org

Post by Peter W » Mon, 24 Feb 2003 20:56:41




>>           It works with the freebsd mailing lists.  So long as you
>>           give it your real email address (so that your domain does in
>>           fact exist), all will be well.

> Warning! the freebsd mailing lists now trust Spamcop, and for example
> e-mail relayed by my ISP (Proxad / free.fr) is bounced with a 554 error.

What frustrates me is that I got no warning or error when I subscribed
those mailing lists. :(

--
Peter Wu
Powered by FreeBSD 4.7-STABLE

 
 
 

Unable to send mail to freebsd.org

Post by Bill Vermilli » Mon, 24 Feb 2003 23:57:15





>>> The original message was received at Fri, 21 Feb 2003 21:01:17 +0800 (CST)
>>> from localhost [127.0.0.1]

>>>   ----- The following addresses had permanent fatal errors -----

>>>    (reason: 554 <localhost.localdomain>: Helo command rejected: Access denied)

>> No need to go further you are not allowed to talk to freebsd. Why is it so?
>> In order to get away with some spam, the freebsd mail server only accepts
>> connections from hosts which have a reverse entry in the DNS. No chance this
>> is the case with localhost.localdomain.

>After reading the FAQ at FreeBSD.ORG, I finally realized that the problem
>resides at my side. :(

>> Solution, for you Peter, you have to send all your outbound mail to your
>> provider (whose mail server is hopefully declared in the DNS). For Postfix,
>> this is the syntax, in main.cf

>> relayhost = [parthe.lpthe.jussieu.fr]

>> Here the brackets are to avoid a MX lookup which would lead to a different
>> machine, which in turn would reject my mail :-)
>Yes, I decide to relay my mails to my provider. BUT the problem is that
>my provider's SMTP server requires SMTP AUTH... Sigh...
>I have the account with username/password but I don't know how
>to configure sendmail 8.12.7 to enable it. Please bear with
>me, I'm totally a newbie to sendmail. I have read the SMTP
>AUTHENTICATION section in cf/README, BUT it seems useless to me
>as I don't know, honestly, what it talks about....
>Is there any step-by-step example that I can follow to configure my
>sendmail to use SMTP AUTH?? I do need to read/WRITE to the mailing
>lists. TIA!!

Just a though that may/may-not work.

RoadRunner was blocking complete blocks of IPs from Sprint - who
give me my DSL.  These were all static so it was not like RR
blocking a bunch of dialups. Until Sprint got that taken care of
I just modified my mailertable to include the desination IPs and
only sent those off-site.

city1.rr.com    smtmp:good.mailer.com
city2.rr.com    smtpd:good.mailer.com

If you are stuck with your upstream see if you can find someone who
will let you relay through them but only for specific things, and
put the  freebsd.org    smpt:friends.mailer.com  into your
mailertable.

Bill
--

 
 
 

Unable to send mail to freebsd.org

Post by Rob MacGrego » Tue, 25 Feb 2003 00:49:16



> I have the account with username/password but I don't know how to
> configure sendmail 8.12.7 to enable it. Please bear with me, I'm totally a
> newbie to sendmail. I have read the SMTP AUTHENTICATION section in
> cf/README, BUT it seems useless to me as I don't know, honestly, what it
> talks about....

> Is there any step-by-step example that I can follow to configure my
> sendmail to use SMTP AUTH?? I do need to read/WRITE to the mailing
> lists. TIA!!

Take a look at the docs on www.sendmail.org.  Particularly
http://www.sendmail.org/~ca/email/auth.html.

Basically, install CYRUS-SASL then configure the authinfo option of sendmail (see
cf/README).

You'll also get more luck in comp.mail.sendmail.

--
  Rob MacGregor (MCSE)        Oh my God! They killed init! You bastards!
      The light at the end of the tunnel is an oncoming dragon.

 
 
 

Unable to send mail to freebsd.org

Post by mic.. » Mon, 24 Feb 2003 22:02:20



>         You can start by making yourself a trusted user, but believe
>         me, sendmail is a dead end.

While i was advocating removing sendmail from the base system, i think you are
exagerating a little bit. Probably sendmail is still the best MTA for the
power user. Some people say it is able to have better throughput that all
other MTAs on very heavy mail servers (i strongly doubt the arguments i have
seen about that, but i have no first hand experience on the subject).
Obviously it has more bells and whistles that any other MTA hence may
help solve otherwise impossible problems. My point is that for most
ordinary users it is far too powerful hence hard to configure, and
that simpler options like postfix can perfectly do the job with
almost zero configuration and a priori good (not to say better) security.
It is not true that sendmail is required for proper functioning of a
FreeBSD box. I have several boxes running postfix and everything goes
OK, in particular the nightly scripts come in my mailbox fine. So i
am saying that the MTA should be relegated to the ports for everyone to
choose. I am convinced that the FreeBSD developers will do this move
whatever the reactions of the old timers, as they have already done for
perl, XFree3, uucp.

--
Michel Talon

 
 
 

Unable to send mail to freebsd.org

Post by mic.. » Mon, 24 Feb 2003 21:46:14




> Yes, I decide to relay my mails to my provider. BUT the problem is that
> my provider's SMTP server requires SMTP AUTH... Sigh...

Sorry i have no experience with that. I have read a paper which explains at
large how to enable such thing with postfix, it seems quite straightforward,
check google. Note that when you compile the postfix port you have the option
to enable all sorts of SASL stuff.

--
Michel Talon

 
 
 

Unable to send mail to freebsd.org

Post by Bill Vermilli » Tue, 25 Feb 2003 09:27:21





>>         You can start by making yourself a trusted user, but believe
>>         me, sendmail is a dead end.
>While i was advocating removing sendmail from the base system,
>i think you are exagerating a little bit. Probably sendmail
>is still the best MTA for the power user. Some people say it
>is able to have better throughput that all other MTAs on very
>heavy mail servers (i strongly doubt the arguments i have seen
>about that, but i have no first hand experience on the subject).
>Obviously it has more bells and whistles that any other MTA
>hence may help solve otherwise impossible problems. My point
>is that for most ordinary users it is far too powerful hence
>hard to configure, and that simpler options like postfix can
>perfectly do the job with almost zero configuration and a priori
>good (not to say better) security.

But Michael - the current sendmails really need minimal
configuration, run almost out of the box, and Sendmail itself
hasn't had any major security holes in a few years.

Sendmail used to be a pain - but anymore as long as you have proper
DNS or hosts entries for most users it's just setting the
SmartHost name - unless they send direct.

Quote:>OK, in particular the nightly scripts come in my mailbox fine.
>So i am saying that the MTA should be relegated to the ports for
>everyone to choose. I am convinced that the FreeBSD developers
>will do this move whatever the reactions of the old timers, as
>they have already done for perl, XFree3, uucp.

But the base sysem should have some mail handler installed so
you don't have to pull in ports if not needed/wanted.  A base
system on a minimal install won't need perl now that it is not
needed for install, nor XFr* or uuucp - but it really does need a
miminum mailer to start with if you really want a minimal install.

Bill

--

 
 
 

1. I can't send to freebsd-questions@freebsd.org


the message was returned

   ----- The following addresses had transient non-fatal
errors -----

   ----- Transcript of session follows -----
... while talking to mx1.freebsd.org.:
<<< 450 Client host rejected: cannot find your hostname,
[209.145.174.254]

rejected: cannot find your hostname, [209.145.174.254]
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old

The IPAddr they are referencing is vaguely familiar.  I remember
something like that about two or three DSL providers ago.  We
have gone from Jato to Rhythms to Covad to IPComm and each
switch entailed another change of IPAddr for our Internet link.

Do I have to notify FreeBSD of this change before I can send an
email to freebsd-questions?

They are probably doing some sort of SPAM filtering so what do I
need to have them accept my email?

Thanks

2. Red Hat Linux on Athlon 1000MHz/FIC Motherboard

3. mail problem - TO: freebsd.org & e-mail address needed

4. UPS (Tripplite vs APC)

5. freebsd.org mailing list memberships reminder

6. C++ compilation problems

7. Top 10 posters comp.unix.shell

8. FreeBSD.org: Mailing list search engine

9. OT FreeBSD.ORG mail server problem

10. Cannot mail anything @freebsd.org anymore, help please!

11. FreeBSD.Org - Mail/Mail List problems

12. IPCHAINS and mail on localhost: unable to send mail from localhost