• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

FormMail does not deliver emails (after upgrading to latest Plesk)

atndlr

New Pleskian
Hello,

the problem on my server (after upgrading Plesk to 11.5.30) is that FormMail does not deliver Emails anymore. Has anyone else experienced this? Before the update everything was fine.
All Domains are affected by this. Logiles didn't help finding a cause for this.

Any help is greatly appreciated!

Andre
 
What sort of output of following command:

# perl formmail.pl

?
 
What sort of output of following command:

# perl formmail.pl

?

Hello IgorG,

this is the output:

Code:
[root@s12345678 cgi-bin]# perl FormMail.pl
Content-type: text/html

<html>
 <head>
  <title>Error: Request Method</title>
 </head>
 <body bgcolor=#FFFFFF text=#000000>
  <center>
   <table border=0 width=600 bgcolor=#9C9C9C>
    <tr><th><font size=+2>Error: Request Method</font></th></tr>
   </table>
   <table border=0 width=600 bgcolor=#CFCFCF>
    <tr><td>The Request Method of the Form you submitted did not match
     either <tt>GET</tt> or <tt>POST</tt>.  Please check the form and make sure the
     <tt>method=</tt> statement is in upper case and matches <tt>GET</tt> or <tt>POST</tt>.<p>

     <center><font size=-1>
      <a href="http://www.scriptarchive.com/formmail.html">FormMail</a> V1.92 &copy; 1995 - 2002  Matt Wright<br>
      A Free Product of <a href="http://www.scriptarchive.com/">Matt's Script Archive, Inc.</a>
     </font></center>
    </td></tr>
   </table>
  </center>
 </body>
</html>
 
Last edited:
Ok. No perl errors. Thus Plesk maillog should be investigated.
 
Ok. No perl errors. Thus Plesk maillog should be investigated.

When submitting the form absolutely nothing happens in /usr/local/psa/var/log/maillog

On Feb 28 everything was fine. On March 1 I upgraded to the latest plesk (coming from Plesk 11.2). Since the update the FormMail.pl stopped working. I am very sure sure that nothing else was changed. Did Plesk introduce any new option or feature that might cause this? What else can I check to find the error?
 
Last edited:
Back
Top