Form Mail question


Recommended Posts

I have a form that works, but I get an email that says:

This is the mail system at host heather.buddy-baker.us.

I'm sorry to have to inform you that your message could not

be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can

delete your own text from the attached returned message.

The mail system

<[email protected]>: buddy-baker.us

[ Part 2: "Delivery report" ]

Reporting-MTA: dns; heather.buddy-baker.us

X-Postfix-Queue-ID: 0B33A1CD8D

X-Postfix-Sender: rfc822; [email protected]

Arrival-Date: Wed, 19 Oct 2011 14:35:52 -0400 (EDT)

Final-Recipient: rfc822; [email protected]

Then under it I get a messge from the form that looks right. I NEED to figure out how to fix my form mail PL file so that it will allow me to receive and send mail without errors. Can someone help ,e with this? I think its something either script based or email server based and I am not sure what is causing this problem


BEGIN
{
$DEBUGGING = 1;
$emulate_matts_code= 0;
$secure = 1;
$allow_empty_ref = 1;
$max_recipients = 5;
$mailprog = '/usr/lib/sendmail -oi -t';
$postmaster = '[email protected]';
@referers = qw(buddy-baker.us XX.XXX.XX.222 localhost);
@allow_mail_to = qw([email protected] buddy-baker.us localhost);
@recipients = ();
%recipient_alias = ();
@valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USER_AGENT);
$locale = '';
$charset = 'iso-8859-1';
$date_fmt = '%A, %B %d, %Y at %H:%M:%S';
$style = '/css/nms.css';
$no_content = 0;
$double_spacing = 1;
$wrap_text = 0;
$wrap_style = 1;
$address_style = 0;
$send_confirmation_mail = 0;
$confirmation_text = <<'END_OF_CONFIRMATION';
From: [email protected]
Subject: form submission

Thank you for your form submission.

I think it has to do with the stuff that has to do with the postmaster, my hostname or something but I am not sure - this is nms formmail, current version

Brian

Edited by baker7
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...