04-14-2023, 10:10 PM
Hello!
Just notice a very minor issue with the Email auto reply. The installation used the install directory, rather than the web directory when referencing autoreply.php
In order to correct the issue, edit the Postfix master.cf and change the reference to autoreply.php as seen below.
vi /etc/postfix/master.cf
Update: /var/www/new/ehcp/misc/autoreply.php
The original installation set the value to the following, which is where where I ran the install script from.
argv=/root/my_install/directory/ehcp/misc/autoreply.php $sender $recipient
Restored from old drupal forum, for user uid:3703 username:pb2au
You may reset your password to access your new account here.
Just notice a very minor issue with the Email auto reply. The installation used the install directory, rather than the web directory when referencing autoreply.php
In order to correct the issue, edit the Postfix master.cf and change the reference to autoreply.php as seen below.
vi /etc/postfix/master.cf
Update: /var/www/new/ehcp/misc/autoreply.php
The original installation set the value to the following, which is where where I ran the install script from.
argv=/root/my_install/directory/ehcp/misc/autoreply.php $sender $recipient
Restored from old drupal forum, for user uid:3703 username:pb2au
You may reset your password to access your new account here.