[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Form to mail
- Subject: RE: [cobalt-users] Form to mail
- From: "Scott Rader" <slr@xxxxxxxxx>
- Date: Mon Oct 2 08:41:02 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Yes... I had the same problem with error 501 last week (but on a
Qube2). I was just getting ready to repost. Thanks for betting me
to it... I found the following in the maillog (/var/log/maillog):
Sep 26 11:57:36 qube sendmail[13354]: LAA13354:
ruleset=check_mail, arg1=<steve@xxxxxxx>, relay=[199.107.83.178],
reject=501 <steve@xxxxxxx>... Sender domain must exist
Sep 26 11:57:36 qube sendmail[13354]: LAA13354:
from=<steve@xxxxxxx>, size=0, class=0, pri=0, nrcpts=0,
proto=ESMTP, relay=[199.107.83.178]
My quick hack was to comment out the 501 ruleset error in
sendmail.cf. However, this is not the desired solution... Any
help would be greatly appreciated... -Scott.
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf
> Of Gavin Mills
> Sent: Monday, October 02, 2000 4:26 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Form to mail
>
> On our RaQ 3 we have a formhandler script to deal with
> form to mail enquires. Everything works fine unless on
> of the recipient email address is not specified or the
> address is not from a valid domain. The errors I get
> are:
> 553 ... Domain name required
> 501 ... Sender domain must exist
> This seems to be a sendmail problem? Has anyone had
> similar problems?
> Thanks
> Gavin