Issue:
After upgrade from 3.0.2.3 to 3.0.2.5 or 3.0.2.6 might result in the failure of the ability the release a quarantined message caught as spam.
The release window will show the following:
Release: error code 75 returned from Sendmail: sendmail: fatal:user@mydomain.com(48): 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 76 postdrop: fatal: uid=48: malformed input
The system log file should show the following:
postfix/sendmail[31299]: fatal: user@mydomain.com(48): Recipient addresses must be specified on the command line or via the -t option
postfix/postdrop[31300]: warning: stdin: unexpected EOF in data, record type 78 length 76
postfix/postdrop[31300]: fatal: uid=48: malformed input
Solution 1:
If you login to the server console, there is a new option in 3.0.2.6 to set the Mailscanner From e-mail. Complete it and restart the service or the server.
EFA Config Menu --> 8 Mail Settings --> 6 MailWatch Email --> 1 MailWatch email
In our case the e-mail address for 6 MailWatch Email was blank. We changed the e-mail, and used <e> to menu (twice) and restarted server. It didn't work. We came back to the menu and found the MailWatch email blank again.
Solution 2:
If solution 1 doesn't work, set the e-mail manually in the mailscanner/conf.php file.
Choose the option for the shell.
$ cd /var/www/html/mailscanner/
$ sudo vi conf.php
Scroll for a while until you get to the line:
define('MAILWATCH_FROM_ADDR', '');
Change this line to:
define('MAILWATCH_FROM_ADDR', 'mypostmasteremail@mindwatering.net');
Save the change.
<esc> :wq
$ sudo reboot
previous page
|