Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sendmail problems, help needed


Guest

Recommended Posts

I'm having problems with configuring sendmail for the osCommerce V2.2

 

When I try to send a test e-mail to a customer ([email protected]), it's eventualy sending it to www@openbsd. I get the following in the sendmail log:

 

Feb 11 22:22:24 OpenBSD sendmail[21663]: h1BMMNNO021663: from=www, size=649, class=0, nrcpts=1, msgid=<200302112222.h1BMMNNO021663@OpenBSD>, relay=www@localhost

Feb 11 22:22:24 OpenBSD sm-mta[16101]: h1BMMOHU016101: ruleset=check_mail, arg1=<www@OpenBSD>, [email protected] [127.0.0.1], reject=553 5.1.8 <www@OpenBSD>... Domain of sender address www@OpenBSD does not exist

Feb 11 22:22:24 OpenBSD sendmail[21663]: h1BMMNNO021663: [email protected], ctladdr=www (67/67), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30263, relay=localhost.haste.nl. [127.0.0.1], dsn=5.6.0, stat=Data format error

Feb 11 22:22:24 OpenBSD sendmail[21663]: h1BMMNNO021663: h1BMMNNP021663: DSN: Data format error

Feb 11 22:22:25 OpenBSD sm-mta[16101]: h1BMMOHU016101: from=<www@OpenBSD>, size=649, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, [email protected] [127.0.0.1]

Feb 11 22:22:25 OpenBSD sm-mta[16101]: h1BMMOHV016101: from=<>, size=2449, class=0, nrcpts=1, msgid=<200302112222.h1BMMNNP021663@OpenBSD>, proto=ESMTP, daemon=MTA, [email protected] [127.0.0.1]

Feb 11 22:22:25 OpenBSD sendmail[21663]: h1BMMNNP021663: to=www, delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=31673, relay=localhost.haste.nl., dsn=2.0.0, stat=Sent (h1BMMOHV016101 Message accepted for delivery)

Feb 11 22:22:25 OpenBSD sm-mta[16987]: h1BMMOHV016101: to=<www@OpenBSD>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32623, dsn=2.0.0, stat=Sent

 

Is there anybody who can tell my what i'm doing wrong? Or is there a

good FAQ, where I can get my answers, because sendmail.org is pretty sucky.

 

Thnx a lot,

 

Haste

Link to comment
Share on other sites

Domain of sender address www@OpenBSD does not exist  

 

Think it's Sendmail's anti-relaying stuff. Seem to remember some setups only accept mail from php for relaying if there is a -f flag on your php mail() command... saw a post about it too the other day.

 

 

Once that is done killall Sendmail. Then killall -9 Sendmail and killall Sendmail again just for the pleasure of it.

:D

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

Look: When i change:

 

O DaemonPortOptions=Family=inet, address=213.84.200.95, Name=MTA

 

in sendmail.conf, so i make that active, i get the following:

 

Feb 11 23:53:46 OpenBSD sendmail[9846]: h1BNrjbt009846: from=www, size=664, class=0, nrcpts=1, msgid=<200302112353.h1BNrjbt009846@OpenBSD>, relay=www@localhost

Feb 11 23:53:47 OpenBSD sendmail[9846]: h1BNrjbt009846: to="haset" <[email protected]>, ctladdr=www (67/67), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30273, relay=localhost.haste.nl. [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by localhost.haste.nl.

 

Now it doesnt accept localhost.haste.nl...

 

Any ideas how i can make it accept that host ?

 

Thanks,

 

haste

Link to comment
Share on other sites

Don't remember as I changed to Qmail because Sendmail gives me headaches all the time.

 

But you need to look for relay settings, that's for sure.

 

Check here: http://marc.theaimsgroup.com/?l=sendmail&r=1&w=2

That's a good source IMHO.

 

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

  • 4 weeks later...
[email protected] [127.0.0.1], reject=553 5.1.8 <www@OpenBSD>... Domain of sender address www@OpenBSD does not exist

 

What this is saying is, the domain "OpenBSD" in the email address "www@OpenBSD" does not exist. It is right... it does not.

 

You need to either change the domain name on the outgoing email address or setup your own DNS server and create the "OpenBSD" domain in it.

 

If this is for testing, I would just tack ".org" on the end of "OpenBSD".

 

 

-Kahn

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...