baker7 Posted October 19, 2011 Report Share Posted October 19, 2011 (edited) 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 notbe 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 candelete 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.usX-Postfix-Queue-ID: 0B33A1CD8DX-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 problemBEGIN{ $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 submissionThank 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 versionBrian Edited October 19, 2011 by baker7 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.