Hey!
Anyone familiar with nms script that can help me out.
I am having problems configuring my crap out. Can someone look at this & let me know what I am doing worng? Please!? Thanks
My script worked for a quick minute & then reverted back to the an error message that reads
Ă¢€œInternal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@organizingmandala.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I am really at a lost for what might be causing this. I have asked my web host for support but they do not offer code support.
This is how my formail config looks
$DEBUGGING = 1;
$emulate_matts_code= 0;
$secure = 1;
$allow_empty_ref = 1;
$max_recipients = 5;
$mailprog = '/usr/lib/sendmail -oi -t';
$postmaster = 'rusia@organizingmandala.com';
@referers = qw(72.9.241.18 localhost);
@allow_mail_to = qw(organizingmandala.com);
@recipients = (@allow_mail_to);
%recipient_alias = (
'1'=> 'spotlight@organizingmandala.com',
'2'=> 'directory@organizingmandala.com',
'3'=> 'arts@organizingmandala.com',
'4'=> 'bodysoul@organizingmandala.com',
'5'=> 'trainings@organizingmandala.com',
'6'=> 'help@organizingmandala.com',
);
@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: rusia@organizingmandala.com
Subject: Submission to OM
Thank you for your submission.
END_OF_CONFIRMATION
# You may need to uncomment the line below and adjust the path.
# use lib './lib';
I renamed my hidden type as specified in the readme to recipient & a value to correspond to the number of the email address I want the form to go to.
|