Issue:
Releasing message via Mailwatch from the detail page or the message page displays the same message. Unable to release mail.
Error Message:
Recipient addresses must be specified on the command line or via the -t option postdrop: warning: stdin: unexpected EOF in data, record type 78 length 74 postdrop: fatal: uid=48: malformed input
Solution:
If you are on version before 3.0.2.6, then you must edit a configuration document manually.
In the file: /var/www/html/mailscanner/conf.php, update the following line:
define('MAILWATCH_FROM_ADDR', '');
to have an address, like below:
define('MAILWATCH_FROM_ADDR', 'noreply@mindwatering.net');
If you are on version 3.0.2.6, or later, you can set it via the configuration menu on the appliance.
1. Login --> Welcome to the EFA Configuration program.
2. Option 8) Mail Settings --> Option 6) MailWatch Email.
3. Option 1 to edit the e-mail address. Enter the email address and save it.
Note:
You must restart the MailWatch service or reboot the appliance for either solution option to work.
previous page
|