Hi,
I checked the sendmail and it is: [root@godslove root]# which sendmail /usr/sbin/sendmail Plesk uses sendmail and this is what is listed in my form that was working.
I tried my form at 7:27 am this morning and this is the last listing in /var/log/messages Jul 3 07:05:42 godslove authpsa: IMAP connect from @ [67.138.221.157]
There are no listings in /var/log/maillog.
These are the settings in FormMail.pl: $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 1; $mailprog = '/usr/sbin/sendmail -oi -t'; $postmaster = ''; @referers = qw(designhosting.biz); @allow_mail_to = qw(mail.designhosting.biz designhosting.biz); @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;
Sincerely, Melinda Odom www.designhosting.biz 479-471-0891
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org]On Behalf Of centos-request@centos.org Sent: Sunday, July 03, 2005 7:00 AM To: centos@centos.org Subject: CentOS Digest, Vol 6, Issue 3
Send CentOS mailing list submissions to centos@centos.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos or, via email, send a message with subject or body 'help' to centos-request@centos.org
You can reach the person managing the list at centos-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS digest..."
Today's Topics:
1. form problem (Melinda Odom) 2. Re: form problem (Johnny Hughes) 3. Re: form problem (Egypt.com) 4. Re: boot failure after install (Feizhou) 5. Re: Re: boot failure after install -- my bootloader beat up your honor student (Feizhou) 6. Re: Re: Hot swap CPU (Lamar Owen) 7. Re: Re: Hot swap CPU (Lamar Owen) 8. Re: Re: Hot swap CPU (Bruno Delbono) 9. Re: Re: Hot swap CPU (Peter Arremann) 10. Re: Re: Hot swap CPU (Bryan J. Smith) 11. Re: Re: Hot swap CPU (Lamar Owen) 12. Re: Hot swap CPU (Bryan J. Smith) 13. Loosing mouse pointer on centos 4.1 (Jerry Geis) 14. Non-CentOS related arguments off-list please (Dag Wieers) 15. OT: about openswan (User Lists) 16. Re: NFS sleepy woes (Res) 17. Syslog & charset issues (Jamie Pratt) 18. Re: Re: Directory Server for CentOS 4.1 (Aleksandar Milivojevic) 19. Re: NFS sleepy woes (Les Mikesell) 20. Re: NFS sleepy woes (Res) 21. Re: NFS sleepy woes (Johnny Hughes) 22. Re: Re: Hot swap CPU (Johnny Hughes) 23. Re: Re: Hot swap CPU (Chris Mauritz)
----------------------------------------------------------------------
Message: 1 Date: Sat, 2 Jul 2005 07:47:03 -0500 From: "Melinda Odom" info@designhosting.biz Subject: [CentOS] form problem To: centos@centos.org Message-ID: OHEMIKFDMHLDNJAPNOLECEMOFMAA.info@designhosting.biz Content-Type: text/plain; charset="windows-1250"
Hi,
I am using CentOS 3.5 plus the Plesk reloaded 7.3 server admin and just recently did a small upgrade of some plesk packages plus the update from CentOS 3.4 to 3.5.
It seems that all of my forms have stopped working using nms FormMail.pl script. Everything was working before these last two updates. I have debug set on the form script and it does work without any errors but I never get the email that a form was submitted.
The server company I get my server through did a test on one of the forms and I got the technician's email but when I went to test the very same form I did not get an email. The technician tested from the company so I am thinking this might be some permissions problem with something on my server as the technician would have higher permissions than myself.
Another strange occurrence is that whenever a customer of one of my customers on my server submits my client's email form I am getting an email instead of my client showing the details of the form.
I have checked all the forms thoroughly and there is nothing wrong with them and since they all were working and now are not working that the problem is with the server itself.
Can someone give me some ideas of where to look for this problem because we are stumped?
Sincerely, Melinda Odom www.designhosting.biz 479-471-0891 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.8/37 - Release Date: 7/1/2005
------------------------------
Message: 2 Date: Sat, 02 Jul 2005 08:29:19 -0500 From: Johnny Hughes mailing-lists@hughesjr.com Subject: Re: [CentOS] form problem To: CentOS ML centos@centos.org Message-ID: 1120310959.14145.181.camel@myth.home.local Content-Type: text/plain; charset="us-ascii"
On Sat, 2005-07-02 at 07:47 -0500, Melinda Odom wrote:
Hi,
I am using CentOS 3.5 plus the Plesk reloaded 7.3 server admin and just recently did a small upgrade of some plesk packages plus the update from CentOS 3.4 to 3.5.
It seems that all of my forms have stopped working using nms FormMail.pl script. Everything was working before these last two updates. I have
debug
set on the form script and it does work without any errors but I never get the email that a form was submitted.
The server company I get my server through did a test on one of the forms and I got the technician's email but when I went to test the very same
form
I did not get an email. The technician tested from the company so I am thinking this might be some permissions problem with something on my
server
as the technician would have higher permissions than myself.
Another strange occurrence is that whenever a customer of one of my customers on my server submits my client's email form I am getting an
instead of my client showing the details of the form.
I have checked all the forms thoroughly and there is nothing wrong with
them
and since they all were working and now are not working that the problem
is
with the server itself.
Can someone give me some ideas of where to look for this problem because
we
are stumped?
I don't use plesk, but since the form worked for the technician, I would suspect a problem with either name lookups, what IP your mail server is listening on, or your MTA setup.
The first thing you need to do is look at /var/log/maillog and see if the messages are making it through the local server and getting to an external server. Any errors, reasons for non delivery, etc. should be in /var/log/maillog or /var/log/messages.
I don't even know which MTA plesk uses (sendmail, postfix, etc.) ... but that is where I would start.