BestTechie Forums: Form Mail question - BestTechie Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Form Mail question Form Works, but gives me errors when mail is received


#1 User is offline   baker7 

  • USCG: Semper Paratus: "Always Ready"
  • Group: Contributor
  • Posts: 796
  • Joined: 16-August 05
  • Location:Barre, Vermont USA
  • Operating System:Windows 7 Pro, Windows 2000 Pro, Windows MCE/XP Pro, Windows XP Home, Windows 2003 Server SBS, Debian Linux, RedHat Linux, ELive Linux

Posted 19 October 2011 - 02:19 PM

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

This post has been edited by baker7: 19 October 2011 - 02:21 PM


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users