Page 1 of 1

Release Message

Posted: 11 Jan 2018 08:43
by michaswr
Hello,
I have problem witch release message - MailWatch for MailScanner v1.2.7-dev running on EFA-3.0.2.6.

Error : Release: error code 75 returned from Sendmail: sendmail: fatal: xxxx@xxxx.coml(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


How fix the problem?

Re: Release Message

Posted: 11 Jan 2018 08:50
by michaswr
FIX IT


I add define('MAILWATCH_FROM_ADDR')

Thx!

M.

Re: Release Message

Posted: 29 Jan 2018 11:04
by mongolpapa
Hi, I have same problem with the release function.
I get the same error message when i try to use it.
I read you can solve it.
Could you tell me where can I define the next line: ('MAILWATCH_FROM_ADDR')?

Best Wishes
M.

Re: Release Message

Posted: 05 Feb 2018 19:59
by henk

Code: Select all

vi /var/www/html/mailscanner/conf.php
change to real user

// Change with a fully qualified email address
define('MAILWATCH_FROM_ADDR', 'defined_user@xxxx.yyy');


P.S. You can use search in this forum :idea: